Codeminer42's Engineering Blog
Beginner

Reprogramming My Career – Engineer to Engineer
Trainee Program Hey everyone! 👋 Today I'm not here to talk about the usual topics, such as tests or SQL (Yes, I know part 2 is in progress for both…
Ctrl + Alt + Career: a shift from teaching to tech with the Codeminer42 Trainee Program
Introduction I believe one of the most common experiences in life is realizing that we no longer belong to a place that once made us feel good. This kind of…
DDD Studies: Between Fishermen and Developers
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…
Things I wish I knew before switching to React Native
Introduction The world is constantly changing, and the tech world, even more so. In recent years, we've seen a clear shift: more and more people are using their phones instead…
Create CI/CD Pipelines with GitHub Actions
Continuous Integration and Continuous Delivery (or Deployment) - better known as CI/CD Pipelines - is a pillar of modern software teams. Although it may sound like another buzzword, it’s actually about something very practical: automating the way code moves from your local enviroment to production.