Codeminer42's Engineering Blog

Intermediate

  • 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…

  • 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…

  • Creating a preview mode in a Vuex app with dependency injection

    · 15 min read · by Felipe Nolleto

    In this article, I will talk about how to use dependency injection (DI) in a Typescript Vue app with Awilix. Before I go ahead and just talk about how to…

  • 5 Truths About Tailwind CSS

    · 8 min read · by Iago Dahlem Lorensini

    Recently, I had the opportunity to work with Tailwind CSS. At first, I was not really happy about it. I knew I had to start looking into utility-first CSS eventually,…