
How to Add Redis Caching Without Touching Your Business Logic
A practical guide to the Decorator Pattern in Go — and why "how many files did this change touch" is...
Tag archive

A practical guide to the Decorator Pattern in Go — and why "how many files did this change touch" is...
A common way to design an application is to begin with its nouns: User Product Order Payment ...

WHAT IS SOLID? If you are a dev and have browsed this network, you've probably seen dozens...

The Clean Energy Breakthrough That's Starting Now The bottleneck for the energy transition...
Imagine being asked multiple times: “What’s the sum from index L to R?” If you loop every time,...
Most people think you need a laptop to start coding. You don’t. I built a mobile app that lets you...
Introduction Clprolf ("Clear PROgramming Language and Framework") is a homegrown...
A while ago, I wrote about using repositories and services in Laravel. At the time, the goal was...
Keep It Simple In software development, code often becomes more complex than necessary,...

Production is down. You're staring at Cannot read property 'email' of undefined for the 47th time...

PHP traits are usually presented as a handy way to reuse code. In practice, they are one of the most...
The God Class Problem SOLID principles aren't about memorizing definitions or using fancy...