Posts
Building web apps in Go is extremely rewarding. No surprise there, right?! However, as Go’s a compiled language, to see changes, you need to recompile and restart them. Needless to say that’s quite tedious! With live reloading, it doesn’t need to be . Here's a short tutorial that goes into a bit of depth, with a semi-realistic example, showing how to get started. I'd love your feedback on it...
Live Reload Go Projects with wgo is so worth it
Apr 23, 2024
194 views
In case you missed my recent post , I recently, deployed a Go-powered app backed by an SQLite database on Fly.io for the first time. It was a fun and informative experience, so I blogged about the experience in the hope that it might help or inspire someone else. While I don't want to rehash all of the details, the essentials of the process are: Package up your app in a Docker image using a Docker...
I deployed a Go app on Fly.io. Here's what the experience was like
Mar 13, 2024
304 views