DEV Community

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.
React - Closure that dependency!

React - Closure that dependency!

15
Comments 2
2 min read
Eliminate Circular Dependencies With Layered Modular Architecture

Eliminate Circular Dependencies With Layered Modular Architecture

1
Comments
2 min read
Hoisting in Javascript

Hoisting in Javascript

23
Comments 2
2 min read
MySQL

MySQL

1
Comments
3 min read
Writing Well-Structured Unit Test in TypeScript

Writing Well-Structured Unit Test in TypeScript

194
Comments 5
5 min read
Let’s Understand Chrome V8 — Chapter 6: Bytecode Generation

Let’s Understand Chrome V8 — Chapter 6: Bytecode Generation

Comments
6 min read
Lexicographical Rank of String-Naive Approach

Lexicographical Rank of String-Naive Approach

Comments
1 min read
Meta-Frameworks Roll Out

Meta-Frameworks Roll Out

3
Comments
3 min read
Building a To-Do List Application with Strapi and ReactJS

Building a To-Do List Application with Strapi and ReactJS

5
Comments
10 min read
Why useState hook returns array and not object? Let's create a custom hook to see

Why useState hook returns array and not object? Let's create a custom hook to see

7
Comments
3 min read
A new way to ship Codemods

A new way to ship Codemods

1
Comments
5 min read
Svelte Explained...

Svelte Explained...

2
Comments
3 min read
Javascript Tagalog - Equality & Strict Equality

Javascript Tagalog - Equality & Strict Equality

Comments
1 min read
Javascript Tagalog - For of Loop

Javascript Tagalog - For of Loop

Comments
1 min read
Javascript Tagalog - Alert

Javascript Tagalog - Alert

Comments
1 min read
Node.js TypeScript monorepo via NPM workspaces

Node.js TypeScript monorepo via NPM workspaces

1
Comments
4 min read
Don't Put Your Data In React

Don't Put Your Data In React

22
Comments
12 min read
Building a simple TikTok scraping API 🤖

Building a simple TikTok scraping API 🤖

12
Comments
3 min read
Did You Know JSON.stringify() Eat This Specific Value

Did You Know JSON.stringify() Eat This Specific Value

8
Comments 3
1 min read
TypeScript: Typing React useRef hook

TypeScript: Typing React useRef hook

4
Comments
4 min read
Build a Multi-Language Countdown Component

Build a Multi-Language Countdown Component

13
Comments 2
4 min read
Weekly Digest 32/2022

Weekly Digest 32/2022

6
Comments
3 min read
I Made a Web App to Showcase all your GitHub Projects 😍✨

I Made a Web App to Showcase all your GitHub Projects 😍✨

488
Comments 30
2 min read
How to test RTK Query with react testing library

How to test RTK Query with react testing library

27
Comments 6
6 min read
Advent of Code 2018 Day 2 Part 1 - Solution and Explanation

Advent of Code 2018 Day 2 Part 1 - Solution and Explanation

3
Comments
7 min read
loading...