DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Top 5 Student Ambassador Programs.

Top 5 Student Ambassador Programs.

15
Comments 10
7 min read
ChatGPT: How can it help in typescript development?

ChatGPT: How can it help in typescript development?

15
Comments 2
4 min read
Generate OpenGraph Images Dynamically

Generate OpenGraph Images Dynamically

2
Comments
3 min read
Priority Hints and optimizing LCP

Priority Hints and optimizing LCP

3
Comments
10 min read
Active Record Query Methods

Active Record Query Methods

4
Comments
3 min read
How to Manipulate Complex Objects in JavaScript

How to Manipulate Complex Objects in JavaScript

3
Comments
4 min read
How to Synchronize Google Events with Laravel

How to Synchronize Google Events with Laravel

5
Comments
5 min read
How to Use Docker Copy Command

How to Use Docker Copy Command

19
Comments
7 min read
Diário de Bordo #1

Diário de Bordo #1

2
Comments
2 min read
TypeScript for prototyping: bijective function example with generics' notation

TypeScript for prototyping: bijective function example with generics' notation

1
Comments
1 min read
Best CSS Reset

Best CSS Reset

3
Comments
1 min read
Vuex: taking user input, adding and removing it from state

Vuex: taking user input, adding and removing it from state

4
Comments 6
3 min read
Svelte vs React: Which framework to learn in 2023?

Svelte vs React: Which framework to learn in 2023?

164
Comments 64
8 min read
Javascript Engine and Call Stack explained

Javascript Engine and Call Stack explained

1
Comments
3 min read
React.js Roadmap for Beginners

React.js Roadmap for Beginners

4
Comments
2 min read
Complete guide to ESLint, Prettier, husky and lint-staged

Complete guide to ESLint, Prettier, husky and lint-staged

16
Comments 1
3 min read
How to make money as a software engineer?

How to make money as a software engineer?

14
Comments 3
1 min read
Listening to test smells

Listening to test smells

1
Comments 1
16 min read
HTML Template Tag Explained

HTML Template Tag Explained

22
Comments 4
4 min read
CodePen Designs - 15 : Neumorphic Elements

CodePen Designs - 15 : Neumorphic Elements

4
Comments
1 min read
How to add Discord like QR Code Login

How to add Discord like QR Code Login

2
Comments
2 min read
GitLab DevOps: Drupal Deployment

GitLab DevOps: Drupal Deployment

1
Comments
7 min read
10x developer myth in 2023

10x developer myth in 2023

5
Comments 2
1 min read
Server-Sent Events in Rust

Server-Sent Events in Rust

14
Comments 8
5 min read
Build a personal site with Next.js and Tailwindcss

Build a personal site with Next.js and Tailwindcss

29
Comments 3
2 min read
Function declaration and Function Expression

Function declaration and Function Expression

5
Comments 7
1 min read
I created my own blog platform with Next.js, GitHub Issues and OpenAI in 2 days

I created my own blog platform with Next.js, GitHub Issues and OpenAI in 2 days

2
Comments
4 min read
Learn CSS: Create the Netflix Logo

Learn CSS: Create the Netflix Logo

6
Comments
4 min read
How To Automate iOS App Using Appium

How To Automate iOS App Using Appium

Comments
21 min read
SolidJS Crash Course - Building a REST API Client - Part 1

SolidJS Crash Course - Building a REST API Client - Part 1

19
Comments 2
27 min read
[Hands-on] How to create a bucket in S3

[Hands-on] How to create a bucket in S3

3
Comments
1 min read
AnimationRenderer: listening and playing

AnimationRenderer: listening and playing

4
Comments
7 min read
What is serialization in PHP

What is serialization in PHP

4
Comments
5 min read
Introducing PaLM + RLHF: The Open Source Alternative to OpenAI's ChatGPT

Introducing PaLM + RLHF: The Open Source Alternative to OpenAI's ChatGPT

3
Comments 1
2 min read
Astro Vanilla-Extract Styling: CSS in TypeScript

Astro Vanilla-Extract Styling: CSS in TypeScript

2
Comments
12 min read
Measuring Nuxt Performance with Web Vitals

Measuring Nuxt Performance with Web Vitals

9
Comments
3 min read
Creating a Sitemap File for a Next.js Project

Creating a Sitemap File for a Next.js Project

6
Comments
3 min read
Python Dictionaries - Access, delete element…

Python Dictionaries - Access, delete element…

Comments
2 min read
Semantic HTML Not <div></div> Soup

Semantic HTML Not <div></div> Soup

1
Comments
1 min read
Building a free Open-source portfolio template using HTML, CSS and JS | Part 4

Building a free Open-source portfolio template using HTML, CSS and JS | Part 4

9
Comments
1 min read
Get movie information

Get movie information

Comments
2 min read
The Complete Guide To JavaScript's .reduce() Function (With Real-world Examples)

The Complete Guide To JavaScript's .reduce() Function (With Real-world Examples)

64
Comments 2
7 min read
Responsive Navbar without Javascript

Responsive Navbar without Javascript

211
Comments 34
2 min read
How Babel transforms JSX to React.createElement()

How Babel transforms JSX to React.createElement()

Comments
2 min read
How Python can help web developers

How Python can help web developers

33
Comments
3 min read
Web1.0, Web2.0, Web3.0 : Explained

Web1.0, Web2.0, Web3.0 : Explained

2
Comments
12 min read
Our interview about microservices trends in 2022

Our interview about microservices trends in 2022

2
Comments
1 min read
Drag and Drop Image uploader using React-dropzone and Cloudinary

Drag and Drop Image uploader using React-dropzone and Cloudinary

10
Comments
6 min read
Why transform:translate(-50%, -50%) to center element?

Why transform:translate(-50%, -50%) to center element?

9
Comments 2
1 min read
C# Study Plan for Mid-Level Developers

C# Study Plan for Mid-Level Developers

3
Comments
2 min read
Day 21: Animating transitions for a React app without external libraries

Day 21: Animating transitions for a React app without external libraries

1
Comments
10 min read
Remaking my first website after a year of web dev🎉

Remaking my first website after a year of web dev🎉

3
Comments
4 min read
Create whack a mole game using RxJS and Angular

Create whack a mole game using RxJS and Angular

5
Comments
8 min read
⚛Os 10 React Hooks Mais Úteis: 06 - useCallback⚛

⚛Os 10 React Hooks Mais Úteis: 06 - useCallback⚛

5
Comments
5 min read
TRPC: The Future of Fullstack Web Development

TRPC: The Future of Fullstack Web Development

6
Comments
2 min read
A 30-Day challenge in backend web development

A 30-Day challenge in backend web development

3
Comments
1 min read
Multi-Factor(MFA) Authentication in React JS using firebase

Multi-Factor(MFA) Authentication in React JS using firebase

1
Comments
4 min read
9 reasons to use Gatsby Framework for React developer

9 reasons to use Gatsby Framework for React developer

6
Comments
2 min read
Understanding Fetch API in Javascript with an exercise

Understanding Fetch API in Javascript with an exercise

5
Comments
7 min read
Adding Framer motion to your react websites!

Adding Framer motion to your react websites!

8
Comments
2 min read
loading...