Be cool. Don’t use float/double for storing monetary values
A tour on how hardware deals with numbers and math
Last Updated on September 4, 2024 What you’re looking for You saw that joke telling that JavaScript doesn’t know math because of the expression below. …
Enhancing User Experience with Dynamic iFrame Height
Creating a cohesive user experience without visible indications of external sourcing.
Last Updated on April 11, 2024 In the realm of web development, iframes have long been an essential tool for integrating content from one website …
Understanding Front End Under the Hood
Unraveling the intricacies of web development, DOM manipulation, and JavaScript interactivity.
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 …
Implementing high-performance multiple sort-rules query in SQL
Here I will talk how to execute multiples order rules according to the row index in the same query
Last Updated on July 4, 2023 Hello everyone! I will talk about SQL in this article, more precisely on how to have two completely different …
Component-Driven UI Patterns Part ll
Last Updated on June 5, 2023 In the previous post we talked about creating components and the various patterns that can be used in different …
The reasons behind the “why”
Last Updated on May 26, 2023 As a consultant and senior engineer in my current role, part of my everyday job is dealing with less …
Codeminer42 Tour 2023 pt 1 (RailsConf and Reactathon)
A rundown of our participation in tech events for 2023’s first semester
Last Updated on July 12, 2023 At Codeminer42, we believe that participating in and actively contributing to software development communities are important aspects of our …
JavaScript Under the Hood #2: Sub-classes
Understanding sub-classes and inheritance in JavaScript
Last Updated on May 26, 2023 Keeping the momentum from my last article, this article aims to explain how sub-classes work in JavaScript. Sub-classes are …
JavaScript Under the Hood #1: Classes
Understanding how classes work in JavaScript
Last Updated on May 26, 2023 If you’re a programmer coming to JavaScript from other languages, you may have heard that JavaScript has "fake" classes. …