Tiger's Place

Tiger's Place

Follow
Follow
homebadges
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

Wtf is Pub/Sub?

Nov 20, 20232 min read479 views

The problem In large software applications, different components often need to communicate with each other. For example, in an e-commerce app, when a...

Wtf is Pub/Sub?

Wtf are Server Sent Events (SSE)?

Nov 18, 20232 min read161 views

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...

Wtf are Server Sent Events (SSE)?

Wtf is RPC?

Nov 15, 20232 min read252 views

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...

Wtf is RPC?

Wtf is SOLID? (JavaScript edition)

Nov 13, 20237 min read2.9K views

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...

Wtf is SOLID? (JavaScript edition)

Stop using boolean states

Nov 11, 20233 min read1.1K views

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...

Stop using boolean states

Software can never be fully decoupled!

Nov 10, 20233 min read190 views

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...

Software can never be fully decoupled!