Skip to content
Things to remember
  • Home
  • Blog
  • Home
  • Blog
All (15)API (1)Deployment (2)Development (3)Expo (1)Git (1)Microfrontends (3)Node.js (2)RabbitMQ (1)React (1)Software Architecture (1)Thoughts (1)

Smart Message Retries in RabbitMQ: Delay with DLX and TTL

In RabbitMQ, delayed retry (or delay scheduling) using a Dead Letter Exchange (DLX) is a common pattern to…

  • RabbitMQ

Handling side effects and working with the useEffect() hook

When useEffect is Redundant: Remember, the decision to use useEffect depends on the specific requirements of your component and the…

  • React

Clinic.js: Profiling Your Node.js Application

Performance issues in Node.js apps can suck—especially when you’re trying to pinpoint exactly what’s slowing you down. Clinic.js…

  • Deployment

KISS – keep it simple, stupid

✅ Write small, focused functions – each should do one thing well.✅ Avoid unnecessary abstractions – don’t create…

  • Development

Wake Up at 4 AM – show up for yourself

What if the key to clarity, momentum, and deep fulfillment lies in what you do before the world…

  • Thoughts

Node.js – callback-based functions into promise-based functions

In Node.js, the util.promisify() function is a powerful tool that allows you to convert callback-based functions into promise-based functions. This conversion enables you…

  • Node.js

Authentication flow

You should consider whether you want to integrate sign-in and sign-up features with the user service or create…

  • DevelopmentNode.js

What every dev should know about Environment Variables

Understanding Environment Variables and Configuration Environment variables are external values that can be set to alter the behavior…

  • DevelopmentExpo

Free Services to Deploy Your Code

Whether you’re a seasoned developer or just starting out, these free deployment services offer the perfect solution to…

  • Deployment

Microservices

What is microservice? A microservice is a software development technique that structures an application as a collection of…

  • Software Architecture
1 2Next
No more posts to load

Copyright © 2026