Codeminer42's Engineering Blog

The Miners

  • A stylish guide to styled components #1

    · 14 min read · by Jonas Teixeira

    The relationship between developers and CSS is kind of weird. By the time we can have a good time making a drawing or some impressive animation full of effects and…

  • Event-Driven Architecture #1: First Look

    · 4 min read · by Carlos Pohlod

    Hi everyone! In this article, we will talk about the basic concepts of Event-Driven Architecture (EDA), bringing a base view for future more in-depth posts about the subject. Well, let's…

  • CodeTips#4: Debugging Ruby applications

    · 8 min read · by Paty Bastos

    When our code is behaving unexpectedly, our first attempt is usually trying to understand why it happened, but just thinking about it might not be enough. It's easier to understand…

  • Dependency Injection in JS/TS – Part 1

    · 39 min read · by Henrique Yuji

    Photo by Vadim Sherbakov on Unplash Table of Contents Intro Fundamentals Terminology Build vs Use Varying Implementations Mock Implementations In Development Extracting Configuration Dependency Injection With Classes Deciding What to…

  • Mastering Git workflow – Part 1/2

    · 8 min read · by Edy Silva

    Hi guys. In today's post, will talk about git. At this point, you probably already know that all the usual commands (e.g git-add, git-checkout, git-commit) are enough for you. With…