DEV Community

Web Development

Because the internet...

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How do web developers/freelancers build websites in time?

How do web developers/freelancers build websites in time?

128
Comments 15
1 min read
Announcing Vue Github Activity: A Vue.js Component to include a GitHub feed into your project/website

Announcing Vue Github Activity: A Vue.js Component to include a GitHub feed into your project/website

21
Comments
2 min read
JavaScript Array Methods to Make You a Better Developer

JavaScript Array Methods to Make You a Better Developer

2
Comments
12 min read
The complete guide to JavaScript arrays

The complete guide to JavaScript arrays

40
Comments 1
18 min read
How do you model your projects?

How do you model your projects?

37
Comments 12
1 min read
Learn Dart before you Flutter

Learn Dart before you Flutter

254
Comments 9
4 min read
How to Vertically Align Anything with CSS

How to Vertically Align Anything with CSS

93
Comments 2
2 min read
Ditch syntax highlighting for better technical writing

Ditch syntax highlighting for better technical writing

32
Comments
3 min read
New Features for Developing AngularJS Applications - Part 2: Build An App

New Features for Developing AngularJS Applications - Part 2: Build An App

8
Comments
1 min read
Epic Development Environment using Windows Subsystem for Linux

Epic Development Environment using Windows Subsystem for Linux

289
Comments 41
8 min read
Running SSL on localhost

Running SSL on localhost

224
Comments 12
5 min read
How to make an animated "Wizard" component - WotW

How to make an animated "Wizard" component - WotW

28
Comments
6 min read
Guide to Django E-Commerce (Bonus: a Wagtail Shop Tutorial)

Guide to Django E-Commerce (Bonus: a Wagtail Shop Tutorial)

28
Comments 1
4 min read
Using CSS Transitions on the Height Property

Using CSS Transitions on the Height Property

128
Comments 10
5 min read
Basic JavaScript Development Tools Explained By Cooking In A Restaurant Kitchen

Basic JavaScript Development Tools Explained By Cooking In A Restaurant Kitchen

86
Comments 5
9 min read
Website routing made simple and easy

Website routing made simple and easy

72
Comments
2 min read
FTP - Upload files without folder structure

FTP - Upload files without folder structure

9
Comments 4
1 min read
Starter Project - Gulp tasks for CSS

Starter Project - Gulp tasks for CSS

12
Comments
5 min read
Show Dev.to: I just open sourced UnderExpress - a free website UI kit.

Show Dev.to: I just open sourced UnderExpress - a free website UI kit.

61
Comments 3
1 min read
Virtual DOM - The backbone of React

Virtual DOM - The backbone of React

110
Comments 9
4 min read
How much do you need to know or learn before calling yourself a developer?

How much do you need to know or learn before calling yourself a developer?

39
Comments 7
1 min read
Advice to the New Programmers👦

Advice to the New Programmers👦

141
Comments 11
1 min read
The CouchDB Replicator Database - A Short Overview

The CouchDB Replicator Database - A Short Overview

35
Comments
4 min read
Vue.js SEO-Friendly SPAs: Tips, Tools & Prerender Example

Vue.js SEO-Friendly SPAs: Tips, Tools & Prerender Example

18
Comments 1
1 min read
Introducing mmarkdown

Introducing mmarkdown

9
Comments 2
2 min read
vue/vuex - confused about when to load state

vue/vuex - confused about when to load state

9
Comments 2
1 min read
Dockerize a Rails 5, Postgres, Redis, Sidekiq and Action Cable Application with Docker Compose

Dockerize a Rails 5, Postgres, Redis, Sidekiq and Action Cable Application with Docker Compose

137
Comments 14
9 min read
Generating Random Cure Song Titles with Markov Chain

Generating Random Cure Song Titles with Markov Chain

56
Comments 7
2 min read
How to filter requests in Angular?

How to filter requests in Angular?

12
Comments 5
1 min read
New Features for Developing AngularJS Applications - Part 1: Component-Based Architecture

New Features for Developing AngularJS Applications - Part 1: Component-Based Architecture

8
Comments
1 min read
New Devs, Your Resume Sucks

New Devs, Your Resume Sucks

105
Comments 13
4 min read
Reducing stylesheet’s size by 55% and even more

Reducing stylesheet’s size by 55% and even more

8
Comments
1 min read
Animated card slider with Vue & GSAP - WotW

Animated card slider with Vue & GSAP - WotW

88
Comments 3
6 min read
How I Find Six Figure Remote Software Developer Jobs

How I Find Six Figure Remote Software Developer Jobs

548
Comments 22
5 min read
It's not any syndrome but you are evolving

It's not any syndrome but you are evolving

9
Comments
2 min read
How to lower AWS cloud costs: a checklist

How to lower AWS cloud costs: a checklist

77
Comments 6
4 min read
Animating a 3D creeper's head in CSS and JS!

Animating a 3D creeper's head in CSS and JS!

75
Comments 3
4 min read
CSS 3D cube

CSS 3D cube

57
Comments 2
1 min read
TIL - Pushing Node Apps to Azure with Visual Studio Code

TIL - Pushing Node Apps to Azure with Visual Studio Code

12
Comments
3 min read
An Example of the Async Clipboard API with Vue.js

An Example of the Async Clipboard API with Vue.js

9
Comments
2 min read
What are your favorite Gulp plugins for CSS?

What are your favorite Gulp plugins for CSS?

11
Comments
1 min read
How to implement Vuenut in a project vue CLI with webpack

How to implement Vuenut in a project vue CLI with webpack

20
Comments
4 min read
I Have Beef With Accelerated Mobile Pages

I Have Beef With Accelerated Mobile Pages

129
Comments 21
2 min read
How to make a responsive footer With No media Queries🗺

How to make a responsive footer With No media Queries🗺

33
Comments 9
1 min read
I Created My Portfolio with React and Some Magic 🎉

I Created My Portfolio with React and Some Magic 🎉

482
Comments 45
5 min read
Material-UI: Get started (Fast!) ⚡ React 16+

Material-UI: Get started (Fast!) ⚡ React 16+

47
Comments
9 min read
How to navigate the React.js ecosystem without getting lost

How to navigate the React.js ecosystem without getting lost

10
Comments
10 min read
How Loops Work in JavaScript😭🤔

How Loops Work in JavaScript😭🤔

60
Comments
2 min read
Building realtime apps with Vue and nodeJS

Building realtime apps with Vue and nodeJS

19
Comments
7 min read
How to Publish🙀 Your Own Theme In Visual Studio Code👍

How to Publish🙀 Your Own Theme In Visual Studio Code👍

48
Comments
2 min read
NPM hot-takes and the pitfalls of trivialization

NPM hot-takes and the pitfalls of trivialization

32
Comments 12
3 min read
GraphQL or REST? What should I use?

GraphQL or REST? What should I use?

183
Comments 24
6 min read
Impostor Syndrome - It's real and it's all our faults

Impostor Syndrome - It's real and it's all our faults

82
Comments 3
5 min read
How to master advanced React design patterns: Render Props

How to master advanced React design patterns: Render Props

33
Comments
6 min read
Exploring parcel with Vue.js, the webpack alternative

Exploring parcel with Vue.js, the webpack alternative

16
Comments
3 min read
JavaScript’s apply, call, and bind explained by hosting a cookout

JavaScript’s apply, call, and bind explained by hosting a cookout

157
Comments 13
8 min read
How to Improve Web performance🤘🤘🚩🔜

How to Improve Web performance🤘🤘🚩🔜

47
Comments
2 min read
Avoid boolean values comparison with "==" in JavaScript

Avoid boolean values comparison with "==" in JavaScript

60
Comments 11
2 min read
How I Structure My JavaScript File

How I Structure My JavaScript File

265
Comments 10
7 min read
getting started in web development freelancing.

getting started in web development freelancing.

11
Comments 3
1 min read
loading...