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.
My WebDev Notes

My WebDev Notes

28
Comments 1
2 min read
How to communicate with Service Workers

How to communicate with Service Workers

21
Comments
6 min read
VueJs Challenge - capitalizeFirstLast

VueJs Challenge - capitalizeFirstLast

7
Comments
1 min read
Render-Blocking Resources

Render-Blocking Resources

12
Comments
4 min read
How to build a PWA from scratch with HTML, CSS and JavaScript ?

How to build a PWA from scratch with HTML, CSS and JavaScript ?

687
Comments 61
10 min read
Deserializable serialization of Anything, other than YAML. Also, how-to-hash.

Deserializable serialization of Anything, other than YAML. Also, how-to-hash.

8
Comments
5 min read
Creating a Simple Multi Click Button in Javascript

Creating a Simple Multi Click Button in Javascript

8
Comments
2 min read
Let's Count Some Sheep!

Let's Count Some Sheep!

29
Comments 15
3 min read
Hoist Your Vars! (Variable Hoisting in JavaScript)

Hoist Your Vars! (Variable Hoisting in JavaScript)

78
Comments 12
3 min read
Use more ternary operators!

Use more ternary operators!

7
Comments 4
2 min read
Optimising User-Centric Performance Metrics

Optimising User-Centric Performance Metrics

5
Comments
1 min read
Why Splice removes only last element when array elements are the same

Why Splice removes only last element when array elements are the same

4
Comments
1 min read
Object To Collection

Object To Collection

5
Comments
1 min read
End-to-End HTTP request cancelation with RxJS & NestJS

End-to-End HTTP request cancelation with RxJS & NestJS

49
Comments
6 min read
Developing responsive layouts with React Hooks

Developing responsive layouts with React Hooks

21
Comments 2
7 min read
My mistakes with Dates on JavaScript

My mistakes with Dates on JavaScript

27
Comments 1
6 min read
Fill up your portfolio with meaningful projects in 2020, Use these APIs

Fill up your portfolio with meaningful projects in 2020, Use these APIs

510
Comments 14
2 min read
Storing JSON in Postgres using Node.js

Storing JSON in Postgres using Node.js

18
Comments 2
3 min read
csstox - Convert CSS snippets to React Native / JSS stylesheet objects with ease

csstox - Convert CSS snippets to React Native / JSS stylesheet objects with ease

9
Comments
1 min read
Completed JavaScript Data Structure Course, and Here is What I Learned About Graph (+ Dijkstra Algorithm).

Completed JavaScript Data Structure Course, and Here is What I Learned About Graph (+ Dijkstra Algorithm).

73
Comments 5
10 min read
React hooks with TypeScript

React hooks with TypeScript

32
Comments 1
3 min read
Arrow function do JavaScript, feliz e simples?

Arrow function do JavaScript, feliz e simples?

56
Comments 3
5 min read
Two Ways To Check For Anagrams in JavaScript

Two Ways To Check For Anagrams in JavaScript

11
Comments
5 min read
JavaScript String methods

JavaScript String methods

8
Comments
3 min read
Advanced TypeScript Exercises - Question 4

Advanced TypeScript Exercises - Question 4

40
Comments 7
1 min read
Things I learned While Developing Express-Kun (Backend Helpers for express app development)

Things I learned While Developing Express-Kun (Backend Helpers for express app development)

13
Comments
4 min read
Show Notifications in Foreground on Expo iOS Application!!

Show Notifications in Foreground on Expo iOS Application!!

10
Comments 1
2 min read
The Material-UI grid system

The Material-UI grid system

23
Comments
7 min read
Migrating React Components to Vue.js

Migrating React Components to Vue.js

36
Comments
7 min read
Add a Node to Your HTML with document.appendChild

Add a Node to Your HTML with document.appendChild

7
Comments 3
2 min read
Semantic tests with React Testing Library

Semantic tests with React Testing Library

19
Comments
9 min read
How do we unit test functions within a functional component?

How do we unit test functions within a functional component?

6
Comments 2
1 min read
🔥 Battle for the Bundling time: esbuild — a JavaScript bundler and minifier written on Golang

🔥 Battle for the Bundling time: esbuild — a JavaScript bundler and minifier written on Golang

69
Comments 1
4 min read
Catch Low-Hanging Accessibility Fruit with axe-core

Catch Low-Hanging Accessibility Fruit with axe-core

10
Comments
2 min read
Listen the dynamic HTML select field changes with MutationObserver API

Listen the dynamic HTML select field changes with MutationObserver API

5
Comments 1
3 min read
Top 10 Vue component libraries for 2020

Top 10 Vue component libraries for 2020

49
Comments
8 min read
Be a Problem Solver Challenge!

Be a Problem Solver Challenge!

5
Comments
3 min read
Vuex: why we need SPA state management

Vuex: why we need SPA state management

17
Comments
10 min read
Generate a Critical JavaScript Bundle Using Rollup

Generate a Critical JavaScript Bundle Using Rollup

8
Comments 1
3 min read
Writing a Functional Programming-Style map Function

Writing a Functional Programming-Style map Function

27
Comments 6
15 min read
What would be your choice of framework in 2020?

What would be your choice of framework in 2020?

5
Comments 1
2 min read
JavaScript Data Structures: Hash Table: Setup

JavaScript Data Structures: Hash Table: Setup

16
Comments
1 min read
Recreating Vue 3 Reactivity API (roughly)

Recreating Vue 3 Reactivity API (roughly)

84
Comments
10 min read
What are AOT & JIT Compiler in Angular ?

What are AOT & JIT Compiler in Angular ?

26
Comments 5
4 min read
"Uint8Array, we need to have a talk." -- IE11

"Uint8Array, we need to have a talk." -- IE11

5
Comments
3 min read
react-create-app devel server + subdomain + https

react-create-app devel server + subdomain + https

6
Comments
2 min read
How To Create A PWA With JavaScript

How To Create A PWA With JavaScript

120
Comments 4
6 min read
How is your approach to manage large form validations in React?

How is your approach to manage large form validations in React?

9
Comments 2
1 min read
Are classes hoisted in JavaScript?

Are classes hoisted in JavaScript?

4
Comments
1 min read
Angular-Testing-Library

Angular-Testing-Library

27
Comments 1
3 min read
Why don't you just put a tag on it

Why don't you just put a tag on it

7
Comments
3 min read
React and ActionCable

React and ActionCable

21
Comments
7 min read
Angular: Create Custom Dynamic Loader OR Spinner on HTML Element

Angular: Create Custom Dynamic Loader OR Spinner on HTML Element

4
Comments 2
6 min read
Creating a React code editor and syntax highlighter

Creating a React code editor and syntax highlighter

40
Comments 7
5 min read
How to replace arbitrary portions of HTML?

How to replace arbitrary portions of HTML?

6
Comments 8
1 min read
try Scheme instead of JavaScript for UI

try Scheme instead of JavaScript for UI

16
Comments 5
5 min read
Angular - Custom Webpack Config to use SvgDocGen plugin

Angular - Custom Webpack Config to use SvgDocGen plugin

9
Comments
4 min read
🎨 Micro Frontends, Chrome 80, JavaScript, DevPad and More — Weekly Picks #115

🎨 Micro Frontends, Chrome 80, JavaScript, DevPad and More — Weekly Picks #115

79
Comments
4 min read
5 JavaScript blogs for curious minds

5 JavaScript blogs for curious minds

74
Comments 2
3 min read
I had to build my own Markdown Editor because no tool was fast enough for me. 01:19

I had to build my own Markdown Editor because no tool was fast enough for me.

242
Comments 18
5 min read
loading...