JavaScript 30 – Day 4: Array Cardio 1
This is my recap post for Day 4 of the FREE JavaScript 30 online video course by Wes Bos. The task is to internalize prominent JavaScript array functions.
JavaScript 30 – Day 3: CSS Variables and JS
This is my recap post for Day 3 of the FREE JavaScript 30 online video course by Wes Bos. The task is to use JavaScript to manipulate CSS variables.
JavaScript 30 – Day 2: CSS + JS Clock
This is my recap post for Day 2 of the FREE JavaScript 30 online video course by Wes Bos. The task is to build a clock with vanilla JavaScript and CSS only.
JavaScript 30 – Day 1: JavaScript Drum Kit
This is my recap post for Day 1 of the FREE JavaScript 30 online video course by Wes Bos. The task is to build a JavaScript drum kit.
Using HTML5 Data Attributes
HTML5 introduced custom data attributes. In this post, I discuss how to efficiently work with data attributes in both JavaScript as well as PHP context.
Benchmarking Yarn
I my first post about Yarn, I promised a follow-up about and including first real-world tests. In this post summarize benchmarking Yarn on a public package.
Yarn: Yet Another … Package Manager
Facebook open sourced Yarn, a new dependency manager for JavaScript. This post includes everything relevant I read about it.
Using ESLint for WordPress Projects
Want to know (and improve) the quality of the JavaScript code in your WordPress projects? Use ESLint for this, and respect the WordPress Coding Standards.