Posts
All the articles I've posted.
-
asdf vs mise: Choosing Your Polyglot Version Manager
A deep dive comparing asdf and mise (formerly rtx) — two polyglot runtime version managers — across performance, features, security, and developer experience.
-
Bulk Unsubscribe from YouTube Channels
A JavaScript snippet to bulk unsubscribe from YouTube channels using the browser console.
-
Beyond MVC: Architecting for Maintainability
Why MVC starts to hurt as your application grows, and how patterns like Hexagonal Architecture and Domain-Driven Design help you evolve towards a more maintainable, testable system.
-
The Private Method Paradox: When Encapsulation Clashes with Testability
A post about the private method paradox: when encapsulation clashes with testability.