An Introduction to Unit Testing (for WordPress)
Talking about “testable code” is usually done in the context of unit testing. Writing testable code thus requires understanding unit testing. Learn it now.
Disable User Admin Language in WordPress
So you want to disable the new User Admin Language feature introduced in WordPress 4.7? Well, this post shows how to do this.
Using Custom Formats in TinyMCE
This is a short post about custom formats for the TinyMCE editor. Oftentimes, these formats are what you should be using instead of shortcodes.
WordCamp Geneva 2016: Recap
This is my recap post of WordCamp Geneva 2016, my second foreign WordCamp, and my first one in Switzerland.
Don’t Blindly Trust Premium Products
Want to read some rant on poorly written premium stuff? Go ahead then…
Adorable Avatars for WordPress
Are you looking for a WordPress plugin that integrates with the Adorable Avatars avatar placeholder service? Look no further. This is it.
WordCamp Cologne 2016: Recap
A WordCamp is not over until you blog about it. So, here is my recap post of WordCamp Cologne 2016 that just happened as a true BarCamp.
WordPress REST API Content Endpoints
Helen Hou-SandĂ, WordPress 4.7 release lead, wants to evaluate the usefulness of the current WordPress REST API merge proposal. This is my opinion on this.
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.