Filter
Exclude
Time range
-
Near
31 Oct 2025
Day 20/45 - Coding lessons ๐Ÿงต What Is a .gitignore File? .gitignore is a file that tells Git what not to upload to your repository. What Is a .env File? .env (Environment File) is a hidden file that stores your projectโ€™s private secrets like passwords, API keys, or database URLs. #CodingLessons #EnvFile #CodeSafely #LearnToCodeIndia #NodejsTips #WebDevBasics #CyberSecurity #DesiDevelopers #WebDevelopment #CodeSmart #LeetCode
30 Oct 2025
Day 19/45 - Coding lessons ๐Ÿงต What Is a Database? A database stores all your appโ€™s data safely. Examples: ๐ŸŸฉ MySQL โ†’ for structured data ๐ŸŸช MongoDB โ†’ for flexible, JSON-style data ๐Ÿ“ˆ PostgreSQL โ†’ for complex queries Think of it like Google Sheets, but for your app ๐Ÿš€ #Nodejs #BackendDevelopment #JavaScript #LearnToCode #CodingJourney #WebDevelopment #DeveloperCommunity #100DaysOfCode #BuildInPublic
236
30 Sep 2025
#nodejstips - starving timers you starve timers when you flood event loop with nextTick. because it runs before event loop proceeds to the next phase, so timers never get a chance. fix: do not flood with nextTick rather throttle or chunk your work. #nodejs #javascript
25
18 Sep 2025
#nodejstips - Starving Promises What: If process.nextTick() keeps scheduling more callbacks, promise callbacks never get a chance to run. Fix: Use microtasks (Promises) for better coordination. #nodejs #javascript #100DaysOfCode #SoftwareEngineering #WebDevelopment
25
16 Sep 2025
I/O Starvation in #nodejs what: Event Loop can't reach I/O phase if nextTick queue keeps filling. when: excessive recursive nextTick usage. fix: use setImmediate() to allow I/O #nodejstips #js #eventloop
87
๐Ÿ’ก Don't shy away from asynchronous JavaScript (callbacks, Promises, async/await). Node.js thrives on it. Understanding the event loop is key to writing efficient and non-blocking code. #AsyncJS #NodejsTips
1
23
Scaling your Node.js app? Vertical scaling adds power fast but hits limits. Horizontal scaling offers real-world flexibility and resilience. ๐Ÿ‘‰ Discover the smart way to scale: techtic.com/blog/scaling-nodโ€ฆ #ScalableApps #ScalableSolution #TechBlog #NodeJSTips #TechticSolutions
23
23 May 2025
Error handling is more than fixing bugs โ€” itโ€™s about building reliable apps. Save this for later and follow for more dev tips! #CleanCode #Javascript #WebDev #NodejsTips
3
27