Forem

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.
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
Asynchronous code: Promises

Asynchronous code: Promises

7
Comments
1 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
Cover image for 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
Algorithms 101: how to use Merge Sort and Quicksort in JavaScript
Cover image for 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, ...
Cover image for 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!
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for FE Jargon you should know - SSG,  SSR,  CSR,  VDOM

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

89
Comments 2
4 min read
Open for mentoring reactjs & javascript for free

Open for mentoring reactjs & javascript for free

3
Comments 20
1 min read
JS Spec debunking for toPrimitive on an object
Cover image for JS Spec debunking for toPrimitive on an object

JS Spec debunking for toPrimitive on an object

6
Comments 3
1 min read
why should we use React hooks?!
Cover image for why should we use React hooks?!

why should we use React hooks?!

14
Comments 3
3 min read
Responsive on-screen keys
Cover image for 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.
Cover image for 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
How does React update the DOM?
Cover image for How does React update the DOM?

How does React update the DOM?

21
Comments 4
2 min read
A Beginner's Guide to Static Routing in Next.js
Cover image for A Beginner's Guide to Static Routing in Next.js

A Beginner's Guide to Static Routing in Next.js

15
Comments
6 min read
UI Dev Newsletter #33

UI Dev Newsletter #33

6
Comments
1 min read
How to Create Draggable Lists with Javascript - Code With Bishal
Cover image for 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
Do you prefer callbacks, promises, or async/await?
Cover image for Do you prefer callbacks, promises, or async/await?

Do you prefer callbacks, promises, or async/await?

26
Comments 12
1 min read
Frontend Data Normalization
Cover image for Frontend Data Normalization

Frontend Data Normalization

18
Comments
5 min read
loading...