AKADARSH KUMAR PANDEYinkhuskarmjs.hashnode.dev·Apr 22, 2025 · 3 min readDAY 6 BackEnd🗂️ Setting Up Files and Folders for a Node.js + MongoDB Project When starting a backend project using Node.js and MongoDB, having a clear file and folder structure is key to keeping your code organized, readable, and scalable. In this post, we’ll wa...00
AKADARSH KUMAR PANDEYinkhuskarm.hashnode.dev·Apr 20, 2025 · 5 min readDAY 1 to BackEnd DevStarting with Backend Development: A Beginner's Guide Using Express.js If you're just starting your journey into web development, understanding the backend can feel a little mysterious at first. You hear terms like server, routes, requests, dependenc...00
AKADARSH KUMAR PANDEYinkhuskarm.hashnode.dev·Apr 9, 2025 · 5 min readGetting Started with Java: Understanding Class, Object, Main Method, Memory, and MoreWhen starting your journey with Java, it’s easy to get overwhelmed by keywords and structures like public static void main(String[] args). But once you break them down, they’re not as scary as they seem. In this blog, I’ll explain Java basics using a...00
AKADARSH KUMAR PANDEYinkhuskarm.hashnode.dev·Apr 9, 2025 · 3 min readHow Java Works: A Beginner-Friendly GuideWhen I started learning Java, one of the first questions I had was "How does Java actually work under the hood?" Sure, we write code in .java files and somehow it runs—but what’s happening behind the scenes? In this blog, I’m going to break it all do...00