sairash.hashnode.devArchitecting for One Million Concurrent ConnectionsSource: https://sairashgautam.com.np/blog/2025-12-25/ I’ve been working with Golang for about three years now, but my roots are actually in dynamic languages like JavaScript, Python, and PHP. Go was my first real introduction to static typing even be...Jan 2·5 min read
sairash.hashnode.devBoost Golang Efficiency at No CostEver pack a suitcase and realize halfway through that things don’t quite fit, even though they should? So, you take everything out, reorganize it more efficiently, and suddenly, there’s space to spare. Believe it or not, your computer does something ...May 11, 2025·8 min read
sairash.hashnode.devExploring the Complete Works of Swami VivekanandaI have followed Hindu traditions all my life without question. They told me God exists, so I simply accepted it. Traditions, rituals, and prayers were woven into daily life. But as I got older, I started to question things. Why do we believe what we ...Apr 6, 2025·3 min read
sairash.hashnode.devHow to Color Your Terminal: Understanding ANSI Escape CodesHmm, what are ANSI Escape codes, and how did they all begin? In this blog, we will explore almost everything there is to know about them, including their history, purpose, and usage. (Yes ANSI works on browser consoles as well) The Day My Terminal Ca...Mar 31, 2025·4 min read
sairash.hashnode.devHow to Host a SSH App Using NginxLearn how to deploy a Charmbracelet Wish TUI (Terminal User Interface) SSH app on a VPS, proxy it through Nginx and Cloudflare, fix color issues, and ensure reliability. I wrote an SSH terminal application using wish and bubbletea. Everything was goi...Mar 29, 2025·5 min read