News
1 week ago
Code Smell 308 - The Key to Safer, Cleaner, More Polymorphic Code
Avoid methods that return Object, Any, or null instead of specific types. Make them fully polymorphic
1 week ago
50x Faster Code and Fewer Bugs? Ditch the Classes
Every class is a petri dish for state corruption. You cannot make a stateful class truly thread-safe. Classes bad; Trust me.
1 week ago
Session vs JWT Authentication — How They Work, Key Differences, and Real-World E...
While both achieve the goal of verifying a user’s identity, they work in different ways.
2 weeks ago
Go Interfaces – Stepping Beyond the Fundamentals
It's time to take a deeper dive into how interfaces work under the hood, common pitfalls, and advanced best practices.
Aug 11, 2025
Refactoring 031 - Removing OOPs
Replace vague error messages with specific, actionable feedback that helps users solve problems.
Aug 08, 2025
Tap to Morse Key, an App that Makes It Easier for People With Disabilities to Co...
A simple communication tool built with the help of AI to solve the problems of people that can't communicate.
Aug 07, 2025
Accessibility Quick Start: High Impact Practices for Non-Frontend Devs
Practical, high-impact strategies to help app developers who don't specialize in front end improve accessibility.