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.
Detailed Guide to creating your own Create React App template

Detailed Guide to creating your own Create React App template

21
Comments
5 min read
Why I made a React Components library based on the concept of Neumorphism?

Why I made a React Components library based on the concept of Neumorphism?

65
Comments 9
2 min read
Building a Pokedex with Next.js

Building a Pokedex with Next.js

47
Comments
3 min read
Eliminating Partial Functions by Balancing Types in TypeScript

Eliminating Partial Functions by Balancing Types in TypeScript

9
Comments
3 min read
React Crash Course: Building React App using Hooks, Mobx, Typescript and much more

React Crash Course: Building React App using Hooks, Mobx, Typescript and much more

7
Comments
10 min read
Redux 101

Redux 101

94
Comments 6
6 min read
Working with a data model in Express

Working with a data model in Express

17
Comments
3 min read
Aurelia + Firebase = The Ultimate MVP Stack

Aurelia + Firebase = The Ultimate MVP Stack

38
Comments 3
3 min read
JavaScript Arrow Functions

JavaScript Arrow Functions

10
Comments
2 min read
🚀TOP Beginner ReactJS Resources 🎊2020🎊🚀

🚀TOP Beginner ReactJS Resources 🎊2020🎊🚀

159
Comments 2
1 min read
Optimise your Web Product performance

Optimise your Web Product performance

7
Comments 2
2 min read
How to create a Discord Bot.

How to create a Discord Bot.

7
Comments
1 min read
Safely access nested object with ES6 Destructuring

Safely access nested object with ES6 Destructuring

8
Comments
1 min read
My portfolio website

My portfolio website

9
Comments 7
1 min read
Reasons why you can get Error 0 during an HTTP Request

Reasons why you can get Error 0 during an HTTP Request

3
Comments
1 min read
Puppeteer timing. Jordan Teaches Web Scraping

Puppeteer timing. Jordan Teaches Web Scraping

8
Comments
5 min read
JavaScript: Everything From ES2016 to ES2019

JavaScript: Everything From ES2016 to ES2019

329
Comments 1
7 min read
toBe(Void 0) In A Unit Test

toBe(Void 0) In A Unit Test

5
Comments
2 min read
Creating Toast API with React Hooks

Creating Toast API with React Hooks

32
Comments
6 min read
Watch and Code: Javascript

Watch and Code: Javascript

37
Comments 2
2 min read
What should I use for native app development?

What should I use for native app development?

4
Comments 4
1 min read
Creating a package for Svelte

Creating a package for Svelte

78
Comments 12
6 min read
Object Destructuring in Javascript

Object Destructuring in Javascript

8
Comments
1 min read
My confusions about TypeScript

My confusions about TypeScript

80
Comments 70
4 min read
The Noise. It's everywhere.

The Noise. It's everywhere.

71
Comments 22
3 min read
How I Got Over My Fear of webpack

How I Got Over My Fear of webpack

64
Comments 7
4 min read
Probably the hottest code refactoring you ever saw 🔥

Probably the hottest code refactoring you ever saw 🔥

273
Comments 30
3 min read
5 things in web development I learned this year

5 things in web development I learned this year

497
Comments 33
3 min read
Type Inference in TypeScript

Type Inference in TypeScript

10
Comments
4 min read
Orchestrating animations with Framer Motion in React.js [Step By Step Tutorial with Examples]

Orchestrating animations with Framer Motion in React.js [Step By Step Tutorial with Examples]

9
Comments 1
1 min read
My Vanilla JavaScript Built-In Web Elements Collection

My Vanilla JavaScript Built-In Web Elements Collection

54
Comments 15
2 min read
Intro To Recursion In JavaScript

Intro To Recursion In JavaScript

12
Comments
3 min read
What is Big-O Notation? Understand Time and Space Complexity in JavaScript.

What is Big-O Notation? Understand Time and Space Complexity in JavaScript.

102
Comments 9
4 min read
Paradigmas de Programação

Paradigmas de Programação

19
Comments 3
4 min read
Turning off the lights

Turning off the lights

10
Comments
6 min read
My 2020 Predictions & Resolutions for Technology

My 2020 Predictions & Resolutions for Technology

5
Comments
4 min read
⏱ 10 Minute Tutorial: Creating a Serverless Express Web Server & API

⏱ 10 Minute Tutorial: Creating a Serverless Express Web Server & API

268
Comments 6
3 min read
Multiple SQL Inserts and Transactions with Objection Js

Multiple SQL Inserts and Transactions with Objection Js

12
Comments
4 min read
Make websites work offline - What are Service Workers and How to get a custom App Install button on the website.

Make websites work offline - What are Service Workers and How to get a custom App Install button on the website.

211
Comments 4
10 min read
Power in tiny libraries

Power in tiny libraries

68
Comments 23
1 min read
Svelte Needs A Virtual DOM

Svelte Needs A Virtual DOM

27
Comments 26
3 min read
Lazy Load Apollo Link in Apollo Client

Lazy Load Apollo Link in Apollo Client

7
Comments
2 min read
Completely Left Linux..for realz

Completely Left Linux..for realz

12
Comments 7
1 min read
Real time websockets connection 🔥 with Nodejs (Chat App example).

Real time websockets connection 🔥 with Nodejs (Chat App example).

83
Comments 12
8 min read
How To Create An App In 10min with PhoneGap + Tips

How To Create An App In 10min with PhoneGap + Tips

14
Comments 1
3 min read
Essential Javascript Interview Questions

Essential Javascript Interview Questions

45
Comments
495 min read
Reading Snippets [33 => Callback]

Reading Snippets [33 => Callback]

4
Comments
1 min read
React in real life ⚛️ - Simplifying with Context and Hooks

React in real life ⚛️ - Simplifying with Context and Hooks

85
Comments
3 min read
React.Fragment understand with simple words

React.Fragment understand with simple words

3
Comments
1 min read
How to Create a Simple React Countdown Timer

How to Create a Simple React Countdown Timer

185
Comments 18
4 min read
CRUD Operations in Modern JavaScript

CRUD Operations in Modern JavaScript

17
Comments 2
3 min read
Is it safe to use let or const in a <script> tag without a bundler?

Is it safe to use let or const in a <script> tag without a bundler?

5
Comments 4
1 min read
What is GraphQL - the misconceptions.

What is GraphQL - the misconceptions.

159
Comments 10
4 min read
Learn RxJS with this free book that I've written

Learn RxJS with this free book that I've written

174
Comments 3
1 min read
Memory Model in WebAssembly

Memory Model in WebAssembly

56
Comments 4
7 min read
Completed JavaScript Data Structure Course, and Here is What I Learned About Binary Search Tree.

Completed JavaScript Data Structure Course, and Here is What I Learned About Binary Search Tree.

15
Comments
6 min read
GTM vs gtag

GTM vs gtag

8
Comments
2 min read
Check if key exists in Dictionary/Object in Python vs Javascript

Check if key exists in Dictionary/Object in Python vs Javascript

5
Comments 2
1 min read
NodeSecure release v0.4.0

NodeSecure release v0.4.0

13
Comments
3 min read
BrewBot Pen

BrewBot Pen

5
Comments
1 min read
loading...