YVYash Varmainyashvarma.hashnode.dev·Jun 27, 2025 · 3 min readContext API (Production Level)The React Context API is a feature in React that allows you to share data (state, functions, or any other values) between components without explicitly passing props through every level of the component tree. This addresses the problem of "prop drill...00
YVYash Varmainyashvarma.hashnode.dev·Apr 22, 2025 · 4 min read🔄 RefreshToken & 🔑 AccessTokenPre-requisites: 🟢 Node.js & Express.js ~ Backend Dev. 🔐 JSON Web Token (JWT) 🗂️ Database Models – especially MongoDB Imagine this scenario... A user registers on an application—let’s say, Instagram 📸. Their details like full name, email, an...00
YVYash Varmainyashvarma.hashnode.dev·Apr 19, 2025 · 4 min readGit & GitHubKey Points: What is Git? — git hai apke khud ke system par project manage krna. What is GitHub? — agar vhi project management mujhe internet pe kahi CENTRAL CODEBASE mai krna ho. GitHub in Two Aspects: 🦚 Self-Work Management 🦚 Collaboration Basic S...00