DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
13 Best Live Chat Widgets for your Ecommerce Store

13 Best Live Chat Widgets for your Ecommerce Store

38
Comments 3
9 min read
Getting started with version control – part 2: Git and basic commands

Getting started with version control – part 2: Git and basic commands

2
Comments
4 min read
3D heat map (thermal cloud) based on HTML5 Canvas

3D heat map (thermal cloud) based on HTML5 Canvas

2
Comments
7 min read
What is a cookie, and what are they used for?

What is a cookie, and what are they used for?

55
Comments 19
3 min read
Firebase Authentication: Build a Smooth Authentication Flow System with Firebase

Firebase Authentication: Build a Smooth Authentication Flow System with Firebase

3
Comments
11 min read
API's that you can use for free in your projects and can monetize it

API's that you can use for free in your projects and can monetize it

5
Comments
4 min read
The Benefits of Using CSS Preprocessors

The Benefits of Using CSS Preprocessors

25
Comments 1
3 min read
DBMS with mysql. Without using GUI...

DBMS with mysql. Without using GUI...

1
Comments
1 min read
CSS Selectors: Style lists with the ::marker pseudo-element

CSS Selectors: Style lists with the ::marker pseudo-element

9
Comments
3 min read
How to use Jest for JavaScript code testing

How to use Jest for JavaScript code testing

1
Comments
2 min read
Avoiding Errors with Try-Catch in JavaScript

Avoiding Errors with Try-Catch in JavaScript

1
Comments
4 min read
Refresh Token implementation in nodejs with typescript

Refresh Token implementation in nodejs with typescript

7
Comments 6
3 min read
UNDERSTANDING HOISTING IN JAVASCRIPT

UNDERSTANDING HOISTING IN JAVASCRIPT

3
Comments
3 min read
Which skill is best for freelancing 2023?

Which skill is best for freelancing 2023?

2
Comments
2 min read
Returning To The FUNdamentals

Returning To The FUNdamentals

2
Comments 2
2 min read
Drag and Drop File using Javascript

Drag and Drop File using Javascript

73
Comments 6
2 min read
⚛ React Lifecycle 🔃

⚛ React Lifecycle 🔃

5
Comments
8 min read
Get Yesterday Date in JavaScript

Get Yesterday Date in JavaScript

10
Comments 2
2 min read
Best extensions to use in vscode

Best extensions to use in vscode

3
Comments
1 min read
How to build a dropdown filter component with Tailwind CSS and Flowbite

How to build a dropdown filter component with Tailwind CSS and Flowbite

10
Comments
6 min read
Reflecting on 2022 - The Year in Review

Reflecting on 2022 - The Year in Review

5
Comments
7 min read
Tasty Recipes for React & D3. The Ranking Bar.

Tasty Recipes for React & D3. The Ranking Bar.

10
Comments 1
10 min read
Semantic Search with OpenAI Embeddings and Pinecone

Semantic Search with OpenAI Embeddings and Pinecone

1
Comments
1 min read
What is HTML and how much HTML do I need to know?

What is HTML and how much HTML do I need to know?

2
Comments 2
5 min read
CSS: From Chaos to Order

CSS: From Chaos to Order

Comments
5 min read
What Is the Future for Manual Testing? | Career in Software Testing | Manual to Automation Switch.

What Is the Future for Manual Testing? | Career in Software Testing | Manual to Automation Switch.

2
Comments
2 min read
How to add pagination to your Next.js app

How to add pagination to your Next.js app

5
Comments
7 min read
Code 👨‍💻 on your Phone 📱 with these 4 Mobile Apps

Code 👨‍💻 on your Phone 📱 with these 4 Mobile Apps

17
Comments 5
3 min read
JavaScript Fundamentals: Arrays

JavaScript Fundamentals: Arrays

1
Comments
4 min read
Learn CSS: Create the Microsoft Logo (Version 2)

Learn CSS: Create the Microsoft Logo (Version 2)

1
Comments 1
2 min read
Dynamically Change the Content-Disposition of an S3 Object URL

Dynamically Change the Content-Disposition of an S3 Object URL

9
Comments 2
2 min read
Responsive Image Made Simple with srcset

Responsive Image Made Simple with srcset

Comments
1 min read
Billions of unnecessary files in GitHub

Billions of unnecessary files in GitHub

123
Comments 49
3 min read
Java Script Events

Java Script Events

2
Comments
3 min read
Learn CSS: Create the Microsoft Logo (Version 1)

Learn CSS: Create the Microsoft Logo (Version 1)

Comments
3 min read
Querying All Appwrite Developers - GraphQL Has Arrived

Querying All Appwrite Developers - GraphQL Has Arrived

28
Comments 7
4 min read
A JavaScript framework with web component

A JavaScript framework with web component

1
Comments
1 min read
What Is "NaN"

What Is "NaN"

1
Comments
2 min read
On the fifth day of Enhancing: Enhance Styles

On the fifth day of Enhancing: Enhance Styles

Comments
2 min read
How to add an Estimated Reading Time to your Astro Blog with Javascript & Markdown Plugins

How to add an Estimated Reading Time to your Astro Blog with Javascript & Markdown Plugins

Comments
1 min read
6 Best practices for react state management in 2023.

6 Best practices for react state management in 2023.

2
Comments
3 min read
The Beginner's Guide To Node Mailer With Nodejs

The Beginner's Guide To Node Mailer With Nodejs

2
Comments
2 min read
How To Improve Website Performance In 2023

How To Improve Website Performance In 2023

4
Comments
8 min read
🔥 CORS explained: Error fixing on both client and server side

🔥 CORS explained: Error fixing on both client and server side

Comments
3 min read
Optimize cyclomatic complicity in your javascript code.

Optimize cyclomatic complicity in your javascript code.

1
Comments
1 min read
使用 IndexedDB 實現 Client 端數據存儲 – 前端工程師必學的 Web Storage 技術(第三篇)

使用 IndexedDB 實現 Client 端數據存儲 – 前端工程師必學的 Web Storage 技術(第三篇)

Comments
2 min read
Primitive values vs Reference values - Javascript

Primitive values vs Reference values - Javascript

4
Comments
3 min read
Different Modelizations of Computer Networks

Different Modelizations of Computer Networks

3
Comments
6 min read
Attack Vectors in Solidity #3: Reentrancy Vulnerabilities

Attack Vectors in Solidity #3: Reentrancy Vulnerabilities

1
Comments
4 min read
How to perform a global find and replace of text (replace all occurences in all files) in VS Code

How to perform a global find and replace of text (replace all occurences in all files) in VS Code

6
Comments 3
7 min read
How to become css master ?

How to become css master ?

3
Comments 3
1 min read
Single Responsibility Principle in React

Single Responsibility Principle in React

2
Comments
3 min read
RabbitMQ in Microservice Architecture

RabbitMQ in Microservice Architecture

1
Comments
10 min read
How to become frontend developer

How to become frontend developer

4
Comments 1
2 min read
How to connect an external database to Kubernetes for a flask deployment.

How to connect an external database to Kubernetes for a flask deployment.

Comments
2 min read
NGRX: Notify after action has been dispatched

NGRX: Notify after action has been dispatched

Comments
2 min read
Creating Custom Admin Actions with Extra Data in Django: A Step-by-Step Guide

Creating Custom Admin Actions with Extra Data in Django: A Step-by-Step Guide

Comments
8 min read
Deep copy object in JS / ES6

Deep copy object in JS / ES6

Comments
1 min read
flat array from the multi dimensional zig-zag array

flat array from the multi dimensional zig-zag array

Comments
2 min read
In defence of "semantic CSS" and the separation of concerns.

In defence of "semantic CSS" and the separation of concerns.

4
Comments 3
9 min read
loading...