Building a PaaS from Scratch #2: Deployment Strategies and Setting Up the Development EnvironmentMay 20, 2024·5 min read
Chronicling my Linux Journey 1: A Tale of Two MacsI bought an M1 Macbook Pro in 2021 specifically for music production after my 2013 MacBook Pro started to consistently slow down as I worked on music. After buying the M1 and remembering how each upgrAug 5, 2026·2 min read
Avoiding Distributed MonolithsImg Source: The First Rule of Building Microservices: Don’t Build Microservices The recommended approach I've gathered from watching several talks and reading articles on this topic is monolith -> modular monolith -> microservices. This way you know ...Mar 10, 2024·5 min read
Thoughts on Amazon Prime Video's microservices to monolith transitionI read the blog article, read DHH's post, watched Fireship's video, and this is just me collecting my thoughts. I don't think DHH is making a case against microservices. In the first line of the article he says "I won't deny there may well be cases w...Mar 9, 2024·2 min read
What I'm learningEven though software will mostly be built by AI soon, I still have a curiosity to learn these languages: TypeScript Python Rust Elixir Ruby Why? To me, each one of them specializes in certain domains that I can learn from. TypeScript TypeScrip...Mar 3, 2023·6 min read