DEV Community

JavaScript

Once relegated to the browser as one of the 3 core technologies of the web, JavaScript can now be found almost anywhere you find code. JavaScript developers move fast and push software development forward; they can be as opinionated as the frameworks they use, so let's keep it clean here and make it a place to learn from each other!

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Intro to Functional Combinators in Javascript

Intro to Functional Combinators in Javascript

45
Comments 8
2 min read
Completed JavaScript Data Structure Course, and Here is What I Learned About Stack/Queue.

Completed JavaScript Data Structure Course, and Here is What I Learned About Stack/Queue.

35
Comments 2
5 min read
I made a Hack Quiz in 48 hours.

I made a Hack Quiz in 48 hours.

8
Comments 2
1 min read
Another Damn ToDo App in Vue.js

Another Damn ToDo App in Vue.js

5
Comments
4 min read
Exploring How lit-html Works: html and svg Function

Exploring How lit-html Works: html and svg Function

8
Comments
2 min read
Getting Started With NestJS

Getting Started With NestJS

84
Comments 5
3 min read
Reverse proxy using Varnish

Reverse proxy using Varnish

20
Comments
3 min read
CodeSnip: Assign types to deconstructed parameters

CodeSnip: Assign types to deconstructed parameters

8
Comments
1 min read
The Document Object Model

The Document Object Model

49
Comments 2
8 min read
Project Euler - Problem 1 - Multiples Of 3 And 5

Project Euler - Problem 1 - Multiples Of 3 And 5

9
Comments
2 min read
Exploring NestJS Workspace

Exploring NestJS Workspace

27
Comments 5
2 min read
My first WordPress Plugin. Why? How? What I Learned.

My first WordPress Plugin. Why? How? What I Learned.

39
Comments 1
5 min read
🌈 Try out the features of Web Components one by one

🌈 Try out the features of Web Components one by one

43
Comments
15 min read
CodePen of this week #2

CodePen of this week #2

38
Comments 3
1 min read
A simple way to detect devtools.

A simple way to detect devtools.

23
Comments 14
1 min read
Add a ChatBot to your JavaScript app in 10 mins!!

Add a ChatBot to your JavaScript app in 10 mins!!

123
Comments
6 min read
Currying in JS 🤠

Currying in JS 🤠

131
Comments 13
2 min read
Rust and WebAssembly for the masses - wasm-bindgen

Rust and WebAssembly for the masses - wasm-bindgen

65
Comments 3
8 min read
Schedule GitHub Pull Request merges using Actions

Schedule GitHub Pull Request merges using Actions

26
Comments
4 min read
Programming Languages To Learn In 2020 To Boost Your Career As A Software Developer

Programming Languages To Learn In 2020 To Boost Your Career As A Software Developer

593
Comments 46
5 min read
Lambda's 2020 Winter Hackathon

Lambda's 2020 Winter Hackathon

9
Comments
2 min read
How To Publish an NPM Package in 2020

How To Publish an NPM Package in 2020

119
Comments 11
3 min read
JavaScript Hoisting for beginners

JavaScript Hoisting for beginners

51
Comments
2 min read
NodeJS and IoT - An Overview

NodeJS and IoT - An Overview

47
Comments 1
3 min read
My First Laravel 6 and React App

My First Laravel 6 and React App

37
Comments 2
2 min read
New Additions to JavaScript

New Additions to JavaScript

8
Comments 2
3 min read
Simple Responsive Personal Website

Simple Responsive Personal Website

6
Comments 2
1 min read
Starter Template #2 | Next JS + Stripe Checkout

Starter Template #2 | Next JS + Stripe Checkout

10
Comments
1 min read
I just tried Stackbit (JamStack)

I just tried Stackbit (JamStack)

7
Comments
1 min read
Intellisense for Cypress Fixture Files

Intellisense for Cypress Fixture Files

8
Comments 3
3 min read
JavaScript Data Structures: Queue: Dequeue

JavaScript Data Structures: Queue: Dequeue

19
Comments
3 min read
The JavaScript String Method - Split();

The JavaScript String Method - Split();

7
Comments 3
2 min read
Running React with Ionic Capacitor & Live Reload

Running React with Ionic Capacitor & Live Reload

46
Comments 6
5 min read
Color Me This

Color Me This

51
Comments 2
3 min read
Javascript Arrays for Absolute Beginner

Javascript Arrays for Absolute Beginner

19
Comments
2 min read
JAMstack. Y cómo los sitios web son cada vez más rápidos

JAMstack. Y cómo los sitios web son cada vez más rápidos

8
Comments
4 min read
HEADLESS CMS — La mejor solución para el desarrollo con contenidos

HEADLESS CMS — La mejor solución para el desarrollo con contenidos

7
Comments
2 min read
11 Must-Know FrontEnd Trends for 2020

11 Must-Know FrontEnd Trends for 2020

287
Comments 12
12 min read
JavaScript var vs let. Which one should you use?

JavaScript var vs let. Which one should you use?

51
Comments 10
3 min read
Axios - Get and Post

Axios - Get and Post

47
Comments 3
3 min read
Seamless web workers & worker threads - threads.js

Seamless web workers & worker threads - threads.js

225
Comments 10
4 min read
Inspirofy

Inspirofy

6
Comments
1 min read
Mongoose 101: Population

Mongoose 101: Population

72
Comments 3
5 min read
Exploring How lit-html Works: Introduction

Exploring How lit-html Works: Introduction

9
Comments
1 min read
Axentix : new framework version ! (toasts, dropdowns and more)

Axentix : new framework version ! (toasts, dropdowns and more)

6
Comments
2 min read
React area chart comparison

React area chart comparison

7
Comments
6 min read
A Year of React - 2019 in Review

A Year of React - 2019 in Review

117
Comments 11
11 min read
Design Systems con ReactJS y Storybook

Design Systems con ReactJS y Storybook

7
Comments
2 min read
20+ Useful jQuery Code Snippets for Web Developers in 2020

20+ Useful jQuery Code Snippets for Web Developers in 2020

7
Comments
1 min read
My bookmark worthy JavaScript podcast list

My bookmark worthy JavaScript podcast list

9
Comments
2 min read
Day 30 – NO-SQL Database with Node js - Learning Node JS In 30 Days [Mini series]

Day 30 – NO-SQL Database with Node js - Learning Node JS In 30 Days [Mini series]

31
Comments
3 min read
5 Front-End Predictions and Trends for 2020

5 Front-End Predictions and Trends for 2020

342
Comments 23
4 min read
Accessing globals inside JS modules (ESM)

Accessing globals inside JS modules (ESM)

6
Comments
3 min read
How not to configure MongoDB on Docker

How not to configure MongoDB on Docker

9
Comments
2 min read
Track Custom Events With Fathom Analytics

Track Custom Events With Fathom Analytics

16
Comments 6
5 min read
JavaScript Data Structures: Queue: Enqueue

JavaScript Data Structures: Queue: Enqueue

43
Comments
2 min read
TypeScript, event handlers in the DOM, and the this keyword

TypeScript, event handlers in the DOM, and the this keyword

44
Comments 1
2 min read
Day 29 – SQL Database with Node js - Learning Node JS In 30 Days [Mini series]

Day 29 – SQL Database with Node js - Learning Node JS In 30 Days [Mini series]

61
Comments
3 min read
Everything you should know about Javascript functions

Everything you should know about Javascript functions

305
Comments 20
5 min read
How I become a full stack JavaScript developer from PHP in 2019

How I become a full stack JavaScript developer from PHP in 2019

99
Comments 10
10 min read
loading...