Open in app
Home
Notifications
Lists
Stories

Write
Anjarul Robin
Anjarul Robin

Home

Mar 4

Git internals (Part 1)

Git is a version control system which we use in our daily basis. But many of us don’t know the internal data structure of that interesting tool. When I first learned git, it was like a magic box to me. I was wondered about how git stores all the data…

Git

8 min read

Git internals (Part 1)
Git internals (Part 1)

Feb 17, 2021

PM2: Run cron-job from single process in cluster mode

PM2 is a process manager for node.js application. It helps to manage and keep an application online for 24/7. In PM2 there is an option to run the code in cluster mode. The cluster mode allows node.js applications to be scaled across all CPUs available, without any code modifications. …

Pm 2

5 min read

PM2: Run cron-job from single process in cluster mode
PM2: Run cron-job from single process in cluster mode

Feb 15, 2021

Node.js deep object property checking in if condition

How many times you wrote if condition in your node.js code? What about checking an objects property in if condition? How many times you needed to check an optional property of an object in an if condition? …

Nodejs

3 min read

Anjarul Robin

Anjarul Robin

Associate software engineer @BrainStation-23 since 2020

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable