A stylish guide to styled components #1
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 …
Codeminer42’s Engineering Blog
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 …
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 …
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) …
Sometimes when we are developing some chunks of code, we start to question why I am doing it this way? Should I do it in …
Before we start working with serialization and deserialization in Java we need to understand what these terms actually mean. Serialization is the process of converting …
For some time, Redux is a thing that has bugged me because I know it, but I felt it was not sufficient. Because of this, …
Communication. Although a difficult concept to define, it’s easy to recognize its relevance and impact on the success of any goal. In an attempt to …
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 …