A microfrontend for non-propitious environments
When we work on big projects a common path is to split it into separate codebases to make management easier. A modern and kind of …
Codeminer42’s Engineering Blog
When we work on big projects a common path is to split it into separate codebases to make management easier. A modern and kind of …
A few days ago, I was suffering while trying to develop new features for a react-native app due to my machine not being powerful enough. …
In our last post about git, we discussed the git-stash command. We thought of a situation where we get interrupted to work on more urgent …
We all know how maps are important. They are always there. Maps, since thousands of years ago, have been an essential way of extracting information. …
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 …
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 …
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 …
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 …