I just wrote up the documentation for Underpin’s Array Helper methods and the Array Processor. I’ll probably work on the String helper methods next. But first, I’m going to get some shut-eye. So tired.
-
I Built an Indexing Platform For an External News Aggregation API
This was a fun, and challenging project that made extensive use of Underpin. It felt good to utilize the library in this context, and it was exciting to see it reliably work in-action.
-
Alex Standiford
I finished up the documentation that instructs people how to install Underpin using WordPress. I frequently get asked how to set up Composer in a WordPress install, so I took some time to add details on how to do that, too. Hoping this helps people get started.
-
Alex Standiford
Just wrote a ton of documentation on Underpin’s registry/collections API, full of tons of examples with sample code and everything. Hoping I can add to this next week sometime.
-
I’m Committing to Better Standards for Underpin
I want to make Underpin something that I can share with others better, and something that others feel comfortable with using. And that starts with taking ownership of the code, stabilizing it, and documenting it.
-
Underpin’s String Helper Can Now Convert strings to camelCase and PascalCase
I issued a minor release for Underpin today that introduces a way to convert strings to camelCase as well as PascalCase.
-
Coding Optional – Part 3: Get started making Blocks quickly with code
Are you ready to get started making Blocks on your clients’ websites? You can do this without being a coding expert. Join Alex in this 3 part series as he walks you through different ways to approach creating WordPress blocks. We’ll start with why you should consider creating and using Blocks compared to the Classic […]
-
Coding Optional – Part 2: Get started making Blocks quickly with plugins
Are you ready to get started making Blocks on your clients’ websites? You can do this without being a coding expert. Join Alex in this 3 part series as he walks you through different ways to approach creating WordPress blocks. We’ll start with why you should consider creating and using Blocks compared to the Classic […]
-
Coding Optional – Part 1: Get started making Blocks quickly
Are you ready to get started making Blocks on your clients’ websites? You can do this without being a coding expert. Join Alex as he walks you through different ways to approach creating WordPress blocks. We’ll start with why you should consider creating and using Blocks compared to the Classic Editor and help you get started quickly creating Blocks without code.
-
Three Tools To Make Your WordPress Plugin Extendable
Learn about hooks, decision lists, and middleware patterns, and how you can use each one to make your WordPress plugin extend-able