Gedion Danielblog.gediondaniel.dev·Nov 10, 2024How I Deployed My First Full Stack Node.js App on AWS EC2: A Complete GuideHey there! 👋 I remember how overwhelming it felt when I first tried to deploy a full stack application on AWS. After lots of trial and error, I've put together this guide to help you deploy your Node.js app with a React frontend and MySQL database o...DiscussEC2 instance
Ankan Sahaaxiodb.hashnode.dev·Nov 2, 2024Introducing AxioDB: A Lightweight, JSON-Based Open-Source DBMS for Modern DevelopmentIntroductionEvery developer needs a fast, flexible, and easy-to-use database for managing JSON data. Existing solutions often have complex setups or require unnecessary overhead for small to medium-scale applications. That’s why I created AxioDB—a JS...Discuss·45 readsDatabases
mcwachiramcwachira.hashnode.dev·Oct 20, 2024A Deep Dive into Event Emitters in Node.jsIn Node.js, events play a central role in handling asynchronous operations, which are crucial for building efficient and scalable applications. At the core of event-driven architectures is the EventEmitter class, which enables objects to emit events ...DiscussNode.js
Vishal Sharmacodreline.hashnode.dev·Oct 9, 2024Let's Dive into Internal Working of Node.jsHave you ever wondered how Node.js can handle thousands of connections at once without breaking a sweat? As a popular choice for building scalable network applications, Node.js has revolutionized the way developers approach server-side programming. A...Discuss·10 likesNode.js
Anuj Tomarseoguy.hashnode.dev·Oct 8, 2024How to Build a Simple Web Server with Node.jsNode.js is an open-source, cross-platform JavaScript runtime environment allowing developers to build server-side applications outside a browser. It can be used to build mission-critical production applications that perform extremely well. In this pr...Discussnode js
RIMANSHU SINGHforme.hashnode.dev·Sep 30, 2024Step-by-Step Guide to Building Your First Route in Express and Node.jsInstall Node.js First, we have to download and install Node.js from it's official website. .For download Node.js and installation process click on below link and follow that Article. Installation of Node.js According to your computer 🖥, windows us...Discuss·3 likesroutes
Ansal Pandeyansalpandeyblogs.hashnode.dev·Sep 29, 2024How to Deploy NodeJS Application on Azure Virtual Machine With Domain and DNS Mapping?Deploying a Node.js application on an Azure Virtual Machine (VM) and mapping it with your custom domain via Cloudflare DNS can seem challenging at first, but in this guide, I’ll walk you through the entire process, step by step. By the end of this bl...Discuss·11 likes·46 readsAWS
Abhishek Sharmaabhisheksharmacodes.hashnode.dev·Sep 25, 2024Automation Using Node.js: A Powerful Tool for EfficiencyNode.js, a popular JavaScript runtime environment, has gained significant traction for its versatility and efficiency in building scalable web applications. Beyond web development, Node.js can be a powerful tool for automating various tasks, streamli...DiscussNode.js
Akritiakriti111.hashnode.dev·Sep 24, 2024Unlocking Asynchronous Power with Node.js and LibuvSynchronous Vs Asynchronous System Synchronous System: In a synchronous system, tasks execute sequentially, potentially blocking the main flow. console.log("synchronous"); let a = 10; let b = 20; function add(x,y){ const res = (a + b); retu...Discuss·10 likesNode.js
ngdreamngdream.hashnode.dev·Sep 24, 2024Pulsy ,a simple react js state management libraryHere's a README for your Pulsy package: Pulsy Pulsy is a lightweight, flexible state management library for React that supports persistence, middleware, memoization, and enhanced dev tools integration. This package enables you to easily create and m...Discusslibrary