DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
A Mental Model to think in Typescript

A Mental Model to think in Typescript

31
Comments
34 min read
Keys for You to Become a Better Frontend Web Developer

Keys for You to Become a Better Frontend Web Developer

1459
Comments 56
5 min read
Observables, Reactive Programming, and Regret

Observables, Reactive Programming, and Regret

778
Comments 32
6 min read
JSByte: The Access-Control-Allow-Origin Header Explained

JSByte: The Access-Control-Allow-Origin Header Explained

13
Comments
3 min read
Building a Portfolio/Resume Site with Gatsby, Part 1: Setting up your environment and creating a local, themed site

Building a Portfolio/Resume Site with Gatsby, Part 1: Setting up your environment and creating a local, themed site

21
Comments
4 min read
🧠 ¿Qué es JavaScript? 🧠

🧠 ¿Qué es JavaScript? 🧠

8
Comments
10 min read
Quick Guide to Destructuring in ES6

Quick Guide to Destructuring in ES6

5
Comments
1 min read
Assigning [ ] performs better than Array(n) - Reports attached.

Assigning [ ] performs better than Array(n) - Reports attached.

28
Comments 23
2 min read
Creating a Basic GraphQL Server with Express

Creating a Basic GraphQL Server with Express

7
Comments
3 min read
Deep dive into Vue Dynamic Forms.

Deep dive into Vue Dynamic Forms.

19
Comments
6 min read
A few more techniques to help you become a self-taught developer

A few more techniques to help you become a self-taught developer

99
Comments 4
8 min read
COVID-19 Tracker with React, Chart.js, Nodejs

COVID-19 Tracker with React, Chart.js, Nodejs

10
Comments
2 min read
Gooey SVG Effects, Game UI, and Meetups - Frontend Horse #7

Gooey SVG Effects, Game UI, and Meetups - Frontend Horse #7

9
Comments
6 min read
5 free must-have tools to upgrade your web design 🎨

5 free must-have tools to upgrade your web design 🎨

15
Comments 3
3 min read
Week 12: Authentication and YelpCamp: Adding Authentication

Week 12: Authentication and YelpCamp: Adding Authentication

7
Comments
5 min read
Creating a Responsive Portfolio Website Using Pure HTML, CSS and JavaScript [PART 3]

Creating a Responsive Portfolio Website Using Pure HTML, CSS and JavaScript [PART 3]

27
Comments 2
1 min read
How to Listen for Webhooks with Python

How to Listen for Webhooks with Python

28
Comments
7 min read
Use Git Hooks to ease your development workflow

Use Git Hooks to ease your development workflow

88
Comments 5
4 min read
Two Sum Solution in JavaScript

Two Sum Solution in JavaScript

6
Comments 3
2 min read
How to Receive an SMS Message with ASP.NET Core MVC and SignalR

How to Receive an SMS Message with ASP.NET Core MVC and SignalR

10
Comments
8 min read
React Fundamentals Video

React Fundamentals Video

5
Comments
1 min read
ASP.net vs PHP: What to Choose for Web Development

ASP.net vs PHP: What to Choose for Web Development

8
Comments
6 min read
Functional Programming in Javascript

Functional Programming in Javascript

25
Comments
3 min read
Opportunity: Learn Mobile Application Development

Opportunity: Learn Mobile Application Development

3
Comments
1 min read
3 HTML tags you’ve never heard of or used before

3 HTML tags you’ve never heard of or used before

79
Comments 19
1 min read
Build Beautiful Websites Fast With Semantic UI And React

Build Beautiful Websites Fast With Semantic UI And React

20
Comments
10 min read
What on Earth Is OAuth? ASuper Simple Intro to OAuth 2.0, Access Tokens, and How to Implement It in Your Site

What on Earth Is OAuth? ASuper Simple Intro to OAuth 2.0, Access Tokens, and How to Implement It in Your Site

153
Comments
7 min read
Tracking System on a Delivery Service Website

Tracking System on a Delivery Service Website

3
Comments 3
1 min read
Top 29 Developer Docs

Top 29 Developer Docs

31
Comments
2 min read
Minimalist Wall Clock

Minimalist Wall Clock

5
Comments
5 min read
Recreating `new` keyword in Javascript from scratch

Recreating `new` keyword in Javascript from scratch

16
Comments
1 min read
Authentication and Authorisation on the web

Authentication and Authorisation on the web

9
Comments
5 min read
#css3 practice , keyboard with complete css and small js for toggle gradient like RGB keyboard

#css3 practice , keyboard with complete css and small js for toggle gradient like RGB keyboard

4
Comments
1 min read
Building a Code Editor for the Web - Redefining the Console 17:20

Building a Code Editor for the Web - Redefining the Console

9
Comments
1 min read
Accessibility best practices, device testing and SEO

Accessibility best practices, device testing and SEO

13
Comments
3 min read
Getting your website to load in under 0.1 seconds

Getting your website to load in under 0.1 seconds

83
Comments 8
3 min read
TIL - How to Track Memory usage on AWS Elastic Beanstalk

TIL - How to Track Memory usage on AWS Elastic Beanstalk

4
Comments
2 min read
Ui/Ux Design Vs. Web Development

Ui/Ux Design Vs. Web Development

151
Comments 7
2 min read
Component lifecycles with React hooks

Component lifecycles with React hooks

8
Comments
3 min read
JS: 🌈 Feel proud of it

JS: 🌈 Feel proud of it

6
Comments
4 min read
Code Golfing: the shortest localStorage check step-by-step

Code Golfing: the shortest localStorage check step-by-step

6
Comments 1
8 min read
Angular NgIf directive implementation

Angular NgIf directive implementation

7
Comments
2 min read
Inspired by my previous dev.to posts, I launched something.

Inspired by my previous dev.to posts, I launched something.

52
Comments 7
1 min read
Spice up your page loads with subtle animations!

Spice up your page loads with subtle animations!

62
Comments 3
1 min read
React and server side rendering with Next.js

React and server side rendering with Next.js

22
Comments
4 min read
LT Browser - A Developer Friendly Tool

LT Browser - A Developer Friendly Tool

9
Comments
6 min read
Simple Guideline for Webdesign

Simple Guideline for Webdesign

235
Comments 16
2 min read
Modern CSS grid solutions to common layout problems

Modern CSS grid solutions to common layout problems

538
Comments 6
5 min read
README badges that increased my GitHub visitor stats

README badges that increased my GitHub visitor stats

79
Comments 4
3 min read
System Design Getting Started

System Design Getting Started

67
Comments 1
4 min read
JavaScript: Building a To-Do App (Part 2)

JavaScript: Building a To-Do App (Part 2)

27
Comments
6 min read
How I Improved my Wordpress Blog to Load SuperFast.

How I Improved my Wordpress Blog to Load SuperFast.

19
Comments 6
10 min read
15 Vanilla JavaScript PROJECT IDEAS: BEGINNER TO EXPERT [WITH FREE TUTORIAL]

15 Vanilla JavaScript PROJECT IDEAS: BEGINNER TO EXPERT [WITH FREE TUTORIAL]

910
Comments 17
1 min read
Understanding Margins, Paddings & Borders in CSS

Understanding Margins, Paddings & Borders in CSS

11
Comments
2 min read
How to memoize correctly using Redux reselect for O(1) complexity?

How to memoize correctly using Redux reselect for O(1) complexity?

11
Comments 7
2 min read
Building a Code Editor for the Web - Configuring Ace Editor 13:37

Building a Code Editor for the Web - Configuring Ace Editor

38
Comments 2
1 min read
How to get started with WordPress Theme development

How to get started with WordPress Theme development

21
Comments 10
1 min read
A Beginner Friendly Guide to the World of Web Wevelopment.

A Beginner Friendly Guide to the World of Web Wevelopment.

3
Comments
7 min read
10 Web Development YouTube Channels You Probably Didn't Know About

10 Web Development YouTube Channels You Probably Didn't Know About

834
Comments 34
3 min read
O(1) Reloading With Create React App

O(1) Reloading With Create React App

49
Comments
6 min read
loading...