Codeminer42's Engineering Blog

Clean Code

  • DDD Studies: Tactical Design between Fishermen and Developers

    · 13 min read · by Miguel Marcondes

    Portuguese version here: https://tech-pills.github.io/2025-08-31-estudos-em-ddd-design-tatico-entre-pescadores-e-desenvolvedores/ Hey everyone! Hope you're doing well. Another article to continue our DDD studies, this time focused on tactical design and the patterns that compose it. Making…

  • How To Structure Your Application Like An Artisan

    · 6 min read · by Edy Silva

    When defining what a program is, the most fundamental definition you can find is: A program is something that transforms inputs into outputs Programming is a bit more difficult than…

  • Introduction to Clean Code

    · 7 min read · by Igor Damasceno

    Have you ever looked at a coworker's code — or even your own after a while — and spent hours wondering "What is this variable for?" or "What is this…

  • Codeminer42 Dev Weekly #36

    · 4 min read · by Gabriel Quaresma

    HELLO EVERYONE!!! It’s November 8th 2024 and you are reading the 36th edition of the Codeminer42’s tech news report. Let’s check out what the tech world showed us this week!…

  • CodeTips#2: Clean code in JavaScript

    · 6 min read · by Rafael Pierri

    INTRODUCTION INTRODUCTION I believe the comic strip above sums it well: You write clean code mainly to understand yourself in the future. Not only that, you write clean code as…