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.
NodeJS: How To Run Scripts From The Terminal & Use Arguments

NodeJS: How To Run Scripts From The Terminal & Use Arguments

16
Comments 3
1 min read
Custom Type Definitions for JavaScript dependencies

Custom Type Definitions for JavaScript dependencies

14
Comments
2 min read
Shared HTML Layouts With Pugjs

Shared HTML Layouts With Pugjs

16
Comments 4
3 min read
Let Everyone In Your Company See Your Reusable Components

Let Everyone In Your Company See Your Reusable Components

70
Comments 2
6 min read
HTML Canvas | It's beautiful

HTML Canvas | It's beautiful

14
Comments
6 min read
Getting Started with the Startup Template!

Getting Started with the Startup Template!

6
Comments
3 min read
Why starting a SaaS business is hard for developers AND non-developers

Why starting a SaaS business is hard for developers AND non-developers

5
Comments 2
3 min read
Why do we need to bind methods inside our class component’s constructor?

Why do we need to bind methods inside our class component’s constructor?

105
Comments 10
4 min read
Creating Custom Blockchain Transactions with the SDK — Introducing Lisk Bills

Creating Custom Blockchain Transactions with the SDK — Introducing Lisk Bills

19
Comments
10 min read
Top Features of Angular 8: What's New?

Top Features of Angular 8: What's New?

22
Comments 3
6 min read
Jekyll E-Commerce Tutorial: Add a Shopping Cart to Your Jekyll (v4.0)

Jekyll E-Commerce Tutorial: Add a Shopping Cart to Your Jekyll (v4.0)

10
Comments
1 min read
Uma rápida introdução sobre React.js em 5min.

Uma rápida introdução sobre React.js em 5min.

52
Comments
3 min read
Callback's

Callback's

8
Comments
2 min read
Como centrar un elemento en vertical y horizontal con CSS

Como centrar un elemento en vertical y horizontal con CSS

6
Comments
2 min read
render-bpmn: Upload and Display BPMN | CMMN | DMN Diagrams on Github

render-bpmn: Upload and Display BPMN | CMMN | DMN Diagrams on Github

11
Comments
2 min read
Sempre declare suas variáveis com let ou const

Sempre declare suas variáveis com let ou const

6
Comments
1 min read
Use Auth0 to secure your NestJS application

Use Auth0 to secure your NestJS application

66
Comments 6
7 min read
Using Redux in a legacy ASP.NET Web Forms project

Using Redux in a legacy ASP.NET Web Forms project

5
Comments 2
4 min read
The state of semantic JSX

The state of semantic JSX

59
Comments 1
9 min read
How to Mock an API with random data from NodeJS

How to Mock an API with random data from NodeJS

13
Comments 9
3 min read
Accessing properties globally in Vue.js with prototypes

Accessing properties globally in Vue.js with prototypes

22
Comments 1
6 min read
Testing in Next.js: Dynamic Imports

Testing in Next.js: Dynamic Imports

9
Comments
2 min read
Part 3. Build your Pokédex: Improve NgRX using create* functions

Part 3. Build your Pokédex: Improve NgRX using create* functions

100
Comments 4
9 min read
Flutter Quiz App

Flutter Quiz App

7
Comments
1 min read
How to write a Frontend Web Developer Resume?

How to write a Frontend Web Developer Resume?

72
Comments 14
1 min read
Implementing Simple SPA Routing Using Vanilla JavaScript

Implementing Simple SPA Routing Using Vanilla JavaScript

12
Comments 4
3 min read
Testing setTimeout/setInterval

Testing setTimeout/setInterval

21
Comments 3
3 min read
Chunking Arrays in Javascript

Chunking Arrays in Javascript

11
Comments
2 min read
React Native Reward Referrals

React Native Reward Referrals

10
Comments
3 min read
🎉Announcing Floodgate: a "load more" component for React 🌊

🎉Announcing Floodgate: a "load more" component for React 🌊

57
Comments 3
4 min read
How to add a dark mode to your React web app

How to add a dark mode to your React web app

211
Comments 11
5 min read
How to run more than one command as part of a npm script

How to run more than one command as part of a npm script

9
Comments
3 min read
Modern React testing, part 2: Jest and Enzyme

Modern React testing, part 2: Jest and Enzyme

105
Comments 2
16 min read
Should We All Start Implementing Differential Serving?

Should We All Start Implementing Differential Serving?

6
Comments
6 min read
Deploy / Host your React App with cPanel in Under 5 Minutes

Deploy / Host your React App with cPanel in Under 5 Minutes

314
Comments 87
3 min read
Javascript hoisting note to myself

Javascript hoisting note to myself

5
Comments
1 min read
svelte-emoji-selector: Emoji picker Svelte component

svelte-emoji-selector: Emoji picker Svelte component

7
Comments 3
1 min read
Scraping websites with NodeJS

Scraping websites with NodeJS

11
Comments 1
3 min read
The Biggest React Native Starter Update So Far

The Biggest React Native Starter Update So Far

9
Comments
4 min read
Prudent publishing to npm

Prudent publishing to npm

6
Comments
4 min read
rethink nested loops in Javascript functional

rethink nested loops in Javascript functional

9
Comments 1
2 min read
Redirects in Next.js, the Best Way

Redirects in Next.js, the Best Way

24
Comments 2
3 min read
Methods for tracking action status in Redux

Methods for tracking action status in Redux

11
Comments
6 min read
An algorithm for picking random numbers in a range without repetition

An algorithm for picking random numbers in a range without repetition

15
Comments 6
5 min read
15 General Interview Questions for a Frontend Developer in 2019

15 General Interview Questions for a Frontend Developer in 2019

9
Comments
5 min read
NodeJS: How to Get External Packages / npm

NodeJS: How to Get External Packages / npm

6
Comments 3
2 min read
React Native End to End Testing with Detox

React Native End to End Testing with Detox

6
Comments
5 min read
Vim/Vi tutorials For beginners

Vim/Vi tutorials For beginners

37
Comments 1
3 min read
Logging at Scale Done Right

Logging at Scale Done Right

56
Comments 5
9 min read
CodeRecipe: How to reverse an array in JavaScript

CodeRecipe: How to reverse an array in JavaScript

90
Comments 13
2 min read
Recursion optimization in JS - where is it? PTC, TCO and FUD

Recursion optimization in JS - where is it? PTC, TCO and FUD

99
Comments 6
4 min read
Ramda library - compose, map, sum

Ramda library - compose, map, sum

2
Comments
1 min read
A Complete Pre-Commit Workflow

A Complete Pre-Commit Workflow

6
Comments
4 min read
What to build after a JavaScript course?

What to build after a JavaScript course?

10
Comments
3 min read
Styling a react app using Emotion CSS in JS library - An introduction to Emotion

Styling a react app using Emotion CSS in JS library - An introduction to Emotion

17
Comments
6 min read
[Puppeteer][Mocha] Upgrade your implementation code with coverage.

[Puppeteer][Mocha] Upgrade your implementation code with coverage.

8
Comments 1
4 min read
Connecting Jest and Mongoose

Connecting Jest and Mongoose

15
Comments
6 min read
Today's JavaScript React Developer Questions

Today's JavaScript React Developer Questions

87
Comments
2 min read
Why I stopped spreading props on React Components

Why I stopped spreading props on React Components

54
Comments 4
5 min read
Copying objects with Object.assign()

Copying objects with Object.assign()

4
Comments
1 min read
loading...