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.
Declare Your Love Like a Programmer ❤️

Declare Your Love Like a Programmer ❤️

91
Comments 7
3 min read
5 ways to change component colors and styles using Vuetify

5 ways to change component colors and styles using Vuetify

16
Comments
4 min read
Browser Extensions: if you liked it, don't forget to 👍 it.

Browser Extensions: if you liked it, don't forget to 👍 it.

18
Comments
3 min read
Introducing Hole a new serverless technology for Node.js

Introducing Hole a new serverless technology for Node.js

37
Comments 3
3 min read
Exploring ES6 data structures

Exploring ES6 data structures

20
Comments
5 min read
Ionicons in Vue.js

Ionicons in Vue.js

10
Comments
3 min read
What the Hex!? (how to generate random hex color codes in javascript)

What the Hex!? (how to generate random hex color codes in javascript)

88
Comments 21
4 min read
Introducing Yarn 2 ! 🧶🌟

Introducing Yarn 2 ! 🧶🌟

1406
Comments 61
15 min read
Dummy REST API with NodeJS + Express - Grekz

Dummy REST API with NodeJS + Express - Grekz

7
Comments
3 min read
React and State Management

React and State Management

14
Comments
3 min read
Advanced Regex With Modern Javascript Complete Guide

Advanced Regex With Modern Javascript Complete Guide

88
Comments 3
6 min read
What have I learned in January of 2020

What have I learned in January of 2020

10
Comments 1
4 min read
Apply condition on specific nested child elements in ReactJS

Apply condition on specific nested child elements in ReactJS

6
Comments 3
2 min read
5 min TypeScript NPM package

5 min TypeScript NPM package

95
Comments 1
3 min read
Overriding methods in JavaScript using prototypes

Overriding methods in JavaScript using prototypes

8
Comments 1
3 min read
D3js fundamentals Part 5 Joins And Enter/Exit

D3js fundamentals Part 5 Joins And Enter/Exit

9
Comments
2 min read
Object – JavaScript Series – Part 22

Object – JavaScript Series – Part 22

14
Comments
1 min read
MY Journey Through Tech:Fullstack Blockchain Course Section 2

MY Journey Through Tech:Fullstack Blockchain Course Section 2

15
Comments 1
4 min read
My Visual Studio Code Extensions

My Visual Studio Code Extensions

13
Comments 2
2 min read
Recognize Regex Easily

Recognize Regex Easily

11
Comments
4 min read
Build a Web Console with ASP.NET and SignalR

Build a Web Console with ASP.NET and SignalR

10
Comments
1 min read
Writing a queue in Javascript

Writing a queue in Javascript

10
Comments
6 min read
I wrote an ORM for SQLite

I wrote an ORM for SQLite

13
Comments
1 min read
Reading Snippets [47 => This] 👉

Reading Snippets [47 => This] 👉

4
Comments
1 min read
Building a login system with HTML, CSS, and JavaScript

Building a login system with HTML, CSS, and JavaScript

118
Comments 1
4 min read
Publish a Svelte Web App with GitLab Pages

Publish a Svelte Web App with GitLab Pages

31
Comments 2
2 min read
Can .map() Mutate The Original Array? Yes.

Can .map() Mutate The Original Array? Yes.

20
Comments 4
4 min read
TIL: Some New Console Logging Tricks for Debugging

TIL: Some New Console Logging Tricks for Debugging

11
Comments 2
2 min read
Making Your Code Beautiful

Making Your Code Beautiful

9
Comments
7 min read
Prime numbers

Prime numbers

22
Comments 6
4 min read
What is the JAMStack and why should you care?

What is the JAMStack and why should you care?

67
Comments
3 min read
Best Practices for Secure Session Management in Node

Best Practices for Secure Session Management in Node

99
Comments 2
8 min read
Gatsby - Add a Published Filter To Posts

Gatsby - Add a Published Filter To Posts

6
Comments 2
2 min read
Boost Your TypeScript Project with ESLint, Prettier and lint-staged! 🔥🔥🔥

Boost Your TypeScript Project with ESLint, Prettier and lint-staged! 🔥🔥🔥

57
Comments 2
3 min read
Deploy a Vue.js App to Heroku

Deploy a Vue.js App to Heroku

60
Comments 4
3 min read
Analyzing Magecart Malware – From Zero to Hero

Analyzing Magecart Malware – From Zero to Hero

32
Comments 2
10 min read
Exploring JSON API data from Node REPL

Exploring JSON API data from Node REPL

7
Comments
2 min read
36 most popular JavaScript repositories on GitHub in January 2020

36 most popular JavaScript repositories on GitHub in January 2020

182
Comments 2
7 min read
Reusable HTML in Angular using NgTemplateOutlet

Reusable HTML in Angular using NgTemplateOutlet

20
Comments 10
4 min read
More About Array - JavaScript Series - Part 21

More About Array - JavaScript Series - Part 21

12
Comments
1 min read
DevLog, Feb 15 2020

DevLog, Feb 15 2020

7
Comments 1
13 min read
Create a Reading Scroll Progress Bar for Your Blog in JavaScript and CSS

Create a Reading Scroll Progress Bar for Your Blog in JavaScript and CSS

397
Comments 12
4 min read
How much can a Front-end Developer learn about Machine Learning using only JavaScript?

How much can a Front-end Developer learn about Machine Learning using only JavaScript?

93
Comments 2
13 min read
How I practice Problem Solving in JavaScript with Jest

How I practice Problem Solving in JavaScript with Jest

11
Comments
2 min read
Amazona Part 1: Build ECommerce Website Like Amazon

Amazona Part 1: Build ECommerce Website Like Amazon

147
Comments 28
4 min read
Immutability, Map, Filter

Immutability, Map, Filter

24
Comments 4
4 min read
Build a very basic SPA JavaScript router

Build a very basic SPA JavaScript router

115
Comments 9
5 min read
Using Basecamp's Trix Editor in React ( Shopify Polaris )

Using Basecamp's Trix Editor in React ( Shopify Polaris )

21
Comments
3 min read
How To Improve React App Performance with SSR and Rust [Part I: SSR]

How To Improve React App Performance with SSR and Rust [Part I: SSR]

42
Comments
3 min read
The best one-line Stimulus power move

The best one-line Stimulus power move

28
Comments 7
3 min read
Abstraction & Type-Safety using Singleton Variants

Abstraction & Type-Safety using Singleton Variants

11
Comments 2
5 min read
Reading Snippets [46 => Objects] 📔

Reading Snippets [46 => Objects] 📔

9
Comments
1 min read
Gatsby Tutorial: A Step-by-Step Guide to Building a Gatsby Site from Scratch

Gatsby Tutorial: A Step-by-Step Guide to Building a Gatsby Site from Scratch

122
Comments 2
46 min read
Image processing with Node and Jimp

Image processing with Node and Jimp

46
Comments
6 min read
Optional Chaining (?.), Nullish Coalescing (??), and Non-Null Assertion Operators (!) in TypeScript

Optional Chaining (?.), Nullish Coalescing (??), and Non-Null Assertion Operators (!) in TypeScript

26
Comments 1
5 min read
Achieving 100% code coverage will make you a better developer. Seriously.

Achieving 100% code coverage will make you a better developer. Seriously.

63
Comments 25
3 min read
Implementing soft particles in WebGL and OpenGL ES

Implementing soft particles in WebGL and OpenGL ES

29
Comments 1
5 min read
Building Autopilot Bots with the Twilio CLI

Building Autopilot Bots with the Twilio CLI

28
Comments 1
5 min read
Github API Authentication - Username & Password (Basic)

Github API Authentication - Username & Password (Basic)

16
Comments 2
5 min read
😲VueJS pages with Dynamic layouts! Problems and a solution!

😲VueJS pages with Dynamic layouts! Problems and a solution!

208
Comments 23
5 min read
loading...