From 7670a78e032fd15dd36139ce4497514606122356 Mon Sep 17 00:00:00 2001 From: Khadeeja Date: Tue, 15 Oct 2024 00:11:53 +0400 Subject: [PATCH 1/2] Update README.md --- README.md | 53 +++++++++++------------------------------------------ 1 file changed, 11 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 16ddc4d..2014b75 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,7 @@ -***Open Source for sharing notes*** +# Coding Notes ---- - -Read more: -[Contributing.md](/Contributing.md) - ---- - -# Main Library - -## Framer Motion - -Site Reference: +# Overview +An open source repository for coding notes. ## Javascript @@ -82,35 +72,6 @@ Site Reference: - [Next JS Static Generation](NextJS/StaticGeneration.md) - [Next JS Testing](NextJS/Testing.md) - -## Node JS //TODO: Add Node JS Documentation -- [Introduction to Node.js](#introduction-to-nodejs) -- [Features of Node.js](#features-of-nodejs) -- [Setting Up Node.js Environment](#setting-up-nodejs-environment) - - [Installation](#installation) - - [Using Node Version Manager (NVM)](#using-node-version-manager-nvm) -- [Node.js Architecture](#nodejs-architecture) -- [Core Modules in Node.js](#core-modules-in-nodejs) - - [HTTP Module](#http-module) - - [File System Module](#file-system-module) - - [Path Module](#path-module) - - [Event Module](#event-module) -- [NPM (Node Package Manager)](#npm-node-package-manager) - - [Installing Packages](#installing-packages) - - [Managing Packages](#managing-packages) -- [Creating a Simple Web Server](#creating-a-simple-web-server) -- [Asynchronous Programming in Node.js](#asynchronous-programming-in-nodejs) - - [Callbacks](#callbacks) - - [Promises](#promises) - - [Async/Await](#asyncawait) -- [Building RESTful APIs with Node.js](#building-restful-apis-with-nodejs) -- [Error Handling in Node.js](#error-handling-in-nodejs) -- [Testing in Node.js](#testing-in-nodejs) -- [Deployment of Node.js Applications](#deployment-of-nodejs-applications) - - [Using PM2](#using-pm2) - - [Containerization with Docker](#containerization-with-docker) -- [Best Practices for Node.js Development](#best-practices-for-nodejs-development) - ## Angular - [Angular Documentation]() @@ -192,3 +153,11 @@ Site Reference: - [Containerization with Docker](NodeJS/deployment.md#2-containerization-with-docker) - [Best Practices for Node.js Development](NodeJS/best_practices.md) +--- + +## Want to Contribute? +Check the [Contributor's Guideline](/Contributing.md). + +--- + +Site Reference: From abd09f47dafd3ae38dd384ede6792ea87689605f Mon Sep 17 00:00:00 2001 From: Khadeeja Date: Tue, 15 Oct 2024 00:25:12 +0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2014b75..aba3978 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -# Coding Notes - # Overview An open source repository for coding notes.