Seth Phat
Seth Phat Blog

Seth Phat Blog

Follow
homeTech tipsJourneysTricks
Tag

software architecture

#software-architecture

More content

Read more stories on Hashnode


Articles with this tag

Overcoming Message Queue (MQ) ✉️ Hurdles: Tips and Solutions

Aug 29, 20235 min read 13 views

Hey guys, Message Queue (MQ) has been around for decades, hasn't it? MQ helps us a lot in terms of: Communication between services ☎️ Delegate...

Overcoming Message Queue (MQ) ✉️ Hurdles: Tips and Solutions

My dev subscriptions list 🥰

Jul 15, 20232 min read 24 views

Hi folks, We live in a world where subscription-based models have been trending for years. Freemium is the term that you can use for free but limited...

My dev subscriptions list 🥰

NodeJS simple background task handler 😎

Jul 11, 20234 min read 28 views

Hi guys, Coming from the world of Laravel, where I can dispatch a simple job into the queue and run the worker, my job will be resolved in the...

NodeJS simple background task handler  😎

No throw and happier life

Apr 13, 20232 min read 30 views

Hi guys, Let's talk about a coding approach today. The throw is really familiar, especially for OOP languages, right? Basically, when something goes...

No throw and happier life