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.
Immutability in React

Immutability in React

20
Comments 1
10 min read
[JS] document.defineElement | custom HTML elements without a hypen

[JS] document.defineElement | custom HTML elements without a hypen

11
Comments
2 min read
The Career Adventures of Johnny JavaScript

The Career Adventures of Johnny JavaScript

169
Comments 18
9 min read
Electron is fast and lightweight

Electron is fast and lightweight

12
Comments 1
1 min read
Getting Started with Web Push Notifications

Getting Started with Web Push Notifications

108
Comments 2
4 min read
ESlint with Class Decorator

ESlint with Class Decorator

8
Comments
1 min read
How and why I built a real-time state synchronisation service

How and why I built a real-time state synchronisation service

8
Comments
6 min read
How to use the new React context API - tutorial & screencast

How to use the new React context API - tutorial & screencast

12
Comments 2
4 min read
Writing An NES Emulator with Rust and WebAssembly

Writing An NES Emulator with Rust and WebAssembly

28
Comments
4 min read
Lint only over changed files

Lint only over changed files

13
Comments 3
1 min read
Multi-Paradigm is the best Paradigm

Multi-Paradigm is the best Paradigm

12
Comments
5 min read
some history about functional programming - lambda calculus

some history about functional programming - lambda calculus

13
Comments
2 min read
Build a lightweight Internet Detect Feature with VanillaJS

Build a lightweight Internet Detect Feature with VanillaJS

47
Comments 7
5 min read
How to build a load more button with Vue.js and GraphQL

How to build a load more button with Vue.js and GraphQL

44
Comments
4 min read
Generic typing of Redux modules in Flow

Generic typing of Redux modules in Flow

38
Comments
3 min read
Free JS, Node.js Resources and Community helps till Job

Free JS, Node.js Resources and Community helps till Job

41
Comments
4 min read
iPipeTo - The Node.js cli interactive workflow

iPipeTo - The Node.js cli interactive workflow

36
Comments
1 min read
Serverless IoT for Enterprise Light Bulb Demos

Serverless IoT for Enterprise Light Bulb Demos

10
Comments
4 min read
Handling errors with Either

Handling errors with Either

37
Comments 12
6 min read
Avoiding falsy values in JavaScript arrays

Avoiding falsy values in JavaScript arrays

12
Comments
2 min read
Using CSP Nonces effectively with service worker

Using CSP Nonces effectively with service worker

14
Comments
4 min read
Maximum JavaScript Performance

Maximum JavaScript Performance

159
Comments 31
2 min read
Learn to Architect and Test GraphQL Servers by Observing Spectrum

Learn to Architect and Test GraphQL Servers by Observing Spectrum

64
Comments 2
9 min read
Developing Web Apps with ASP.NET Core 2.0 and React - Part 3

Developing Web Apps with ASP.NET Core 2.0 and React - Part 3

10
Comments
1 min read
Leveling Up: From Create-React-App to Express (& some neat styling libraries)

Leveling Up: From Create-React-App to Express (& some neat styling libraries)

49
Comments 3
7 min read
I recently discovered Parcel, and it's amazing

I recently discovered Parcel, and it's amazing

52
Comments 7
2 min read
Detecting deadcode in your project

Detecting deadcode in your project

12
Comments 2
1 min read
Javascript Algorithms Challenges | Part 2

Javascript Algorithms Challenges | Part 2

87
Comments 10
6 min read
How can We implement Data Structures and Algorithms in Backend Frameworks to reach O(log(n)) Run Time ?

How can We implement Data Structures and Algorithms in Backend Frameworks to reach O(log(n)) Run Time ?

18
Comments 10
2 min read
Getting Started with styled-components 💅

Getting Started with styled-components 💅

86
Comments 4
10 min read
New blog, new brand, new stack

New blog, new brand, new stack

79
Comments 5
6 min read
Enjoy Painless Typing With ReasonML!

Enjoy Painless Typing With ReasonML!

25
Comments
22 min read
Using React(Native) + MobX + Flow, Flow treats @inject as error

Using React(Native) + MobX + Flow, Flow treats @inject as error

11
Comments
2 min read
Nodejs application to share files on the same network.

Nodejs application to share files on the same network.

12
Comments
1 min read
How CSS Specificity Works🤹🏼‍♀️

How CSS Specificity Works🤹🏼‍♀️

89
Comments 5
1 min read
let over const

let over const

9
Comments
1 min read
A simple clientside templating langauge

A simple clientside templating langauge

10
Comments
2 min read
How make analytics for your app in React Native ?

How make analytics for your app in React Native ?

8
Comments
1 min read
Suggestions for using `...arguments` while working with functions in javascript.

Suggestions for using `...arguments` while working with functions in javascript.

68
Comments 11
1 min read
Should I go for JS or Python in long run in my career?

Should I go for JS or Python in long run in my career?

44
Comments 16
1 min read
A new code editor for the web

A new code editor for the web

96
Comments 7
1 min read
Can we say that JS can be compiled on Node.js? [Novice Quesiton]

Can we say that JS can be compiled on Node.js? [Novice Quesiton]

10
Comments 5
1 min read
Careful Examination of JavaScript Await

Careful Examination of JavaScript Await

40
Comments 2
4 min read
Static Type checker. Which and Why do you use it ?

Static Type checker. Which and Why do you use it ?

7
Comments
1 min read
domcurl: curl + JavaScript

domcurl: curl + JavaScript

6
Comments
3 min read
Creating a movie website with GraphQL and React - part one

Creating a movie website with GraphQL and React - part one

95
Comments 1
9 min read
Adding reCaptcha with a Serverless Form Processor

Adding reCaptcha with a Serverless Form Processor

13
Comments
6 min read
How to use inline JavaScript with HTML? You definitely like really bad code

How to use inline JavaScript with HTML? You definitely like really bad code

43
Comments 6
3 min read
I created a gatsby starter for blog with powerful features.

I created a gatsby starter for blog with powerful features.

40
Comments
1 min read
How do you think about javascript framework (or library) scaling?

How do you think about javascript framework (or library) scaling?

10
Comments
1 min read
How to Use New React Context API Detailed

How to Use New React Context API Detailed

64
Comments 3
1 min read
Functional Programming: Alternatives to the IF #Functional #JavaScript #Functors

Functional Programming: Alternatives to the IF #Functional #JavaScript #Functors

92
Comments 11
4 min read
vue.js modules in the browser, the cheap way

vue.js modules in the browser, the cheap way

43
Comments 3
2 min read
JS frameworks!

JS frameworks!

7
Comments
3 min read
Introduction to Node.js

Introduction to Node.js

18
Comments 1
6 min read
Exponential Moving Average on Streaming Data

Exponential Moving Average on Streaming Data

15
Comments
9 min read
How to build a server-rendered React app with Next & Express

How to build a server-rendered React app with Next & Express

9
Comments
7 min read
TIL - Vue.js and Non-Prop Attributes

TIL - Vue.js and Non-Prop Attributes

11
Comments
3 min read
React's new Context API and Actions

React's new Context API and Actions

84
Comments 13
5 min read
DreamBox Learning is hiring Senior Software Development Engineer

DreamBox Learning is hiring Senior Software Development Engineer

44
Comments 1
3 min read
loading...