Codeminer42's Engineering Blog

Domain Driven Design

  • DDD Studies: Between Fishermen and Developers

    · 20 min read · by Miguel Marcondes

    Raw Portuguese version is here: https://tech-pills.github.io/2025-08-17-estudos-em-ddd-entre-pescadores-e-desenvolvedores/ Hello there! Hope you’re doing well. I've been studying Domain Driven Design more deeply in recent weeks, and I'm working on a TypeScript monorepo…

  • NodeJS and Good Practices

    · 8 min read · by Talysson Oliveira

    Softwares are subject to change all the time, and one aspect that contributes to defining the quality of a code is precisely how easy it is to be altered. But…