The Gutenberg Development Course by Zac Gordon
In this post, I briefly review the new Gutenberg Development course by Zac Gordon. Hint: It is awesome, and you should sign up for it right away.
Event Listeners and Business Logic
In this post, I want to share a simple, yet effective best practice when it comes to (JavaScript) event listeners, and code reuse.
JavaScript 30 – Day 12: Key Sequence Detection
This is my recap post for Day 12 of the FREE JavaScript 30 online video course by Wes Bos. The task is to detect a given key sequence in the user input.
JavaScript 30 – Day 17: Sorting Without Leading Articles
This is my recap post for Day 17 of the FREE JavaScript 30 online video course by Wes Bos. The task is to sort a string array but ignore leading articles.
Displaying HTTP Headers in Your Browser
So you are curious what headers you can get from a specific (maybe your own) website? Well, you can list them directly in your (modern) browser. Here’s how.
JavaScript 30 – Day 8: HTML5 Canvas
This is my recap post for Day 8 of the FREE JavaScript 30 online video course by Wes Bos. The task is to paint with your mouse on an HTML5 canvas element.
JavaScript 30 – Day 7: Array Cardio 2
This is my recap post for Day 7 of the FREE JavaScript 30 online video course by Wes Bos. The task is to explore new JavaScript array functions.
JavaScript 30 – Day 6: Typeahead
This is my recap post for Day 6 of the FREE JavaScript 30 online video course by Wes Bos. The task is to realize an input with typeahead functionality.
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.
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.