Selamat datang
RSS FeedA personal corner of the internet — notes, findings, and write-ups curated by me. Mostly software engineering, developer tools, and whatever rabbit hole I happen to fall into.
Everything here is hand-picked and written from direct experience. No filler, no SEO padding — just things I found worth remembering.
Recent Posts
-
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.