DEV Community

Front-end

"If you're already a front-end developer, well, pretend you're also wearing a pirate hat." - Ethan Marcotte

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Best Node JS free hosting services out there

Best Node JS free hosting services out there

914
Comments 6
8 min read
Learning JavaScript: "addEventListener"

Learning JavaScript: "addEventListener"

8
Comments 1
2 min read
Top 10 Websites Every Developer Needs to Know

Top 10 Websites Every Developer Needs to Know

4
Comments
4 min read
Benchmarking 'for', 'while', 'for...of', and 'Array.forEach' - using Performance.now()

Benchmarking 'for', 'while', 'for...of', and 'Array.forEach' - using Performance.now()

46
Comments 7
2 min read
How to Pass Data from a Rails view to Stimulus: A Simple Guide

How to Pass Data from a Rails view to Stimulus: A Simple Guide

2
Comments
3 min read
Diseñar un tooltip con HTML y CSS

Diseñar un tooltip con HTML y CSS

Comments 1
3 min read
Microfrontend Architecture: What You Need to Know Before You Start

Microfrontend Architecture: What You Need to Know Before You Start

Comments
2 min read
What is CSS Padding?

What is CSS Padding?

1
Comments
4 min read
React Riddles: The Mysterious Case of the Untracked Clicks

React Riddles: The Mysterious Case of the Untracked Clicks

Comments
6 min read
Editing react quilljs markdown styling

Editing react quilljs markdown styling

7
Comments 3
2 min read
Dear Friends, Followers, and Readers

Dear Friends, Followers, and Readers

Comments
1 min read
The Importance of Frontend Testing in React: Achieving High-Quality Code with Confidence

The Importance of Frontend Testing in React: Achieving High-Quality Code with Confidence

6
Comments
4 min read
Feature-Sliced Design: The Best Frontend Architecture

Feature-Sliced Design: The Best Frontend Architecture

78
Comments 2
8 min read
Boost Page Speed with async and defer

Boost Page Speed with async and defer

11
Comments
4 min read
Qwik Authentication with Auth.js

Qwik Authentication with Auth.js

21
Comments
5 min read
Explicit Software Design Series

Explicit Software Design Series

12
Comments 2
8 min read
Why Tailwind, if I can create my own CSS Generator from scratch.

Why Tailwind, if I can create my own CSS Generator from scratch.

Comments 2
2 min read
VSCode New Version (1.79) Supports Pasting Images in Markdown

VSCode New Version (1.79) Supports Pasting Images in Markdown

6
Comments 1
6 min read
How to use TailwindCSS in any Python project

How to use TailwindCSS in any Python project

13
Comments
4 min read
Closures: The Power of Lexical Scoping

Closures: The Power of Lexical Scoping

1
Comments
2 min read
How to Implement Infinite Queries in React Query

How to Implement Infinite Queries in React Query

25
Comments
4 min read
9 Hand Picked FREE Heroku Alternatives [2023]

9 Hand Picked FREE Heroku Alternatives [2023]

92
Comments 27
8 min read
Explicit Design, Part 1. Domain Modelling

Explicit Design, Part 1. Domain Modelling

6
Comments
26 min read
Créer une timeline avec uniquement du CSS !

Créer une timeline avec uniquement du CSS !

3
Comments 1
10 min read
How to inspect transient DOM elements

How to inspect transient DOM elements

20
Comments 2
2 min read
Qwik – The Post-Modern Framework

Qwik – The Post-Modern Framework

106
Comments 9
5 min read
How to make Radix UI Tabs URL based in NextJS

How to make Radix UI Tabs URL based in NextJS

27
Comments
4 min read
Don't do unit test in frontend, Getting a Code Coverage report With Selenium

Don't do unit test in frontend, Getting a Code Coverage report With Selenium

Comments
3 min read
Ways to group data of an array.

Ways to group data of an array.

7
Comments
2 min read
Building a Chat-GPT Web Clone: Adding File Upload and Speech Recognition [Next.js 13 App Router]

Building a Chat-GPT Web Clone: Adding File Upload and Speech Recognition [Next.js 13 App Router]

1
Comments
5 min read
Entendendo e usando vertical-align: middle no CSS

Entendendo e usando vertical-align: middle no CSS

8
Comments 3
3 min read
React useReducer. Easier than we think.

React useReducer. Easier than we think.

2
Comments
4 min read
Potential issues with barrel files in Webpack

Potential issues with barrel files in Webpack

6
Comments
27 min read
Anchor Links in SPA

Anchor Links in SPA

6
Comments
2 min read
Mastering Form Interactivity with React: A Comprehensive Guide for Developers

Mastering Form Interactivity with React: A Comprehensive Guide for Developers

6
Comments
5 min read
Taking Feature Flags to the Next Level: Simplified Feature Flags and Dynamic Overrides

Taking Feature Flags to the Next Level: Simplified Feature Flags and Dynamic Overrides

1
Comments
3 min read
Tree shaking in Webpack

Tree shaking in Webpack

9
Comments 2
17 min read
Boosting E-commerce Performance and SEO with Next.js: A Superior Choice over React.js

Boosting E-commerce Performance and SEO with Next.js: A Superior Choice over React.js

2
Comments
4 min read
How to Use Sentry with Vue 3?

How to Use Sentry with Vue 3?

Comments
8 min read
How to build UI on HarperDB database

How to build UI on HarperDB database

5
Comments
2 min read
Go offline with Service Worker

Go offline with Service Worker

6
Comments
8 min read
Unsafe 'PropsWithChildren' Utility type in React TypeScript App

Unsafe 'PropsWithChildren' Utility type in React TypeScript App

37
Comments 10
3 min read
How SolidJS Works? The Easiest Introduction!

How SolidJS Works? The Easiest Introduction!

8
Comments 2
4 min read
Learn CSS Grids with illustrations

Learn CSS Grids with illustrations

29
Comments 2
15 min read
How to Prevent Unnecessary React Component Re-Rendering

How to Prevent Unnecessary React Component Re-Rendering

163
Comments 11
5 min read
Very Useful Algorithm SASS

Very Useful Algorithm SASS

1
Comments
2 min read
Astro Framework: Revolutionizing Web Development with Island Architecture and Zero-Javascript Approach

Astro Framework: Revolutionizing Web Development with Island Architecture and Zero-Javascript Approach

47
Comments 6
4 min read
How to Handle Dynamic Form fields in Reactive forms in Angular

How to Handle Dynamic Form fields in Reactive forms in Angular

36
Comments
4 min read
Setting Up Your Next Project

Setting Up Your Next Project

Comments
2 min read
useState Hook In React

useState Hook In React

2
Comments 2
3 min read
Learn the Basics of CSS and How it Works

Learn the Basics of CSS and How it Works

Comments
4 min read
A Pure CSS 3D Maze! - Chrome only

A Pure CSS 3D Maze! - Chrome only

25
Comments 5
1 min read
Lockfile merge conflicts, how to handle it correctly?

Lockfile merge conflicts, how to handle it correctly?

14
Comments 2
10 min read
Supercharge Your React State Management like a Senior Dev: Unlocking the Power of Zustand and React Query

Supercharge Your React State Management like a Senior Dev: Unlocking the Power of Zustand and React Query

1
Comments
6 min read
Demystifying the module.ts File: A Comprehensive Guide to Angular's Module System

Demystifying the module.ts File: A Comprehensive Guide to Angular's Module System

1
Comments
4 min read
The Future of Full Stack Development: A Comprehensive Look at Emerging Trends in 2023

The Future of Full Stack Development: A Comprehensive Look at Emerging Trends in 2023

Comments 1
3 min read
The Evolution of React Rendering Architectures

The Evolution of React Rendering Architectures

Comments
13 min read
Introduction to CSS

Introduction to CSS

6
Comments 5
5 min read
How to search more efficiently?

How to search more efficiently?

2
Comments
2 min read
Cookies, Local Storage, and Session Storage: Which One Is Best for Your Web App?

Cookies, Local Storage, and Session Storage: Which One Is Best for Your Web App?

5
Comments
8 min read
loading...