DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Server Side Authentication with NextJS and Firebase

Server Side Authentication with NextJS and Firebase

80
Comments 11
5 min read
Traversal Order of Object Properties in JavaScript ES6

Traversal Order of Object Properties in JavaScript ES6

12
Comments
3 min read
Fetch API in node.js with weather API

Fetch API in node.js with weather API

22
Comments 4
6 min read
Golang Web - Render Partial HTML Template

Golang Web - Render Partial HTML Template

7
Comments
1 min read
GraphQL tools & libraries pt. 2

GraphQL tools & libraries pt. 2

25
Comments 1
4 min read
Exporting Data To Excel and CSV in Angular

Exporting Data To Excel and CSV in Angular

48
Comments 13
7 min read
#ServerlessSeptember 2020 Content Collection - updated 🚨 DAILY 🚨

#ServerlessSeptember 2020 Content Collection - updated 🚨 DAILY 🚨

104
Comments 1
18 min read
Function Currying in JavaScript

Function Currying in JavaScript

99
Comments 8
3 min read
Content Editor defined dropdowns/checkboxlists and radiobuttonlists in Umbraco v8 with Contentment

Content Editor defined dropdowns/checkboxlists and radiobuttonlists in Umbraco v8 with Contentment

4
Comments 6
2 min read
Promote programming and earn money

Promote programming and earn money

2
Comments 4
1 min read
A year ago today, I learned my first line of code

A year ago today, I learned my first line of code

5
Comments 4
1 min read
CSS the :not() selector

CSS the :not() selector

42
Comments 1
3 min read
Spot False Positives in Static Scans: Password Management

Spot False Positives in Static Scans: Password Management

4
Comments
4 min read
Best React-like JSX UI libraries in 2020

Best React-like JSX UI libraries in 2020

37
Comments 3
4 min read
Why padding in a div affects other elements?

Why padding in a div affects other elements?

8
Comments
1 min read
Add Environment Variables in a Netlify Deployment

Add Environment Variables in a Netlify Deployment

12
Comments
3 min read
What HTML tag do you wish existed?

What HTML tag do you wish existed?

9
Comments 10
1 min read
Best Coding Challenge Websites to Practice your Skills

Best Coding Challenge Websites to Practice your Skills

127
Comments 8
1 min read
Tips and resources on how to improve your UI design skills

Tips and resources on how to improve your UI design skills

65
Comments
7 min read
Seven Ways To Increase Your Luck

Seven Ways To Increase Your Luck

2
Comments 1
5 min read
HOW TO STAY MOTIVATED WHEN LEARNING TO CODE

HOW TO STAY MOTIVATED WHEN LEARNING TO CODE

2
Comments
2 min read
What's the output?

What's the output?

2
Comments 2
1 min read
Building a Notifications client with Xamarin and Azure - Part 2

Building a Notifications client with Xamarin and Azure - Part 2

4
Comments
2 min read
Vue.js Performance Improvement with Memoization

Vue.js Performance Improvement with Memoization

11
Comments
3 min read
My thoughts on endless battle of React state management libraries (setState/useState vs Redux vs Mobx)

My thoughts on endless battle of React state management libraries (setState/useState vs Redux vs Mobx)

105
Comments 26
13 min read
NHipster, the jhipster accelerator for full-stack nodejs application

NHipster, the jhipster accelerator for full-stack nodejs application

4
Comments
1 min read
GitLab CI/CD example with a dockerized ReactJS App 🚀

GitLab CI/CD example with a dockerized ReactJS App 🚀

218
Comments 17
13 min read
JavaScript Katas: Seconds To Minutes And Hours

JavaScript Katas: Seconds To Minutes And Hours

22
Comments 18
2 min read
If Frontend Frameworks were NFL Teams

If Frontend Frameworks were NFL Teams

7
Comments 6
3 min read
Build a Shopping Cart in Nodejs and Vue Vite

Build a Shopping Cart in Nodejs and Vue Vite

55
Comments
8 min read
Golang Web - Routing Handle Func

Golang Web - Routing Handle Func

4
Comments
1 min read
Wix, WordPress, JAMStack - Oh My!

Wix, WordPress, JAMStack - Oh My!

17
Comments 6
4 min read
Junior v. Senior React Code: Using Flags with React Components

Junior v. Senior React Code: Using Flags with React Components

48
Comments 6
2 min read
Serverless Course - Lesson 1: How to get started tutorial for beginners

Serverless Course - Lesson 1: How to get started tutorial for beginners

47
Comments
5 min read
My advice to someone who wants to begin a career as a web developer

My advice to someone who wants to begin a career as a web developer

19
Comments
4 min read
Clean Code – Part 2

Clean Code – Part 2

17
Comments 2
4 min read
[PT-BR] Criando sua biblioteca com Angular 9+

[PT-BR] Criando sua biblioteca com Angular 9+

9
Comments 2
4 min read
How to migrate your library from Vue2 to Vue3

How to migrate your library from Vue2 to Vue3

38
Comments 8
4 min read
Create a Responsive Calendar with Vanilla Javascript and CSS Grid

Create a Responsive Calendar with Vanilla Javascript and CSS Grid

14
Comments 4
5 min read
Intro: Fullstack JS User Roles & Management

Intro: Fullstack JS User Roles & Management

26
Comments 1
2 min read
Diving deep into Glimmer VM

Diving deep into Glimmer VM

2
Comments
1 min read
Console is much more than .log()

Console is much more than .log()

92
Comments
3 min read
CSS Selectors (part-1)

CSS Selectors (part-1)

69
Comments 2
3 min read
Part 1 - Graph Databases: The Most Versatile Databases for Web Apps - Introduction

Part 1 - Graph Databases: The Most Versatile Databases for Web Apps - Introduction

4
Comments
7 min read
How are you all handling burnout?

How are you all handling burnout?

3
Comments 11
1 min read
How to deploy your website to Github pages

How to deploy your website to Github pages

22
Comments
2 min read
Introduction to Story-Driven Development with Nuxt Stories

Introduction to Story-Driven Development with Nuxt Stories

44
Comments
7 min read
Part 1: User Roles and Management - Quasar

Part 1: User Roles and Management - Quasar

21
Comments
7 min read
Writing a state machine in one line with TypeScript

Writing a state machine in one line with TypeScript

17
Comments
6 min read
Flexbox vs CSS Grid: Which one do you prefer?

Flexbox vs CSS Grid: Which one do you prefer?

82
Comments 34
1 min read
Qual é o Segredo para Aprender ou ser uma Ótima ou Excelente Pessoa Desenvolvedora?

Qual é o Segredo para Aprender ou ser uma Ótima ou Excelente Pessoa Desenvolvedora?

110
Comments 12
7 min read
From Day to Night - Creating Interactive Color Palettes with JavaScript

From Day to Night - Creating Interactive Color Palettes with JavaScript

74
Comments 2
8 min read
Managing my node versions

Managing my node versions

7
Comments 2
3 min read
🤸‍♂️ JavaScript Array Methods Simplified.

🤸‍♂️ JavaScript Array Methods Simplified.

99
Comments
2 min read
Debugging Node Applications

Debugging Node Applications

8
Comments
5 min read
Is there IndexedDB or localStorage for localhost or local file:// protocol?

Is there IndexedDB or localStorage for localhost or local file:// protocol?

5
Comments 5
1 min read
package.json vs package-lock.json: do you need both?

package.json vs package-lock.json: do you need both?

44
Comments 4
3 min read
When to use these Nodejs frameworks? Express, Koa, Nest, Socket.io, Meteor.js

When to use these Nodejs frameworks? Express, Koa, Nest, Socket.io, Meteor.js

97
Comments 16
3 min read
Create A Custom 404 Page In Gridsome

Create A Custom 404 Page In Gridsome

16
Comments
2 min read
MongoDB in your browser

MongoDB in your browser

6
Comments 1
1 min read
loading...