What is Functional Programming? (En)FP is a programming paradigm and coding style.Nov 20, 2023Nov 20, 2023
Child ProcessesNode.js has single thread environment but it doesn’t mean that we can’t use multiple processes. It is one of the best way to use multiple…Nov 19, 2023Nov 19, 2023
Big O Notation (Easy Explanation)“Big O notation characterizes functions according to their growth rates”Nov 5, 2023Nov 5, 2023
Memory Life Cycle in JS(Heap, Stack, Call Stack, String Pool)What is Stack and Heap Memory and how does it work?May 29, 2023May 29, 2023
The mystery of “this” keyword in JSKnowing that JavaScript is one of the most confusing topics for many, I decided to write about it.May 26, 2023May 26, 2023
()__proto__, prototype, [[Prototype]], Prototype ChainI decided to talk about this because I think it is one of the confusing topics in JS. On average, in every interview, at least one…May 24, 2023May 24, 2023
(EN) Thread Pool & Process & Thread…This article based on the questions I encounter often in interviews.May 22, 20231May 22, 20231
(AZ) Phases of the Node JS Event Loop(SetImmediate, NextTickQueue, MicroTaskQueue, SetTimeout)First we need to remember that NodeJS runs Libuv and V8 in the backend .May 22, 2023May 22, 2023