SYSaurabh Yadavinthesaurcecode.hashnode.dev·3h ago · 6 min read Understanding Computer Networks Yesterday, I explored the Git workflow and learned how developers manage and collaborate on code. Today, I shifted my focus to another topic that every programmer eventually encounters: Computer Netwo00
SShayintoddlerstech.hashnode.dev·20h ago · 3 min readJWT Authentication in Node.js Explained Simplylets start with understanding what is authentication. Lets say 2 users visit your webapp. How will your webapp differentiate between the two ? to differentiate you will ask them their credentials that00
TCTejasvi Choudharyintejasvi-choudhary.hashnode.dev·1d ago · 4 min read CSS Flex box GuideWhat is Flex box ? The flex box is a one - dimensional layout and it helps the items to align and distribute or space easily in a good manner . It give a control of changing position in container . By00
SYSaurabh Yadavinthesaurcecode.hashnode.dev·1d ago · 6 min readLearning Git Commands That Every Developer Should KnowYesterday, I learned why Git and GitHub were created and how they completely transformed the way developers collaborate on software projects. Today, I finally got my hands dirty with Git commands. At 00
SShayintoddlerstech.hashnode.dev·3d ago · 5 min readStoring Uploaded Files and Serving Them in ExpressAll of you know what file is right and i am sure you device must be having a lot of those files arranged in folders. but the files just don't live inside in your drive , they are available on website 00
AGAkshay Ghuleinakshay-ghule.hashnode.dev·Jun 21 · 2 min readFundamentals Of Networking (Part 1)Introduction: Networking is one of the most important aspect before diving into the world of Software Development Getting Fundamentals cleared, I think would play a major role in the journey of Softwa00
SShayintoddlerstech.hashnode.dev·Jun 21 · 3 min readSetting Up Your First Node.js Application Step-by-Steptoday i am here to give you a walkthrough of your first node.js app . Whether you use windows , mac or linux i will try to be OS neutral so anyone can follow along. Install Node.Js installing node is00
SSSubransu Sekhar Maharanainwebfundamentals.hashnode.dev·Jun 19 · 8 min readModern Database Access: Prisma, Drizzle, and ORMs ExplainedWhere does application data live after a user closes the app? Think about an e-commerce website. A customer creates an account, adds products to the cart, places an order, and then closes the browser.00
PKPRINCE KUMARinprincekumar-engineer.hashnode.dev·Jun 17 · 6 min readLinux File System HuntingUnderstanding Linux Like a Backend Engineer: Imagine building the world’s fastest Formula 1 car, your web app, but having no idea how the engine, fuel lines, or electrical systems work. That’s what ba00
SBSwastisunder Badatyainswasti.hashnode.dev·Jun 15 · 4 min readCSS Selectors 101: Targeting Elements with PrecisionWhen we learn HTML, we create elements. Like: <h1>Hello</h1> <p>Welcome</p> <button>Click Me</button> But what if we want only heading become blue? Or only button become red? How CSS know which eleme00