Ssidinsid707.hashnode.dev·3d ago · 2 min readChronicling 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 upgr00
Ssidinsid707.hashnode.dev·May 20, 2024 · 5 min readBuilding a PaaS from Scratch #2: Deployment Strategies and Setting Up the Development EnvironmentThis is Part 2 of me trying to build a simple clone of a PaaS inspired by Google App Engine. Researching Deployment Strategies I started looking into how Google deploys apps to App Engine Standard. Unfortunately I couldn't find much information. Thei...00
Ssidinsid707.hashnode.dev·Mar 19, 2024 · 4 min readMiniAppEngine (Building a PaaS from scratch)GitHub repo I normally don't like talking, much less blogging, about projects I haven't finished. However, through my conversations with friends and colleagues I've realized that I've stumbled upon something interesting both as a project and as a pro...00
Ssidinsid707.hashnode.dev·Mar 16, 2024 · 3 min readThoughts on Frontend Architecture and Design SystemsI've developed some strong, but weakly held, opinions about React and SPA's after working with them for about 4-5 years. When it comes to making a design system, the best option would be to use Web Components instead of React components. This way you...00
Ssidinsid707.hashnode.dev·Mar 15, 2024 · 6 min readEvolutionary Approaches to Software ArchitectureOne thing I've come to realize in my short career as a software engineer (or maybe as just an engineer) is that there are no silver bullets. If there was one then everyone would be using it. Engineering is about managing tradeoffs. Every solution to ...00