How to handle loops in Elixir
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 …
Codeminer42’s Engineering Blog
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 …
Image by jcomp Well, it’s been a while. After a lot of time… I’m back! ( ̄▽ ̄)/ If you haven’t read my last post, give it …
Pseudo-elements are CSS keywords that can be used to style specific parts of an element. Pseudo-elements are declared by the use of double colons (::) …
In this article, we will talk about the React Query library and how it can make your React apps more fast and responsive. Web applications …
This post is part of the Scalable Frontend series. You can see the other parts here: “#1 — Architecture”, “#2 — Common Patterns”, and “#3 …
Testing our apps has become mandatory these days. For an app to be considered reliable it must have 95% or so of test coverage. Having …
Have you ever stumbled across two e-commerces that looked very similar? An instance of a software that can serve multiple customers? Thats allows them to …
This post is based on a brown bag I gave at Codeminer. In Web Development, we often think about design, performance, tools, and libraries when …
Everyone knows how CSS can be painful when not written properly. It is not an expressive language, it has a global scope, cascading rules (the …