SRSukalyan Royinsukalyanroy.hashnode.dev·17h ago · 12 min readVibecoding Hackathons? I entered a vibecoding hackathon and somehow ended up using one AI to tell another AI how to build the app. This parody of software development is unfortunately the truth. The project was Tempo, a pro00
UPUmang Pinchainumangpincha.hashnode.dev·21h ago · 3 min readPart 3 : Babel vs OXC: Understanding the Future of JavaScript Tooling We mostly focus on frameworks like React , Next.js etc but the things working behind the scene have immensively changed , evolved. The industry is gradually shfting from Javascript tooling system Babe00
RRichainrichak.hashnode.dev·15h ago · 9 min readHow I Finally Understood Dynamic Tables in React (Without Using .map())Hey everyone, I'm Richa 👋 I wanted to share something I struggled with for a long time — building a dynamic table in React. If you've ever gone for a frontend interview, especially if you're already 00
UPUmang Pinchainumangpincha.hashnode.dev·16h ago · 4 min readPart 4 : JSX ,Components & PropsFirst lets kill the common misconception JSX is HTML inside Javascript. Its true but not fully. In reality it means JSX is syntactic sugar for React.createElement() calls. When you write <h1> Hell00
MDMitu Dasinpowerseofreetool.hashnode.dev·19h ago · 6 min readSEO for React Apps: 4 Fixes to Get Google to Actually See Your SiteI spent an entire weekend convinced my React app was cursed. Traffic was flat, nothing indexed, and Search Console showed a blank page where my content should've been. Turns out Googlebot was renderin00
VNVinit Nairinvinitnair.hashnode.dev·1d ago · 6 min readTeams Telephony Manager: A Real-World, Open-Source Power Apps Code AppTL;DR Code apps are the new pro-code way to build on Power Platform (React and TypeScript running on Dataverse), and they are genuinely powerful. But when I was learning them, I wanted one thing I cou00
AKAnkit kumar Singhinankitsingh2003.hashnode.dev·1d ago · 15 min readBuild a Todo List in React: A Beginner-Friendly Step-by-Step GuideBuilding a Todo List is one of the best beginner projects for understanding React fundamentals. It may look like a small project, but it covers many concepts that we use regularly while building React00
VKVikash Kumarinthatonevikash.hashnode.dev·1d ago · 1 min readSetup Nextjs + MUI with create-next-muiLatest version v0.2.0 is out!!! 🎉🎊 Try npx create-next-mui@latest awesome-app Why It should exist? The answer: Have you ever felt the pain of setting up a Nextjs project with MUI (MaterialUI). 🥲 W10
MSMohammad Shahzeb Alaminmdshahzebalam.hashnode.dev·1d ago · 7 min readWhat I Learned Integrating AI Into My React AppWhile building Chef Claude, a small React application where users enter the ingredients they have and receive an AI-generated recipe, I started wondering how this would actually work. Should I store r00
SKShubham Kumar Singhinblog.realdev.club·2d ago · 15 min readHow I Deployed a Full-Stack Application on a DigitalOcean VM Using Nginx and PM2Introduction Until now, I had mostly run my full-stack applications locally using localhost. But this time, I wanted to understand what actually happens when we deploy an application to a real server 22S