Dependency Injection in JS/TS – Part 1
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 …
Codeminer42’s Engineering Blog
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 …
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) …
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 …
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 …
Image from unsplash Intro Even though nowadays I mostly work with Javascript/Typescript, I’ve spent a long time programming with C++ and as you’ve probably heard …
Photo by Matt Seymour on Unsplash Intro Dependency injection is a very powerful technique that allows us to write code that is both more testable …
We know software can get complex over time, specially when it comes to state management. More often than not, we find ourselves with tricky user …
Hello guys! These days I was remembering how one year ago, maybe more, I decided to look over each function from RamdaJs and try to …
In our last post on Elixir we learned a bit about loops. In that post, we implemented a simple algorithm to sum numbers in a …
Elixir is a dynamic, functional laguage for building scalable and maintainable applications. This is a short description of Elixir that we can get from it’s …