Dependency Injection With Cyclic Dependencies
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 …
Codeminer42’s Engineering Blog
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 …
Recursion and Iteration While iterative constructs are well understood by programmers in general, it is not uncommon to stumble upon difficulties when dealing with recursion, …
The Blog Team Hi! My name is Julia, I’m a developer working at Codeminer42 and I’ve also been a part of the blog team for …
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 …
Hello boys and girls!!! In this article I’ll be discussing the Mapbox, an American provider (APIs and SDKs) for custom online maps for web and …
Hi, everyone! In this article, we’re gonna cover some features and concepts that differ Ruby from other programming languages, especially from languages that I’ve learned …
Hello guys! In this article I will talk about the Composition API in VueJS. More precisely, I’ll give you a brief introduction and talk about …