One of the ways JavaScript developers debug their code is by using console.log to figure out what the output of a particular variable or condition is. But, what if there is a better way of using this function to give us a better developer experience... (more…)
Read more »
Brendan Eich is the creator of JavaScript and co-founder of Mozilla and Brave. Please support this podcast by checking out our sponsors:- The Jordan Harbinge... (more…)
Read more »
In just over an hour, I coded a TodoMVC App with modern (ES6+) vanilla JavaScript. The comparison to the previous JS TodoMVC from 6 years ago was shocking! (more…)
Read more »
By @wagslane (twitter) JavaScript and Java confuse many new programmers. They sound so similar, so one might think they have the same use-cases, or perhaps the same company created both languages. Neither of those hypotheses is true! Let’s go over the dif... (more…)
Read more »
Coders often default to log errors. This is a bad habit. Learn how to build a beautiful structure to bulletproof your Error handling. (more…)
Read more »