SGSiddhant Gorteintechwithsiddhant.hashnode.dev·2d ago · 16 min readModern Database Access: Prisma, Drizzle, and ORMs ExplainedWhere does your application data live after a user closes the app? If a user creates an account, places an order, publishes a blog post, or makes a payment, that information needs to exist somewhere e00
PTPrem Takawaneinpendingblog.hashnode.dev·6d ago · 6 min readUnderstand Basic of GITHi Friends, if you're a little bit curious about software development, you must heard the name Git at least once, and your reading this article means your interested to know the Git, so lets start to 00
KSKanishka Shashiinnodej.hashnode.dev·Jul 7 · 11 min readBuilding Scalable Systems: Caching, Rate Limiting, and ObservabilityWhat Happens When Your Application Suddenly Gets One Million Users? Imagine this. You launch a new product after months of development. Marketing campaigns go live, influencers start talking about it,10
DNDebashis Nandyindebashisn.hashnode.dev·Jun 30 · 7 min readHow ChatGPT Understands and Responds to Your QuestionsWhat is LLM? Ask ChatGPT, Gemini, or Claude what they are, and they’ll usually say something like: "An LLM is a neural network trained on huge amounts of text to predict the next word based on context00
MUMohd Ujaidinmobiledevelopement.hashnode.dev·May 23 · 22 min readExpo Router vs React Navigation - Which One Should You Use in 2026?In 2026, choosing a routing paradigm is the most critical structural decision for any React Native application. While React Navigation remains the battle-tested runtime engine for programmatic native 00
MAMuhammad Asiminflattenarrayinjs.hashnode.dev·Apr 18 · 8 min readArray Flatten in JavaScript From Nested Mess to Clean List .Imagine you have a box. Inside that box, there are more boxes. And inside those boxes even more boxes. Now someone asks you, "Hey, give me a list of everything inside." What do you do? That's exactl00
SWSAGAR WADDENKERIinmodulesblog.hashnode.dev·Mar 19 · 7 min readJavaScript Modules: Import and Export ExplainedJust as Template Literals (as we know) replaced messy plus signs with clean placeholders, JavaScript Modules replace one giant, unmanageable file with small, organized "bricks" of code. If we keep all00
Ssatyasandhyainwhatisobjectsinjavascript.hashnode.dev·Mar 15 · 3 min readUnderstanding Objects in JavaScriptIn JavaScript, objects are used to store related information together. For example, a person has many details: name , age , city Instead of creating many variables, we can store them in one object. 00
NINoushin Iinzubairjaved.hashnode.dev·Jan 22 · 3 min readInside Git: How It Works and the Role of the .git FolderWhat is the .git folder? When you run git init in a directory, Git creates a hidden .git folder. This folder is the heart of your repository—it's where Git stores everything it needs to track your project's history. Think of it like this: your workin...00
HCHarshal Chauhanindomain-name-system-dns.hashnode.dev·Jan 21 · 11 min readDNS Record Types ExplainedWhat DNS is actually? DNS, which stands for Domain Name System, is what allows humans to use simple and readable website names instead of remembering numeric IP addresses. When you type a website name like google.com into your browser, your computer ...00