TTejasintejasdevcodes.hashnode.devJavaScript Arrays 101Let's imagine your mom sends you in JioMart for Shopping and you buy these thing from there. Chips Biscuit Apple Mango Now think, will you create 4 seperate variables like this ? let item1 = "Ch1h ago·5 min read
GGouravingouravakajojo.hashnode.devShip 10x Faster: The Exact AI Stack I Use to Build Frontend Projects in 2026I'm going to say something that would've gotten me laughed out of a standup meeting two years ago: I don't write most of my frontend code anymore. I architect it, review it, steer it, and ship it — bu10h ago·14 min read
JAJamal Abdul Nasirinjamalcodes.hashnode.devGetting Started with React: “Hello World” in HTML, JavaScript, and ReactReact is a JavaScript library for building user interfaces. Before diving into React, it helps to have a basic grasp of HTML, CSS, and JavaScript. This post walks through three ways to produce a simpl23h ago·4 min read
ASAlaba Samuel Ayomideinanumide.hashnode.devThe Ultimate Frontend Performance Metrics Checklist (With Benchmarks) – A Stress-Free Audit GuideAs a frontend engineer, performance audits used to drain me. Not because I didn’t understand the concepts — but because there are too many metrics, too many acronyms, too many benchmarks to remember. 1d ago·4 min read
KNKanchan Nathinkanchannath.hashnode.devReact Color Changer — Concept BreakdownThis is a simple React app where clicking a button changes the background color of the entire screen. Sounds simple, but the way it's wired up teaches you some really core React concepts — state, even22h ago·6 min read
AJAyush Jaininayushjjainn.hashnode.devNobody Told Me OOP Was Just About Keeping Things Together. That One Sentence Would Have Saved Me Weeks.The first time someone mentioned OOP in a tutorial I was watching, I paused the video and googled it. The results were full of words like "paradigm," "abstraction," "polymorphism," "inheritance." I cl1d ago·10 min read
AJAyush Jaininayushjjainn.hashnode.devOne Project Turned Into a Mess. That's How I Found Out About Objects.A while back I was building a small movie watchlist app. Nothing fancy. Just something that stored a list of movies I wanted to watch, with the title, the year it came out, and a rating out of 10 afte1d ago·11 min read
AJAyush Jaininayushjjainn.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedWhen I first started writing JavaScript, my programs had a problem I didn't even recognise as a problem. Every line I wrote would run. Every single time. No matter what. I wrote a program that was sup1d ago·15 min read
BCBama Charan Chhandogiinbamacharan.hashnode.devUnderstanding Frontend Architecture: Patterns Every Developer Should KnowWelcome to frontend development. When we build an app, we generally think like - React vs Angular Zustand vs zustand Tailwind vs Bootstrap But we forgot the main thing that is architecture. If we2d ago·4 min read
KKarishmainkrewhashnodedev.hashnode.devHoisting, var, let & const, and the TDZ(Temporal Dead Zone) What is Hoisting? Hoisting is the process where JavaScript allocates memory for variables and functions before executing the code.It happens during the Memory Creation Phase of the Execution Context..1d ago·4 min read