Dependency Injection in JS/TS – Part 2
Photo by Floarian Klauer on Unplash Table of Contents Intro Integration Testing Asynchronous Container Creation Caveats Bootstrap Container Decorators Migrating a Codebase to Use DI …
Codeminer42’s Engineering Blog
Photo by Floarian Klauer on Unplash Table of Contents Intro Integration Testing Asynchronous Container Creation Caveats Bootstrap Container Decorators Migrating a Codebase to Use DI …
Wonderful Monday(?) *All characters appearing in this article are fictitious 9:00 AM Me「It’s Monday already. I really don’t feel like working」 Me「Unfortunatelly, it can not …
Although not usually the first option for many, polymorphic associations are perfect for when you need to connect the same type of model to multiple …
Hello everyone! This article is a continuation to the series about Event-Driven Architecture (you can find the first one here). Since we already had a …
Introduction First things first, a little bit of history for us to understand what is SQL. Structured Query Language (SQL) is a domain-specific language used …
Tokens, NFT, ERC, EIP… these terms have been in our vocabulary for quite a while. Many people are excited about how innovative they are and …
The usual way to debug a Node.js application is to simply use the console module to inspect variables or objects, which is fast enough to …
Hello guys! When we are investigating errors or resolving a bug in our app, we all know the struggle of finding and fixing it. In …
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 …
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 …