Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Writing clean code is an essential skill for any developer. Clean code isn't just about making your...
I’m currently developing a conversational AI web application. I’ve been building it completely from...
Most developers are mediocre. Not average. Mediocre. As in: they write code that only works because...
It has been proven that the best way to solve a complex task is to divide it into smaller tasks. Some...
It started with a simple feature request: "We need a way to store user preferences." Three weeks, two...
When transitioning from one project to another (for example when changing jobs) there is always this...
All the different ways programmers like to write clever code, and why we should avoid clever code as much as possible.
In this article, I want to explore how we can use CSS’s powerful attribute selectors to manage...
So... I've been reviewing code for years, and I've seen things. Terrible things. Things that would...
The Lagos Traffic Problem (aka Your Codebase). You're stuck in Lagos traffic at 6 PM on a Friday....
In the last few years, the rise of AI has completely changed how we envision the future of software...
When working with Laravel, one of the most powerful tools at your disposal is Eloquent ORM. While...
Introduction Writing elegant code is an art form. In modern C# development, shorthand...
Introduction day — What kind of day is it? status — The status of what? user — Which...
Introdução Clean Architecture é uma arquitetura que mantém o foco no domain. Seu objetivo...
Hey everyone! Are you using Laravel? I'm currently working mainly with TypeScript, but I also touch...
A personal journey implementing Clean Architecture in React Native 0.82, achieving 99.77% test coverage while building a movie discovery app
Introduction Java is a powerful and mature language, but it comes with a cost: a lot of...
If you've worked with React for a while, you know the common pattern: every time you need a delete...
O Pesadelo do Desenvolvedor Júnior Imagine o seguinte: Você acabou de entrar em um novo...
🎃 10 Spooky Engineering Antipatterns That Haunt Your Codebase (And How to Exorcise Them) ...
I am currently working on the project YouTubeLayer. The prototype worked fine initially, but when I...
If you're building modern applications with .NET Core, one tip stands out as a game-changer: master...
Mantener un sitio WordPress ya no es lo que era. En 2025, el mantenimiento real de WordPress implica...
What is The Clean Architecture structure? “Clean Architecture” is a project structure...
Hexagonal Architecture is very popular these days. However, I have seen that a lot of the resources...
Why I Changed My Mind About Code Comments 🎬 The Awakening — When Your Own Code...
I’ve built things. Now, I want to start writing. For years, I’ve lived behind the screen...
Intro Let’s look at one of my favorite architecture patterns and understand it with...
After a decade of building systems in .NET from small internal tools to large-scale enterprise...