Development Philosophy
My thoughts on software development, the technologies I prefer, and what I've learned along the way.
Favourite Technologies & Architectures
Most Webapps
Vue frontend and a Go api. A really cost effective architecture I like to use is frontend in s3 via AWS cloudfront along with Go running in AWS lambda along with dynamoDB - its really fast and works well for most applications if thought out correctly.
I think tanstack query is essentially a must for webapps, it really simplifies the data fetching and caching. I find the same can be accomplished with Pinia or others but its less than perfect and requires a lot of extra work and boilerplate with a worse result.
Development Philosophy
[Add your thoughts on linting, code quality, and how you approach development work]
Lessons from Migrations
[Add challenges and learnings from your migration experiences - Python/Flask to Go/Gin, Google Cloud to AWS]