#programming
Read more stories on Hashnode
Articles with this tag
JavaScript is slow, but don't make it any more slower. · Introduction JavaScript is slow. I've never dug into JavaScript from the performance angle. I...
The problem In large software applications, different components often need to communicate with each other. For example, in an e-commerce app, when a...
Real-time data with a simple solution. · The problem Let's say you need fresh information. Imagine you're following a live sports match on a website. You...
Remote procedure call. · Introduction I've heard the word RPC, Remote Procedure Call, several times now. I never knew what it was, so decided to dive...
Let's learn SOLID the JavaScript way with functions. · Introduction Ever heard of SOLID? No, not the fun UI library Solid.js. The five famous SOLID...
They are more dangerous than you think. · Introduction We often use boolean states to keep track of whether something is loading. Usually, it works as...