STShivam Tiwariinlearningnextjs.hashnode.dev·Sep 7, 2025 · 2 min readFixing PostgreSQL + Node.js Setup Issues: A Debugging JourneyFixing PostgreSQL + Node.js Setup Issues: A Debugging Journey When I first set up a Node.js + PostgreSQL project, I didn’t realize how many little pitfalls were waiting for me. From port conflicts to authentication failures, the process was full of s...00
STShivam Tiwariinlearningnextjs.hashnode.dev·Sep 7, 2025 · 1 min readFaced The Problem of EADDRINUSE: 3000 while Building my Project (Backend Focused)"I recently faced an EADDRINUSE: 3000 already in use error while running tests in my Express + PostgreSQL project. At first, it was confusing — my server worked fine with node src/index.js, but npm test kept failing because Jest tried to start anothe...00
STShivam Tiwariinlearningnextjs.hashnode.dev·Aug 25, 2025 · 1 min readWhen Windows 11 Threw an NVM Error at Me (And Why Ubuntu Wouldn’t Have)It was a frustrating moment — the kind that breaks your flow when all you want is to spin up your project and start coding. After digging around, I realized this was yet another case where the Windows environment added extra overhead for tools that j...01A
STShivam Tiwariinlearningnextjs.hashnode.dev·Aug 17, 2025 · 1 min readNext JS 15 Markdown Notes Taking Application Completed!!"Turning thoughts into neatly organized markdown magic ✨📝 #NoteTaking #Markdown" , This project was not that easy as I thought. #Nextjs15 #Markdown #Productivity #WebApp #FullStack #StartupDev #JavaScript #DevLife #100DaysOfCode check it out here:- ...00
STShivam Tiwariinlearningnextjs.hashnode.dev·Aug 6, 2025 · 1 min readUpdate of my MDNotes taking applicationToday I added global.css in my application and my App is looking much better now and also I worked on my 2nd page of notes so that we can conditional render our application created layout.js / notes to work on my 2nd page gave it className and from t...00