#software-development
Read more stories on Hashnode
Articles with this tag
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...
Decoupled with intentional coupling is the goal. · Introduction We often talk about how good software is decoupled. In this post, I want to dive into...