1. Drop the use of var in javascript ; There are various reasons why you should drop the use of var in javascript ...Read more
Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions
A simple problem: make sure that the different elements in the app are the same height, as if they were in a table. Let's start with a sample react app that renders 3 cards with different ...Read more
In this post, I want to tell you a quick story about one of the reasons I love Remix: super simple progressive enhancement. A couple years ago, my team at work was tasked with creating a ...Read more
The demand for skilled programmers and coders is higher in today's digital age. Many people assume that a computer science degree is a prerequisite for a career in coding, but the reality is quite different. ...Read more
The demand for software solutions is ever-increasing, leading to a need for faster development cycles and more efficient operations. Traditional development methodologies often struggle to keep up with these demands. Enter DevOps—a culture and set ...Read more
The fintech industry is rapidly growing, and businesses are under pressure to scale their software to meet the demands of a global customer base. However, building planet scale resilient fintech software is not easy. It ...Read more
A while ago, Node.js introduced support for ECMAScript Modules (ESM). ESM is the standardized modules implementation that's been built-in to JavaScript. This differs rather significantly from CommonJS (CJS), which is the module system that Node.js ...Read more