Database Coupling How to FIX a Spaghetti Code System
A good post about how and why you should create boundaries in your application. This post is not specifically about microservices, but the damage from no or poor boundaries is huge if you are using microservices. There is a video-version of this post linked in the post too.
MCP What It Is and Why It Matters—Part 2
Been looking into MCP lately to see what the hype is about. This is a good overview.
Bases has become all the rage in the Obsidian community the last weeks. This post has some examples on how to use them. Personally I’m still on dataviews and am pretty happy with that.
The Hidden Cost of Skipping the Fundamentals in the Age of AI – Coding Is My Craft
It’s very easy and tempting to get a working solution out the door using AI, but then leaving the learning and understanding behind. This is a big mistake in my opinion, and this article goes through it.
Easy rules for regactoring with good examples.