UPUmang Pinchainumangpincha.hashnode.dev·6h ago · 3 min readReact Behind the Scene (React 0)What is React ? It is a free open source JS library which helps you to write "Single Page Applications". Clear Some Basics first How do you create element in JS let div = document.createElement("div")00
DADineshraj Anandanindineshraj.hashnode.dev·4h ago · 9 min readSecuring Public APIs Without Login: Cloudflare Turnstile in a React StackA practical guide to bot protection on unauthenticated pages. We will cover the widget, tokens, siteverify, and where to enforce it in your backend. Introduction Public pages are convenient for users,00
LOlakshay oberoiinlakshayoberoi.hashnode.dev·5h ago · 4 min readI shared my portfolio on Reddit and got roasted. Here's what I changed.Last week I did something most developers avoid. I shared my portfolio on Reddit and asked strangers to roast it. I got 24 comments. Most of them were brutally honest. All of them were right. Here's e00
KSKalpick Sharmainkalpicksharma.hashnode.dev·17h ago · 5 min readFrom AI to AI Agents: Understanding Agentic Software Development as a Frontend DeveloperIntroduction A few years ago, using AI for software development meant asking questions. How do I fix this error? Can you generate this React component? Can you explain this API? Today, many developers00
SSSuryansh Singh Manhasindevpocket.hashnode.dev·1d ago · 3 min readUnderstanding JWTs: Header, Payload, and Signature ExplainedIf you've ever worked with authentication in a web app, you've probably run into a JWT — a long string that looks like gibberish but is actually carrying real information. Once you can read one, debug00
SBSriram Binsriram23.hashnode.dev·1d ago · 4 min readHow I Added Streaming to Sudeshi AI ChatIn the previous article, I wrote about how I discovered streaming while building Sudeshi. In this article, I’ll discuss in detail how I implemented the streaming response for the chat. My Initial Thou00
TGTruong Gianginsora-ui.hashnode.dev·3d ago · 9 min readCursor Trail Reveal — No GSAP, No Motion (Pure CSS Transitions & requestAnimationFrame)Every time someone looks at CursorTrailReveal, the first question is the same: "Framer Motion? GSAP?" Neither. The entire effect — images popping out along the cursor path, horizontal strips wiping op10
BSBismay Sundar Mahantainbismay.hashnode.dev·2d ago · 11 min read🚀 Day 6 of Learning React: The Day React's Rendering Finally Started Making Sense (HMR, Bundlers & Form Handling)📌 Missed Day 5? I explored React's Automatic Batching, why calling setState(count + 1) three times only increments once, and how functional updates with prev solve that problem. You can read it here 00
MSMohammad Shahzeb Alaminmdshahzebalam.hashnode.dev·3d ago · 3 min readStop Writing Massive, Single-Page Codebases A Raw Look at React Components and PropsBefore React, we used to render web pages using raw JavaScript and root.render. We had to make a single div inside our HTML file, and then write the entire project's code on that one page. It quickly 00
SSubhransu894insubhransusekhar.hashnode.dev·3d ago · 3 min readHow I Built a Full-Stack CRM with MERN-StackIntroduction Building real-world projects is one of the best way to learn full-stack development. To strengthen my understanding on the MERN stack, I built Anvaya CRM , a Customer Relationship Managem00