How React 19 (Almost) Made the Internet Slower
It’s no news that React is still the most popular and most used UI framework and powers some big names of the web like Netflix, …
Codeminer42’s Engineering Blog
It’s no news that React is still the most popular and most used UI framework and powers some big names of the web like Netflix, …
Ruby is a great programming language for productivity, but sometimes you need to develop something that is performant or has a low memory footprint. Rust …
HELLO EVERYONE!!! It is April 26th, 2024 and you are reading Codeminer42’s tech news report. This week we have a lot of content, let’s check …
HELLO EVERYONE!!! It is March 8th, 2024 and you are reading the First Codeminer42 Dev Weekly! Let’s see what the tech world showed us this …
TLDR: This is NOT about installing Linux on a Mac! Who would do that? 😏 So, you got yourself a new Macbook. Maybe it was …
For a couple of years now, the JS community has been using the famous spread operator, AKA three dots (…), to copy values in arrays …
We know that performance is one of the biggest factors that drive a system to success. But even using the most optimized algorithms, some tasks …
Hi guys, in today’s post I want to share an interesting scenario about using dynamic components with you. Imagine this situation where you have a …
In this article, we’ll be talking about a widespread concept of Functional Programming called Tail Call Recursion (or Tail Call Optimization or just Tail Call). …
JSON has become a ubiquitous data transfer format for web APIs. Whether you’re working on a third-party integration, or endpoints to serve data for rich …