Aayan Ali·Dec 15, 2025Why can’t I change my Airpod behavior as a programmer?I had an interesting realization about “programming” and control over systems.
Aayan Ali·Apr 26, 2024While Loop in Python in easy wordsExplain while loop in the easiest words possible.
InDev GeniusbyAayan Ali·Apr 20, 2024Creating Our Web Server In NodeJSIn this tutorial, we will create our first node js server, Excited right?
InDev GeniusbyAayan Ali·Apr 19, 2024What is Nodemon in NodeJS?Tired of writing node again & again to run the file and get output?
InDev GeniusbyAayan Ali·Apr 18, 2024What is npm in NodeJS?I will not use complex words here, my main focus is to explain you in easy words.
InDev GeniusbyAayan Ali·Apr 16, 2024Export and Import Modules in Node JSIn this tutorial, I will teach you how to export your functions and variables from one file and use them in another file by importing.
InDev GeniusbyAayan Ali·Apr 16, 2024Path Module in Node JSLet’s explore the Path module in Node JS and see what it does.A response icon1A response icon1
InDev GeniusbyAayan Ali·Apr 5, 2024Asynchronous CRUD operations using FS module in Node JSIn the last article, we studied synchronous CRUD operations :
InDev GeniusbyAayan Ali·Apr 5, 2024Creating a new folder in NodeJSImport the fs module from node JS using the code below: