Category
Programming
-
2021
-
How to send Laravel Vapor logs to Papertrail
-
How to test Stripe Checkout and Customer portal with Laravel Dusk
-
2020
-
How to autowire a standalone Symfony console application
-
Thoughts on type safety with WordPress
-
Designing a system: WP-CLI commands
-
Using static factory methods with Laravel models
-
Standardizing Laravel model attribute names using constants
-
Using the chain-of-responsibility pattern to hash WordPress passwords
-
2019
-
Improving a system: Different types of WordPress admin pages
-
How to approach object-oriented programming with WordPress
-
Designing a system: WordPress admin pages
-
2018
-
Introduction to WordPress acceptance testing
-
How do you start unit testing existing WordPress code?
-
PHP reflection API fundamentals
-
Designing entities using WordPress custom post types
-
Designing a class to represent a WordPress meta box
-
What is software complexity and how can you manage it?
-
Designing a system: WordPress REST API endpoints
-
2017
-
Using dependency injection with WordPress
-
Designing a class representing a WordPress admin page
-
How to use placeholders for WordPress translations
-
Beginner’s guide to regular expressions
-
Using the static factory method pattern with WordPress
-
How does a PHP application work?
-
Designing a class to generate HTML content in WordPress
-
Dependency inversion principle and WordPress
-
How I setup my 2016 MacBook Pro
-
Coupling and cohesion in WordPress and beyond
-
2016
-
How to use the static keyword with WordPress
-
Mastering the use of PHP conditionals
-
Importing data into WordPress using the strategy pattern
-
Designing a class to create complex WordPress queries
-
How to use PHP array functions instead of loops
-
Designing a class to build simple WordPress queries
-
Designing a class to assemble plugin classes
-
PHP strings and how to format them
-
WordPress for the adventurous: WP_Query class
-
The importance of naming in programming
-
Designing a system: WordPress event management
-
2015
-
Designing classes that use the WordPress plugin API
-
Designing a class to manage WordPress posts
-
Introduction to WordPress unit testing
-
Designing a system: WordPress routing
-
WordPress for the adventurous: Plugin API
-
Designing a class around WordPress hooks
-
WordPress for the adventurous: Rewrite API
-
Saving WordPress custom post types using an interface
-
WordPress for the adventurous: Loading