Tech Skills
Frontend Engineering
HTML, CSS, JavaScript, React, Next.js, performance and modern web development
Skills in this topic
5 skills — Sign in to track your progress
HTML & CSS
beginner
Build a responsive layout with CSS Grid and Flexbox
JavaScript Fundamentals
beginner
Write async code with Promises and async/await
React
intermediate
Build a data-fetching app with useEffect and useState
Frontend Performance
intermediate
Achieve a 90+ Lighthouse score
Modern Frontend Stack
advanced
Build a Next.js app with SSR and ISR
Reddit r/learnprogramming
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
html and css
how long does it take to learn and master html&css? submitted by /u/Ghozzt4 [link] [comments]

Dev.to · Kui Luo
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
How to Cut Your CSS File Size by 40% Without Losing Any Styles
Most websites ship CSS that's 2-3x larger than necessary. After auditing over 50 production sites, I...

Dev.to · Trần Xuân Ái
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
HTML to JSX: Common Conversion Problems Frontend Developers Still Make
If you've worked with React, you've probably copied HTML into JSX at least once. And then...

Dev.to · Avanexa Technologies
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
Why React JS Continues to Dominate Modern Web Development
In today’s digital world, businesses need websites and applications that are fast, interactive,...

Dev.to · iDev-Games
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
I Built a Real-Time Simulation Game in a Single HTML File (Without React or Custom JavaScript)
Modern frontend development has normalized an absurd amount of complexity. Want to build a real-time...

Medium · JavaScript
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
Beyond Vite: The 2026 Shift from Build Speed to System Continuity.
In 2026, frontend performance problems rarely come from slow machines. Continue reading on Medium »

Dev.to · reactuse.com
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
React Pointer Hooks: Hover, Long-Press, Double-Click, Scratch, and Click-Outside Without the Bugs
React Pointer Hooks: Hover, Long-Press, Double-Click, Scratch, and Click-Outside Without the...

Dev.to · Nick Benksim
🌐 Frontend Engineering
⚡ AI Lesson
3w ago
The Future of CSS Modules in Modern Web Development
Grab a Coffee: Let's Talk About Scope Leakage Picture this: you are working on a massive, beautiful...

Dev.to · punts
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
Building a Slot-Machine Picker Without Making Gambling Claims
A small open-source HTML/CSS widget that links to a live random casino game picker with responsible- ...

Medium · Programming
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
Angular Signal Forms Are Here — And They Change Everything About How We Handle Forms
The biggest shift in Angular form handling in 10 years. A complete guide with real migration code from a 40-field loan application form —… Continue reading on M

Dev.to · Timi
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
Keep Your Taste
I know I said I was going to keep writing about concepts I use every day as a frontend engineer....
Medium · JavaScript
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
I Built a Tool That Turns Any Website Into an App With One Line of Code
I Built a Tool That Turns Any Website Into an App With One Line of Code Continue reading on Medium »

Dev.to · Razvan Zamfir
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
Design a Clean Form with Floating Labels in Bootstrap 5
Bootstrap 5 comes with built-in floating labels, but the default inputs can feel a bit too tall for...
Dev.to AI
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
We still don't have proper CSS frameworks
We have utility libraries, class-naming conventions, and methodologies dressed up in framework branding. What we don't have is a CSS layer that behaves like a f

Dev.to · Ryan John
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
How does VuReact compile Vue 3's watchEffect() to React?
VuReact is a tool that compiles Vue 3 code into standard, maintainable React code. In this article,...
Dev.to · Carl-W
🌐 Frontend Engineering
⚡ AI Lesson
4w ago
400+ Remote Companies Using React in 2026
409 remote companies use React in their stack, four times more than any other frontend framework. But knowing React isn't a signal anymore. Here's what actually

Dev.to · Kudasov Dmitriy
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
How to Test Frontend Error States Without Breaking Your Backend
Frontend teams are usually pretty good at testing the happy path. The API returns 200. The response...

Medium · Programming
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Angular 20: What’s New and What It Means for You
A Deep Dive into the Latest Features, Improvements, and Breaking Changes Continue reading on Medium »

Dev.to · AiVIS Cite Ledger
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Your Entire Build Failed Because of One Invisible Character
Fresh frontend stacks are "ennotshippified" in one very specific way. One bad string can cripple the...

Dev.to · endoflife-ai
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
React End-of-Life Dates — What's Actually Supported in 2026
Meta doesn't publish hard React EOL dates. React 18 is security-only. React 17 and 16 are unsupported. Here's what that means and how to upgrade.

Dev.to · Naman Sachdeva
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
I Made My Website "Alive" using Physics (Vanilla JS Experiment Part 2) 🚀
A few days ago, I wrote about getting bored with flat, static websites and trying to build something...

Dev.to · Andrew Gabaraev
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
I built a Vite plugin that writes CSS changes back to your source files
Every time I wanted to tweak a margin or color during development, I'd do the same thing: open...

Dev.to · Anjaneya Kariguli
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Html learning journey
Today I completed an important step in my web development journey by learning the fundamentals of...

Dev.to · Nick Benksim
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
How to Use CSS @layer to Manage Specificity Without Pain
Say Goodbye to Specificity Wars: Mastering CSS @layer Without the Pain Hey there! Grab your coffee,...

Dev.to · Ryan John
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
What Does Vue 3 reactive() Compile to in React with VuReact?
VuReact compiles Vue 3 code into standard, maintainable React code. This time, the focus is on two of...

Medium · Programming
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
5 CSS Features I Can’t Live Without ✨
For a long time, writing CSS felt less like engineering and more like survival. Continue reading on JavaScript in Plain English »

Dev.to · Nana Okamoto
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
How I Introduce Frontend Testing in Early-Stage Next.js Projects
Recently, I introduced testing into a new Next.js project. One question always comes up at the...

Dev.to · Mohamed Idris
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Learning Frontend Testing As If You Built It Yourself
If you have ever pushed a "tiny" change to production on a Friday and watched the bug reports roll in...

Dev.to · TommyDee
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Migrating from gl-transitions to @vysmo/transitions: the diff that matters
If you've ever wanted a fancy crossfade between two images on the web, you've probably ended up at...

Medium · JavaScript
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Performance-First Frontend: Memory Management and Leak Protection in Modern SPAs
Introduction: The Endurance Problem Continue reading on Medium »

Dev.to · Samuel Rouse
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Simplify setTimeout
Hidden in plain sight is a functional programming interface you may have never used, and...

Medium · JavaScript
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Paytm Money Frontend Interview Experience | SSE 2026
Recently, I went through multiple frontend interview experiences for a Senior Software Engineer — Frontend role at Paytm Money and found… Continue reading on Fr

Dev.to · Geampiere Jaramillo
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
React vs Next.js: Two tools, a different purpose
For a long time I used React for everything. It worked. Until it wasn't enough. There were...

Dev.to · Alex Chen
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
CSS Tricks That Save Me Hours Every Week
CSS Tricks That Save Me Hours Every Week These aren't the flashy animations you see on...

Dev.to · Alex Chen
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
CSS Grid: The Visual Guide to Layout Mastery
CSS Grid: The Visual Guide to Layout Mastery Flexbox is for 1D layouts. Grid is for 2D....

Dev.to · Forrest Miller
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
I built a bingo number caller with zero backend and 331 prerecorded MP3s instead of the Web Speech API
A bingo caller is the machine that draws numbers, says them out loud, and shows them on a board. I...

Dev.to · robot1996
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
I built a tiny browser game for guessing cartoon-inspired colors
I shipped a small browser game called Toon Tone Color: a 5-round color memory challenge where you...

Dev.to · Razvan Zamfir
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Building simple tabs with HTML, CSS, and Vanilla JavaScript.
Building Simple Tabs with Vanilla JavaScript ...

Dev.to · Hicham
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
I Built a Modular Tailwind + Web Components Template for Corporate Websites
🚀 Introducing Finly — A Cyber-Industrial HTML Template for Modern Financial & Corporate...

Dev.to · Snappy Tools
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
HTML Minification: What Gets Removed and Why It's Safe
Every byte counts when you are serving HTML to millions of requests. HTML minification is one of the...
Medium · Programming
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
The Harsh Truth About Being a Frontend Developer
A frontend developer shares the harsh reality of frontend development in 2026 — constant learning, pressure, competition, burnout, and… Continue reading on Medi

Dev.to · Kevin 心学
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
HTMX or React? Why I chose a Third Way
If you've been following web development news lately, you couldn't have missed the great debate of...

Dev.to · Arthur
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
React Overview
React is a JavaScript library, not a framework. A library is a tool you use when needed A...

Dev.to · Dilshod Gaipov
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
I Built a Small Browser Workspace for HTML, CSS and JavaScript Prototypes
I have been working on a small tool called Orivo. The idea came from a very simple problem I kept...

Dev.to · Fabio Arcari
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
The Tiny Proxy That Fixed Local Development for Our Multi-Repo Frontend
This article is a follow-up to From Independent Microsites to Context-Driven Architecture, where we...

Dev.to · Sivakumar Mathiyalagan
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
React Js Basics
What is library and difference between library and framework? Library is a collection of helper...

Dev.to · Benjamin Koimett
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
I built a crossword solver without React and survived to tell the tale 😅
For the past 3 years, my brain has been wired to: npx create-vite@latest useState, useEffect,...

Dev.to · Saurabh Sharma
🌐 Frontend Engineering
⚡ AI Lesson
1mo ago
Deploy Angular 16/17/18/19 on cPanel - The Version-Specific Guide ⚡
Most Angular deployment guides are written for one version, then quietly become outdated. You follow...
DeepCamp AI