DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Static Testlash: Linting va Formatting

Static Testlash: Linting va Formatting

17
Comments 1
5 min read
React: Lessons from the Trenches - useEffect x Infinity

React: Lessons from the Trenches - useEffect x Infinity

72
Comments 3
5 min read
How to Deploy a Django Project

How to Deploy a Django Project

11
Comments
6 min read
What is Lexical Scope in JavaScript?

What is Lexical Scope in JavaScript?

13
Comments
5 min read
Using SuperTokens for authentication in Next.js

Using SuperTokens for authentication in Next.js

3
Comments
13 min read
Django for Beginners #1 - Getting Started

Django for Beginners #1 - Getting Started

8
Comments
11 min read
What is Node.js?

What is Node.js?

3
Comments
2 min read
Promises()

Promises()

Comments
2 min read
Using Cow in Rust for efficient memory utilization

Using Cow in Rust for efficient memory utilization

5
Comments
9 min read
Harnessing the Power of AI to... Classify AI Models?

Harnessing the Power of AI to... Classify AI Models?

Comments
5 min read
Building a simple Chrome extension with JS

Building a simple Chrome extension with JS

1
Comments
3 min read
Django for Beginners #2 - The MTV Structure

Django for Beginners #2 - The MTV Structure

6
Comments
17 min read
⚡️Start Coding Fast With These 8 Online Code Editors

⚡️Start Coding Fast With These 8 Online Code Editors

3
Comments
5 min read
Code Smell 204 - Tests Depending on Dates

Code Smell 204 - Tests Depending on Dates

3
Comments
2 min read
Sailing Smoothly with Next.js and TailwindCSS: How to Create Gorgeous Websites with Ease

Sailing Smoothly with Next.js and TailwindCSS: How to Create Gorgeous Websites with Ease

1
Comments
3 min read
How to Choose the Right Web Hosting Provider for Your Website?

How to Choose the Right Web Hosting Provider for Your Website?

6
Comments 2
2 min read
Starchart: "Mocking" A Database Part 2

Starchart: "Mocking" A Database Part 2

Comments
2 min read
These images are better than your AI images

These images are better than your AI images

8
Comments 1
2 min read
Controlled components vs Uncontrolled components no React

Controlled components vs Uncontrolled components no React

2
Comments
4 min read
ChatGPT's help and guidance for solving leetcode/hacker-rank questions

ChatGPT's help and guidance for solving leetcode/hacker-rank questions

1
Comments
2 min read
Does everything have a price?

Does everything have a price?

2
Comments 3
1 min read
Django for Beginners #4 - The Blog App

Django for Beginners #4 - The Blog App

6
Comments
14 min read
How to create a beautiful multicolored input

How to create a beautiful multicolored input

Comments
2 min read
Django for Beginners #5 - Some Advanced Features

Django for Beginners #5 - Some Advanced Features

5
Comments
7 min read
Dealing with Floating Point Numbers in JavaScript: Lessons Learned

Dealing with Floating Point Numbers in JavaScript: Lessons Learned

5
Comments 2
3 min read
Here is the developer portfolio template that will get you hired

Here is the developer portfolio template that will get you hired

1
Comments
2 min read
Django for Beginners #3 - The CRUD Operations

Django for Beginners #3 - The CRUD Operations

5
Comments
9 min read
File Uploads for the Web (2): Upload Files with JavaScript

File Uploads for the Web (2): Upload Files with JavaScript

4
Comments
7 min read
Automated Testing with Playwright

Automated Testing with Playwright

1
Comments
9 min read
JavaScript 🐲 challenges_3 ⚔️

JavaScript 🐲 challenges_3 ⚔️

1
Comments
2 min read
What is an API? Part 1.

What is an API? Part 1.

1
Comments
3 min read
Custom Hooks - useTime()

Custom Hooks - useTime()

1
Comments
3 min read
Make A Toggle Password Visibility Feature with ReactJS

Make A Toggle Password Visibility Feature with ReactJS

2
Comments
4 min read
100 Crucial Keyboard Shortcuts for VS Code Users.

100 Crucial Keyboard Shortcuts for VS Code Users.

120
Comments 13
6 min read
Shared Hosting vs. VPS Hosting: Which Solution is Right for Your Business?

Shared Hosting vs. VPS Hosting: Which Solution is Right for Your Business?

1
Comments 4
7 min read
Errors when creating strapi app using the command npx create-strapi-app@latest --quickstart

Errors when creating strapi app using the command npx create-strapi-app@latest --quickstart

2
Comments 1
1 min read
The Best Ways to Check if a Value is a Number in JavaScript

The Best Ways to Check if a Value is a Number in JavaScript

3
Comments 1
2 min read
Jet-Speed JavaScript Learning Resources

Jet-Speed JavaScript Learning Resources

2
Comments
1 min read
Default HTTP/3 .NET Support

Default HTTP/3 .NET Support

1
Comments
2 min read
JavaScript Package Managers: NPM, YARN And PNPM

JavaScript Package Managers: NPM, YARN And PNPM

3
Comments 2
4 min read
Mastering JavaScript Array Methods: Your Ultimate Guide — part 1 —

Mastering JavaScript Array Methods: Your Ultimate Guide — part 1 —

Comments
3 min read
Using ChatGPT to write Pong in the browser

Using ChatGPT to write Pong in the browser

7
Comments
5 min read
Teaching you all about APIs in 12 mins

Teaching you all about APIs in 12 mins

Comments
10 min read
Comparing Bubble Sort with Selection Sort

Comparing Bubble Sort with Selection Sort

1
Comments
5 min read
Exploring the world of Frontend Development

Exploring the world of Frontend Development

1
Comments
4 min read
Don't misunderstand the Array.【JavaScript】

Don't misunderstand the Array.【JavaScript】

Comments
1 min read
How to reference a variable inside a `.env` file

How to reference a variable inside a `.env` file

5
Comments
2 min read
Uploading 10 Million records to backend in 10 seconds

Uploading 10 Million records to backend in 10 seconds

1
Comments
4 min read
Creating Moody - A minimalistic Brown noise player for focusing

Creating Moody - A minimalistic Brown noise player for focusing

2
Comments
7 min read
The Evolution of Signals in JavaScript

The Evolution of Signals in JavaScript

436
Comments 49
7 min read
Discovering package.json

Discovering package.json

1
Comments
15 min read
Convert everything to a drag and drop input

Convert everything to a drag and drop input

Comments
1 min read
How To Get Started In A Career In Web Development

How To Get Started In A Career In Web Development

1
Comments
4 min read
"ChatGPT" locally for everyone

"ChatGPT" locally for everyone

3
Comments 1
1 min read
How to build an API using Flask

How to build an API using Flask

6
Comments
10 min read
Is Phoenix A Good Framework?

Is Phoenix A Good Framework?

5
Comments 1
3 min read
7 Libraries You Should Know as a React Developer 💯🔥

7 Libraries You Should Know as a React Developer 💯🔥

521
Comments 27
3 min read
Role of AI in Software Development

Role of AI in Software Development

2
Comments
4 min read
Most common HTML interview questions

Most common HTML interview questions

6
Comments 1
3 min read
Creating a RESTful API with JSON Server in Node.js: A Comprehensive Guide.

Creating a RESTful API with JSON Server in Node.js: A Comprehensive Guide.

6
Comments
8 min read
loading...