Codeminer42 Dev Weekly #3
HELLO EVERYONE!!! It’s March 22, and you are reading Codeminer42’s Dev Weekly! Let’s discover what this huge tech world had to show us this week! …
Codeminer42’s Engineering Blog
HELLO EVERYONE!!! It’s March 22, and you are reading Codeminer42’s Dev Weekly! Let’s discover what this huge tech world had to show us this week! …
That’s right, you’ve read it correctly, you are probably using React Context API the wrong way… or at least not taking full advantage of what …
HELLO EVERYONE!!! It is March 15th, 2024, and you are reading the Second Codeminer42 Dev Weekly! Let’s see what the tech world showed us this …
For a couple of years now, the JS community has been using the famous spread operator, AKA three dots (…), to copy values in arrays …
Imagine you just got paid and can finally buy the laptop you have been dreaming about for months. Since it is expensive (and you are …
In the realm of web development, iframes have long been an essential tool for integrating content from one website into another. Whether it’s by embedding …
If you’re a programmer coming to JavaScript from other languages, you may have heard that JavaScript has “fake” classes. In this article, we’ll explore how …
Introduction With each passing day, web applications are becoming more and more reactive. JavaScript front-end frameworks are designed for this particular purpose. However, it is …
Dependency injection is a technique used to remove interdependencies between two components of an application, but for some reason, it’s not commonly used in React …
Disclaimer While this article provides an overview of symmetric encryption and its implementation using standard JavaScript libraries, it should not be considered a substitute for …