Codeminer42's Engineering Blog
Posts

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…
The reasons behind the “why”
As a consultant and senior engineer in my current role, part of my everyday job is dealing with less experienced developers, mentoring and helping them grow their careers. One piece…