Senior Full Stack Developer

10+ Years Building Scalable Systems & AI Solutions

Expert in Go, Python, React, and cloud-native architectures. Delivering high-impact solutions with proven metrics.

99.99%
Uptime
85%
Time Saved
10k+
Concurrent Users
40%
Faster Loads
main.go
// 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")
}

Featured Projects

Technical Skills

Languages

Go
Python
JavaScript

Backend

Gin / Echo
FastAPI
Laravel

Databases

PostgreSQL
MongoDB
Redis

DevOps

Docker
AWS
Kubernetes

Experience

2020 - Present

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
2018 - 2020

Software Engineer - HR Tech

Talentor Singapore

  • Built ATS for 25+ recruiters, 5,000+ candidates
  • Automated resume screening (40% time reduction)
  • Optimized platform performance by 60%

Contact

Email

alex@snowopard.dev

LinkedIn

linkedin.com/in/snowopard-alex

GitHub

github.com/snowopard-alex