Skip to main content
of code

Pouring Knowledge, One Line at a Time

My take on programming, back-end systems, and a bit of gaming and front-end apps

Latest Posts

  1. Memory Debugging in NodeJS How to debug and visualize memory in a NodeJS application and how to use it for detecting memory leaks.
  2. Preventing Memory Leaks in JavaScript and NodeJS Why memory leaks occur in JavaScript and NodeJS and how to prevent them. Examples and practices for managing memory.
  3. Caching in Backend: Why, When, and How Caching in backend and other systems, advantages, when, how and why to use it.