Nepal · Devloping in Go
Go Developer & DevOps Enthusiast
Building reliable, automated systems — one line of Go at a time.
I'm a developer from Nepal building reliable and automated systems. Currently a Grade 12 student at Gurukul College studying Computer Science.
I'm passionate about Go, cloud infrastructure, and making things work at scale. When I'm not writing code, I'm learning about Kubernetes, Terraform, and AWS architecture.
type Developer struct { Name string Location string Focus []string Learning []string } me := Developer{ Name: "Amish Lamsal", Location: "Chitwan, Nepal 🇳🇵", Focus: []string{ "Go", "DevOps", "Cloud", "Automation", }, Learning: []string{ "Kubernetes", "Terraform", "AWS Architecture", }, }
Collect logs from multiple files, filter by severity, output to console or JSON.
List running processes or containers with CPU and memory usage, alert on high usage.
Upload files to remote servers via SSH and run commands across multiple servers.
Limit API requests per IP with fixed or sliding window, optional metrics endpoint.
I'm currently a Grade 12 student, not actively job hunting — but I'm always happy to connect, collaborate, or just talk tech.