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.
Replacing the deprecated npm package ‘request’ without altering your project.

Replacing the deprecated npm package ‘request’ without altering your project.

21
Comments 2
3 min read
Set up end-to-end tests in one minute

Set up end-to-end tests in one minute

42
Comments 3
1 min read
Is Value an Object

Is Value an Object

8
Comments 5
1 min read
Adding days to a date using Vanilla JS

Adding days to a date using Vanilla JS

9
Comments 1
1 min read
NestJS - Adding a frontend to the monorepo

NestJS - Adding a frontend to the monorepo

47
Comments 10
4 min read
Pencil.js quick-start

Pencil.js quick-start

10
Comments
1 min read
Create react based blog using Netlify CMS and Gatsby

Create react based blog using Netlify CMS and Gatsby

83
Comments 1
5 min read
Refactoring: My 6 favorite patterns

Refactoring: My 6 favorite patterns

907
Comments 36
4 min read
Big O notation in short

Big O notation in short

9
Comments
3 min read
4 Ways to Convert String to Character Array in JavaScript

4 Ways to Convert String to Character Array in JavaScript

242
Comments 13
5 min read
Persist data offline in React Native through with AsyncStorage

Persist data offline in React Native through with AsyncStorage

13
Comments
2 min read
Learn React Native In One Tutorial

Learn React Native In One Tutorial

35
Comments 4
3 min read
Explain Client-Side and Server-Side rendering Like I'm Five

Explain Client-Side and Server-Side rendering Like I'm Five

17
Comments 5
1 min read
16+ Articles of March to Learn JavaScript

16+ Articles of March to Learn JavaScript

39
Comments 2
4 min read
Algorithm 101: 4 Ways to FizzBuzz a Single Number

Algorithm 101: 4 Ways to FizzBuzz a Single Number

8
Comments
2 min read
First look at RedwoodJS

First look at RedwoodJS

14
Comments
7 min read
Clean Object by Values

Clean Object by Values

9
Comments
1 min read
Make a Simple Chatbot with JavaScript!

Make a Simple Chatbot with JavaScript!

145
Comments 25
8 min read
Vue.js and dialogs

Vue.js and dialogs

29
Comments 6
3 min read
Writing Industrial-Strength TypeScript with Discriminated Unions

Writing Industrial-Strength TypeScript with Discriminated Unions

15
Comments
6 min read
How to Reduce Functions in Javascript

How to Reduce Functions in Javascript

12
Comments 2
1 min read
How To Build Web Components Using Stencil JS

How To Build Web Components Using Stencil JS

9
Comments
16 min read
TypeScript Exercises Bonus🦠 - Answers Part 1

TypeScript Exercises Bonus🦠 - Answers Part 1

10
Comments 9
4 min read
SlimIO Architecture #1 - Monolithic to Modular

SlimIO Architecture #1 - Monolithic to Modular

8
Comments
4 min read
15 app ideas for beginners

15 app ideas for beginners

182
Comments 2
2 min read
Build A Todo App with React, MongoDB, ExpressJS, and NodeJS Part 1 (Backend)

Build A Todo App with React, MongoDB, ExpressJS, and NodeJS Part 1 (Backend)

14
Comments
8 min read
You may not need vuex. Here are some alternatives

You may not need vuex. Here are some alternatives

37
Comments 2
4 min read
Understanding fetch() API In JavaScript

Understanding fetch() API In JavaScript

23
Comments 3
2 min read
Closer Look At The DNA Of The OpenFin Platform API

Closer Look At The DNA Of The OpenFin Platform API

9
Comments
7 min read
Wrapping nuxt-links to make your Vue.js components Nuxt.js agnostic.

Wrapping nuxt-links to make your Vue.js components Nuxt.js agnostic.

6
Comments 2
3 min read
Make your own customized and reusable React Native button component

Make your own customized and reusable React Native button component

20
Comments 2
4 min read
Building a Serverless Photomontage WebApp with Node.js

Building a Serverless Photomontage WebApp with Node.js

12
Comments
2 min read
Caching network requests on the frontend

Caching network requests on the frontend

97
Comments 8
5 min read
Github repositories every aspiring developer should check out

Github repositories every aspiring developer should check out

28
Comments
4 min read
Build A Todo App with React, MongoDB, ExpressJS, and NodeJS Part 2 (Frontend)

Build A Todo App with React, MongoDB, ExpressJS, and NodeJS Part 2 (Frontend)

11
Comments
6 min read
Learning Destructuring

Learning Destructuring

9
Comments
1 min read
Handy JavaScript Array Tips

Handy JavaScript Array Tips

42
Comments 2
6 min read
TIL: How to pause an infinite JavaScript loop in Chrome

TIL: How to pause an infinite JavaScript loop in Chrome

12
Comments 1
1 min read
Week 1 of #100Days100Projects

Week 1 of #100Days100Projects

11
Comments
1 min read
Killing The COVID-19 🐍

Killing The COVID-19 🐍

8
Comments 8
1 min read
Mocking the window object in unit tests

Mocking the window object in unit tests

17
Comments 2
5 min read
Creating a Real-Time Location Tracking App with NativeScript-Vue

Creating a Real-Time Location Tracking App with NativeScript-Vue

12
Comments 1
11 min read
This binding in JavaScript - 2. Implicit binding

This binding in JavaScript - 2. Implicit binding

8
Comments
2 min read
Cleaner short circuits with optional chaining.

Cleaner short circuits with optional chaining.

11
Comments
1 min read
"use strict" in JavaScript: A Deep Dive

"use strict" in JavaScript: A Deep Dive

8
Comments
7 min read
How to Load a PDF in a Browser from a PDF Byte Array

How to Load a PDF in a Browser from a PDF Byte Array

10
Comments 1
2 min read
Learn JavaScript Sets (Simple Yet Powerful Built-In Objects)

Learn JavaScript Sets (Simple Yet Powerful Built-In Objects)

79
Comments 7
2 min read
jQuery Inheritance

jQuery Inheritance

8
Comments
1 min read
As a BackEnd Dev, what is your biggest struggle while learning Front End Technologies?

As a BackEnd Dev, what is your biggest struggle while learning Front End Technologies?

11
Comments 8
1 min read
Foundational JavaScript Concepts: Variable Assignment and Primitive/Object Mutability

Foundational JavaScript Concepts: Variable Assignment and Primitive/Object Mutability

57
Comments 1
6 min read
Getting Started with Vue 3: Composition API

Getting Started with Vue 3: Composition API

7
Comments
1 min read
Creating a pdf.file using react

Creating a pdf.file using react

7
Comments 1
3 min read
How to build a pricing slider - Vue

How to build a pricing slider - Vue

12
Comments
4 min read
Best way to improve your React code

Best way to improve your React code

43
Comments 6
2 min read
let vs const - Let's discuss.

let vs const - Let's discuss.

16
Comments 17
2 min read
Learn 6 ES6 Javascript Equivalents to C# LINQ Methods

Learn 6 ES6 Javascript Equivalents to C# LINQ Methods

8
Comments
3 min read
Let's implement a Theme Switch 🎨 like the Angular Material Site

Let's implement a Theme Switch 🎨 like the Angular Material Site

129
Comments 19
11 min read
create react app + preact = 💖

create react app + preact = 💖

11
Comments
1 min read
Min stack

Min stack

9
Comments
3 min read
Show Dev: Track Timezone - Track timezones in ease

Show Dev: Track Timezone - Track timezones in ease

9
Comments 1
1 min read
loading...