Why Node.js is a Powerful Tool for Any ProjectNode.js is an open-source, cross-platform JavaScript runtime environment renowned for its versatility and performance. With its ability to run the V8 JavaScript engine outside the browser, Node.js has become a popular choice for a wide range of proje...Jul 9, 2023·2 min read
Part 2: Listing the functionalities of the TODO application.As I discussed that I will list down the functionalities of the application in my previous blog. You can visit that from here. There will be so many functionalities for this app that's why I have decided to break this application into two parts first...May 31, 2023·1 min read
Part 1: Creating a backend for advanced TODO application.Today I thought that I should start to make my portfolio and for that, I need some advanced projects to showcase my knowledge about what I know and how I implement my knowledge. For that, I will start with implementing an advanced todo application ba...May 31, 2023·2 min read
Empowering Learning Communities: Building a Collaborative Platform for Skill EnhancementBuilding a Collaborative Learning Platform: Enhance Your Skills with Public Learning In today's fast-paced world, where continuous learning is the key to success, I recently had an idea that would encompass various topics, including front-end and bac...May 21, 2023·3 min read
Create a server using NodeJS and TypescriptStep 1: Set up a new project folder Create a new folder for your project and navigate to it in your terminal. Step 2: Initialize the project Run the following command to initialize a new Node.js project with npm: npm init -y Step 3: Install dependen...May 18, 2023·2 min read
Beyond API Frameworks: Essential Backend Development Principles You Need to KnowAfter conducting research, I have determined that a proficient developer must possess knowledge not only in programming but also in the reasoning behind it. Thus, I have found that it is imperative to understand the fundamental principles of backend ...May 7, 2023·1 min read
ExpressJS 101: A Comprehensive Introduction to Web DevelopmentAre you interested in building web applications with Node.js? If so, you have probably heard of ExpressJS. Express is a fast and flexible web framework for Node.js, and it is a popular choice for developers building web applications. In this article,...May 5, 2023·8 min read