Golden Hammer Antipattern
Golden Hammer: Why Your "Clean Architecture" is Actually a Mess Let’s be real: most developers...
Tag archive
Golden Hammer: Why Your "Clean Architecture" is Actually a Mess Let’s be real: most developers...

Al iniciar un proyecto tanto en el Frontend como en el Backend, generalmente definimos muchos...

Site Reliability Engineering (SRE) plays a crucial role in ensuring the reliability, availability,...
There is newtype idiom often used in Rust, which gives more control over the data being...
I want to show you how using destructuring and inline types in TypeScript makes your codebase less readable!
Issue I've seen a lots of Go codes in my company's codebase, just like the example on...

The Not-Not Pattern (!!), or bang-bang, is a way in JavaScript to do a type conversion. This pattern can have some significant and unexpected side-effects.

1. Changes in yield in Python 3.8 With the release of Python 3.8, there were some major ad...

Overview The equal height columns problem (or anti-pattern) is where we have 2-3 three...

The Staggered Layout Chances are you have seen the pervasive staggered layout (a.k.a.,...
I've run into a situation where an idea I've come up with is referred to as an anti-pattern. I'm actu...
As a consultant I get to see a lot of code bases and on Android, by far, the most common anti-pattern...