One thing I've learned from Go so far:
I compared the same program in Go and JavaScript. The results surprised me. 👀
• Go: 1.2 MB standalone binary
• Bun compiled: ~91 MB
• JS source still needs a runtime
More experiments coming. 🚀 #golang
Started learning Go. 🚀
Curious why so many backend systems choose it over JavaScript.
I'll be documenting what I learn, building small projects, and sharing experiments as I go.
#golang
Found these notes while cleaning up today.
A step-by-step guide I made for deploying a Node.js app on AWS EC2:
• EC2 setup
• SSH
• Security Groups (22/80/443)
• Node.js
• Nginx reverse proxy
• SSH fixes
Sharing in case it helps someone getting started. 🚀
hi, i'm nilesh 👋
full-stack developer building things with react, next.js, bun, and postgres.
by day: writing code for work.
by night: writing code for fun.
AI helps me code faster.
it also helps me create bugs faster.