the generic dev

the generic dev

just another blog

Recent posts

17 Feb 2017

Storing views in Database

I am working on a data analysis and visualization tool since few months. While developing the tool, i figured it out that i needed a way to…
15 Nov 2016

An Attempt to explain Memory Management in Node.JS

In this article, I will try to explain how Node.js garbage collection works, what happens in the background when you write code and how…