Lead Full-Stack Developer & Consultant
Self-Employed | Remote
- Built e-commerce platform with 99.99% uptime for 10k+ users
- Developed AI automation saving 200+ hours/month
- Created distributed systems with Go and React
Expert in Go, Python, React, and cloud-native architectures. Delivering high-impact solutions with proven metrics.
// High-performance microservice
package main
import (
"github.com/gin-gonic/gin"
"github.com/redis/go-redis/v9"
)
func main() {
r := gin.Default()
// Redis for caching
client := redis.NewClient(&redis.Options{
Addr: "localhost:6379",
})
// Handle 10k+ concurrent users
r.GET("/api/products",
cacheMiddleware(client),
getProductsHandler)
r.Run(":8080")
}
Self-Employed | Remote
Talentor Singapore
alex@snowopard.dev
linkedin.com/in/snowopard-alex
github.com/snowopard-alex