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.
Developing a Memoization Library With Proxies

Developing a Memoization Library With Proxies

7
Comments
4 min read
What's the fastest way to populate an array in Javascript?

What's the fastest way to populate an array in Javascript?

6
Comments
2 min read
How to Create Count Down Timer using JavaScript - Code With Bishal

How to Create Count Down Timer using JavaScript - Code With Bishal

7
Comments
1 min read
Debouncing and Throttling

Debouncing and Throttling

6
Comments 2
1 min read
Sticky Table Header with React Hooks

Sticky Table Header with React Hooks

16
Comments 2
8 min read
Capture global JS errors with window.onerror()

Capture global JS errors with window.onerror()

12
Comments
1 min read
How to Build & Launch your Portfolio Site

How to Build & Launch your Portfolio Site

32
Comments 1
4 min read
Estás usando mal console.log en javascript

Estás usando mal console.log en javascript

39
Comments 2
3 min read
A powerful backend ready for your next app 🚀

A powerful backend ready for your next app 🚀

67
Comments 7
5 min read
Boas práticas no desenvolvimento de software — parte 1

Boas práticas no desenvolvimento de software — parte 1

4
Comments 1
3 min read
Destroy All Dependencies, or: why structural typing is awesome

Destroy All Dependencies, or: why structural typing is awesome

8
Comments
16 min read
A recipe to implement print functionality efficiently in Javascript

A recipe to implement print functionality efficiently in Javascript

4
Comments
1 min read
Counting valid passwords in Advent of Code 2020 - Day 2 - JavaScript

Counting valid passwords in Advent of Code 2020 - Day 2 - JavaScript

7
Comments 1
1 min read
Building a real-time voting app using ReactJS and Ably

Building a real-time voting app using ReactJS and Ably

32
Comments 2
11 min read
Setup TypeScript Playground on your local system

Setup TypeScript Playground on your local system

23
Comments 7
2 min read
How to build forms with multiple input fields using React Hooks

How to build forms with multiple input fields using React Hooks

8
Comments
3 min read
Declaring optional function parameters in JavaScript

Declaring optional function parameters in JavaScript

9
Comments
3 min read
My Experience Developing for a Non-Profit

My Experience Developing for a Non-Profit

12
Comments
6 min read
JS 101: Implementing the "new" keyword

JS 101: Implementing the "new" keyword

4
Comments 2
3 min read
The lazy CI - Running tests on git push!

The lazy CI - Running tests on git push!

7
Comments
1 min read
Continuously Deploying an NPM Package with GitLab CI/CD

Continuously Deploying an NPM Package with GitLab CI/CD

3
Comments 3
2 min read
Event Delegation with Vanilla JS

Event Delegation with Vanilla JS

11
Comments 1
2 min read
10 Reasons you should give surge.sh a try for your next frontend project

10 Reasons you should give surge.sh a try for your next frontend project

36
Comments 4
5 min read
Asynchronous code: Promises

Asynchronous code: Promises

7
Comments
1 min read
Algorithms 101: how to use Merge Sort and Quicksort in JavaScript

Algorithms 101: how to use Merge Sort and Quicksort in JavaScript

23
Comments
6 min read
loading...