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.
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
The lazy CI - Running tests on git push!

The lazy CI - Running tests on git push!

7
Comments
1 min read
JS 101: Implementing the "new" keyword

JS 101: Implementing the "new" keyword

4
Comments 2
3 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
The Time I Wrote a White Noise Generator To Improve Loading Times

The Time I Wrote a White Noise Generator To Improve Loading Times

37
Comments 5
4 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
Using Github Issue as CMS

Using Github Issue as CMS

28
Comments
3 min read
How to compare two arrays in javascript?

How to compare two arrays in javascript?

7
Comments 13
2 min read
Yarn 2.4 🎄🎁 Log Filters, Audits, Better Warnings, ...

Yarn 2.4 🎄🎁 Log Filters, Audits, Better Warnings, ...

67
Comments
6 min read
Animate Styled Components with Framer Motion!

Animate Styled Components with Framer Motion!

43
Comments 2
2 min read
Accessible, Smooth Scroll-to-top Buttons with Little Code

Accessible, Smooth Scroll-to-top Buttons with Little Code

120
Comments 8
3 min read
Additional uses for the React "children" prop

Additional uses for the React "children" prop

12
Comments 2
2 min read
I don't have experience with Gatsby. Why am I building a Gatsby plugin then?

I don't have experience with Gatsby. Why am I building a Gatsby plugin then?

11
Comments 2
3 min read
FE Jargon you should know - SSG,  SSR,  CSR,  VDOM

FE Jargon you should know - SSG,  SSR,  CSR,  VDOM

89
Comments 2
4 min read
JS Spec debunking for toPrimitive on an object

JS Spec debunking for toPrimitive on an object

6
Comments 3
1 min read
Open for mentoring reactjs & javascript for free

Open for mentoring reactjs & javascript for free

3
Comments 20
1 min read
Responsive on-screen keys

Responsive on-screen keys

5
Comments
2 min read
Setting up ESLint to work with new or proposed JavaScript features such as private class fields.

Setting up ESLint to work with new or proposed JavaScript features such as private class fields.

7
Comments 1
5 min read
why should we use React hooks?!

why should we use React hooks?!

14
Comments 3
3 min read
How does React update the DOM?

How does React update the DOM?

21
Comments 4
2 min read
How to Create Draggable Lists with Javascript - Code With Bishal

How to Create Draggable Lists with Javascript - Code With Bishal

13
Comments
1 min read
loading...