subhjourney.hashnode.devExpress.js Essentials: A Friendly Guide for beginnersAlright, here i'm with ultimate guide of express.js. It is better to say, "Everything you need to know about express.js to start with backend" No wonder why Express.js is one of the most popular web application frameworks for Node.js. It's known for ...Aug 27, 2024路5 min read
subhjourney.hashnode.devIntroduction to websockets | Building a real-time chat application in Node.jsIn today鈥檚 world of live streaming, video conferencing, and remote work, latency is a major concern for users. A smooth, uninterrupted experience is crucial. Traditional HTTP, which relies on client requests, struggles to meet this demand. It's simpl...Aug 22, 2024路5 min read
subhjourney.hashnode.devBUILDING YOUR VERY OWN BLOCKCHAIN SERVICE USING CRYPTO.jsThat's why they say not to believe everything you see on internet 馃き here i can provide a beginner's guide on building your very own blockchain program AND I LL SHOW YOU HOW TO DEPLOY THIS ON API USING EXPRESS.JS (See i don't lie 馃槗) Before we start,...Aug 11, 2024路4 min read
subhjourney.hashnode.devunderstanding Shell | Building basics of shell | Use cases of shell scripts"hey readers, here is my second blog. I'll try to maintain this blog more interactive for better understanding about shells." What exactly is a shell?馃 In the realm of computing, the term "shell" often emerges, especially among developers and IT pro...Jul 13, 2024路3 min read
subhjourney.hashnode.devintroduction to npm packages and how to avoid security concerns while using npmHey fellow coders and tech enthusiasts! Today, we're gonna dive deep into the world of npm packages and explore how they can supercharge your JavaScript development. Whether you're a newbie or a seasoned developer, understanding npm packages is cruci...Jul 12, 2024路4 min read