Codeminer42's Engineering Blog
The Miners

Enhancing User Experience with Dynamic iFrame Height
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 a video, displaying a map,…
Understanding Front End Under the Hood
In web development, we typically have two main goals: displaying the desired content to users and enabling them to interact with it by modifying the data they see. However, dealing…
Implementing high-performance multiple sort-rules query in SQL
Hello everyone! I will talk about SQL in this article, more precisely on how to have two completely different order rules for your returning records according to the index. In…
Component-Driven UI Patterns Part ll
In the previous post we talked about creating components and the various patterns that can be used in different ways to create a variety of outcomes. This time around, we’re…
LocalStorage and Cookies under the hoodies
It is usual, as developers, to use tools that we don’t entirely understand. Web storage on browsers and cookies are examples of things we use without knowing what is happening…