Joel Codes
Programming Videos and Tutorials. Mostly about JavaScript, React, and Node.js
How High-Yield Savings Account can LOSE MONEY
Dungeon Sweeper: A Knights Adventure -- Game Trailer
Const vs Immutable (Plus Shallow vs Deep) #JavaScript
⛅ Smart Routing with Cloudflare Workers and Webpack (extra credit) #Serverless
⛅ Key-Value Storage With Cloudflare Workers KV #serverless (lesson 4)
⛅ Making API Calls From a Cloudflare Worker #serverless (lesson 3)
⛅ Cloudflare Workers as a Web Server (with Webpack) #serverless (lesson 2)
⛅ Getting Started with Serverless Cloudflare Workers on The Edge (lesson 1)
🧠 I Code Differently Depending on These 5 Project Types
FREE JamStack / Static Site Hosting with Keybase.io (Bonus CUSTOM DOMAIN NAME)
Custom Array Sort Algorithms in JavaScript
This Week In JavaScript by Joel - 2020-10-16
FUNCTION OVERLOADING IN JAVASCRIPT
I Set Up MY OWN PERSONAL CDN using AWS S3 and Cloudflare to serve STATIC FILES
This Week in JavaScript by Joel 10/8/2020
This Week in JavaScript 9/30/2020 by Joel
Asynchronous tasks inside React.useEffect can create Stale Closure BUGS!
Be Cautious of React.useEffect Race Condition Bugs | JavaScript
Let's create the KONAMI CODE AS A REACT HOOK - JavaScript
Configuring VSCODE DEBUGGER for Create React App (CRA) - no more console.log | JavaScript
8 Methods to Find, Search and Filter JavaScript Arrays
SOLVING FETCH ANTI-PATTERNS that make debugging difficult
Make your own custom STATIC SITE GENERATOR with NodeJS | JavaScript
INVERT IF STATEMENTS and EARLY RETURNS to improve your code readability
TREAT JAVASCRIPT'S `THIS` AS A FUNCTION ARGUMENT
3 SIMPLE TRICKS FOR RECURSION OVER A TREE STRUCTURE in JavaScript / NodeJS
CREATE AN INSTANT HTTP SERVER for local host development or create a public URL for clients
CLUSTER MULTI THREADED NODEJS -- Run threads in parallel to speed up long processes (CORRECTED)
CUSTOM REACT STATIC SITE GENERATOR (Live Coding) [Part 2] | JavaScript | NodeJS
CODE FASTER WITH VSCODE CODE SNIPPETS which auto complete common boilerplate code