Specialized in building high-concurrency distributed systems, microservices architectures, and robust cloud infrastructure using Golang.
package main import ( "fmt" "github.com/ashkrai/skills" ) type Engineer struct { Name string Stack []string } func main() { me := Engineer{ Name: "Ashwani Kumar Rai", Stack: []string{ "Golang", "Docker", "K8s", "gRPC", }, } fmt.Printf("Building the future with %s", me.Name) }
A scalable, distributed rate limiter using Redis and sliding window algorithm to protect microservices from traffic spikes.
View CodeHigh-performance REST API handling order processing, inventory locking, and payment integration with idempotent design.
View CodeIngesting 50k+ events/second using Kafka and processing data streams for real-time dashboards.
View CodeWhether you have a question about concurrency patterns, a job opportunity, or just want to connect.
Say Hello