Posts
All the articles I've posted.
CUDA GPU Workloads in Rust with cuda-oxide
Published:This project explores CUDA programming on NVIDIA GPUs using Rust and NVLabs cuda-oxide. It covers core GPU programming concepts, including thread indexing, kernel development, asynchronous execution, matrix multiplication optimization, and comparisons with related frameworks.
Cluster API External CA Proof of Concept
Published:Validating a Cluster API patch that enables kubeadm external CA mode with pre-generated bootstrap PKI, step-ca signing, and certificate lineage validation.
Node Disks Manager: Operator + Node Agent for Local Disk Allocation
Published:This project demonstrates an operator + node-agent pattern for discovering node-local disks and coordinating their allocation.
PVC Protection Controller Load Testing Tool
Published:Benchmarking PVC deletion latency caused by the Kubernetes PVC Protection Controller during pod deletion
Kubebuilder + Timoni + Bazel Kubernetes Operator
Published:Kubebuilder k8s operator built with Bazel, packaged & deployed using Timoni
Rust + WASM Mandelbrot Set
Published:Real-time, interactive Mandelbrot set implemented using Rust, WebAssembly (WASM) and WebGL
Movie Search: Discover and stream your favorite movies
Published:Full-stack web app for browsing and streaming movies, built with React.js and Go, using Terraform for infrastructure provisioning
OAuth User Login with React and Go
Published:React.js and Go project demonstrating the use of Google OAuth to authenticate users