✕ Clear all filters
237 articles
▶ Videos →

📰 Medium · Programming

237 articles · Updated every 3 hours · View all reads

All Articles 179,133Blog Posts 165,049Tech Tutorials 47,825Research Papers 35,403News 22,434 ⚡ AI Lessons
Multi-Step Forms in Angular: Building Clean, Scalable, and User-Friendly Form Workflows
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 2w ago
Multi-Step Forms in Angular: Building Clean, Scalable, and User-Friendly Form Workflows
Learn how to build multi-step forms in Angular using Reactive Forms, FormGroup, FormArray, validation, shared state, navigation, and… Continue reading on Medium
A Practical Approch in Maintaining and Reducing Tech Debt for Enterprise JavaScript/TypeScript…
Medium · Programming 🌐 Frontend Engineering 3w ago
A Practical Approch in Maintaining and Reducing Tech Debt for Enterprise JavaScript/TypeScript…
Tech debt is inevitable in a large software project. Continue reading on Medium »
The DOM Isn’t Slow. The Way Most Code Talks to It Is.
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
The DOM Isn’t Slow. The Way Most Code Talks to It Is.
Ask a room of developers why DOM manipulation has a reputation for being slow, and most will say some version of “because it’s the DOM… Continue reading on Medi
shadcn/ui vs MUI vs Bootstrap vs Tailwind vs VivekUI: An Honest React UI Comparison (2026)
Medium · Programming 🌐 Frontend Engineering 3w ago
shadcn/ui vs MUI vs Bootstrap vs Tailwind vs VivekUI: An Honest React UI Comparison (2026)
Now the honest detail. Continue reading on Medium »
I Switched to Zoneless Angular. Then SSR Started Returning Empty Data
Medium · Programming 🌐 Frontend Engineering 3w ago
I Switched to Zoneless Angular. Then SSR Started Returning Empty Data
Server-side rendering is supposed to give users meaningful HTML before the browser finishes loading JavaScript. Continue reading on Medium »
Medium · Programming 🌐 Frontend Engineering 3w ago
Understanding Database Indexes in Python Web Development
When you build a Python web application, the database eventually becomes one of the most important parts of your application’s performance… Continue reading on
I Replaced React Query With 25 Lines of Vanilla JS
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
I Replaced React Query With 25 Lines of Vanilla JS
React Query is 13KB and solves problems I didn’t have. Here’s what I built instead. Continue reading on Medium »
How To Create Reusable Signal Stores in Angular
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
How To Create Reusable Signal Stores in Angular
A practical approach to building scalable, maintainable state management with Angular Signals Continue reading on Medium »
Frontend in 2026: What Junior and Mid-Level Developers Actually Need to Know
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
Frontend in 2026: What Junior and Mid-Level Developers Actually Need to Know
Frontend development moves quickly. From new frameworks and libraries to AI coding assistants and browser features, it can be difficult to… Continue reading on
React Performance Advice Ranked by Actual Usefulness
Medium · Programming 🌐 Frontend Engineering 3w ago
React Performance Advice Ranked by Actual Usefulness
The fixes that actually move the needle, before you reach for memoization. Continue reading on Medium »
Top 25 React Interview Questions and Answers ✋
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
Top 25 React Interview Questions and Answers ✋
✈️ React is one of the most popular JavaScript libraries for creating user interfaces, particularly for single-page apps.  Continue reading on Medium »
Understanding CSS cubic-bezier(): A Visual Guide That Finally Makes Sense
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
Understanding CSS cubic-bezier(): A Visual Guide That Finally Makes Sense
TL;DR: If you’ve ever copied cubic-bezier(0.68, -0.6, 0.32, 1.6) from Stack Overflow without knowing what it does, this guide is for you… Continue reading on Me
HTML vs JSX — What You Actually Lose When You Switch
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 3w ago
HTML vs JSX — What You Actually Lose When You Switch
You thought it was just HTML inside JavaScript. It isn’t. Here is the hidden cost your browser, bundle, and workflow pay every day. Continue reading on Medium »
Lesson 19: CSS Grid — For Your Modern Layouts
Medium · Programming 🌐 Frontend Engineering 4w ago
Lesson 19: CSS Grid — For Your Modern Layouts
Introduction Continue reading on Medium »
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 1mo ago
typewriter-ts: A Typewriter Effect That Doesn’t Split Your Emoji
A tiny, dependency-free TypeScript typewriter for browsers, Node, and anything else that can render a string. Continue reading on Medium »
Your CSS Components Can Finally React to Their Context
Medium · Programming 🌐 Frontend Engineering 1mo ago
Your CSS Components Can Finally React to Their Context
Reusable components have a familiar problem. Continue reading on Medium »
From Web App to Windows EXE: A Simple HTML to EXE Guide
Medium · Programming 🌐 Frontend Engineering 1mo ago
From Web App to Windows EXE: A Simple HTML to EXE Guide
If you already have a useful project built with HTML, CSS, and JavaScript, you don’t always need to rebuild everything in C# or another… Continue reading on Med
HTML Dialog Element — You Don’t Need a Modal Library Anymore
Medium · Programming 🌐 Frontend Engineering 1mo ago
HTML Dialog Element — You Don’t Need a Modal Library Anymore
Stop fighting z-index nightmares, broken focus traps, and 40kB JavaScript bundles. The native tag is production-ready, fully… Continue reading on Medium »
I Thought useState Was Simple—Until I Had to Use It
Medium · Programming 🌐 Frontend Engineering 1mo ago
I Thought useState Was Simple—Until I Had to Use It
What learning React through The Odin Project taught me about state, event handling, and thinking differently about JavaScript. Continue reading on Medium »
Find the Exact Slow Angular Component with Chrome DevTools
Medium · Programming 🌐 Frontend Engineering ⚡ AI Lesson 1mo ago
Find the Exact Slow Angular Component with Chrome DevTools
Chrome DevTools can now take you directly to the exact Angular component instance causing a performance problem. Continue reading on Medium »