I recently decided I wanted to make an indie game. I have had this idea for a while and I think it's...
I recently added some dialog options for my indie game, Dungeon Sweeper: A Knights Adventure and...
There are a lot of articles out there talking about best practices, patterns, principles, etc. When I...
Keybase offers secure messaging and file sharing. Included in the file sharing offering is 250GB of s...
JavaScript's Default Array Sort JavaScript's Array.sort defaults to a String sort. Thi...
Why Tailwind CSS Why Tailwind CSS is an interesting piece by swyx making the case fo...
JavaScript may not support Function Overloading, but we can simulate the behavior. What...
What is a CDN? According to Cloudflare a CDN is: A content delivery network (CDN) re...
This Week in JavaScript I talk about the things I found interesting. Hacktoberfest 2020...
Recently I had tweeted out a handful of #SadJavaScript comics....
Hacktoberfest If you aren't familar, Hacktoberfest is an annual event that occurs every Oc...
During this week in JavaScript, I found some Epic React training, a React framework for CloudFlare Wo...
It is pretty common for React's useEffect to introduce Race Condition Bugs. This can happen any t...
It might be easier to create your own static site generator than learn a new framework. In this vide...
https://joelnet.keybase.pub/cover-early-return.png
Problems with JavaScript's this are common. But changing your thinking about this as an argument to a...
There are a few simple tricks I use to help simplify the process of creating a recursive function. R...
Learn to use the tools http-server and serve to create an instant HTTP server for static content. Us...
My JavaScript that creates thumbnails for hundreds of files is taking too long. So I have decided to...
My JavaScript that creates thumbnails for hundreds of files is taking too long. So I have decided to...
Watch as I live code a Custom Static Site Generator using ReactJS. The audio after (52:10) went to s...
Watch as I live code a custom static site generator using JavaScript/Node.js. In this video, I take...
Visualizing Closures with the VSCode Debugger
Minute JavaScript - Apply Bind Call function methods
Minute JavaScript - indexOf, includes, find, and as a bonus findIndex
Minute JavaScript is a Fast format JavaScript Tutorial that gets straight to the point. Today's Topic: Array's reduce
Minute JavaScript is a Fast format JavaScript Tutorial that gets straight to the point. Today's Topic: Array's filter
Minute JavaScript is a Fast format JavaScript Tutorial that gets straight to the point. Today's Topic: Array's map
Minute JavaScript is a Fast format JavaScript Tutorial that gets straight to the point. Today's Topic: Array's forEach
Every MONOLITH and LEGACY APPLICATION started out, just like today, as "the new technology". The gro...