

Technical Architect
A Christ-follower, husband, father, and WordPress Developer with Forum One.
Similar Posts

WordCamp GR 2017 – WP-API: The Good, the Bad, and the Ugly – J Andrew Scott
J Andrew Scott – http://rubberchickenfarm.com/ History of APIs RSS Advantages Fast & reliable Easy to consume Almost no technical footprint Disadvantages Read-only Static content No authentication No user-driven content (i.e. comments, favorites, etc) DIY API Advantages Dynamic content User-driven content App & user authentication Roles & permissions based Connected applications Disadvantages DIY OAuth Redundant URI scheme Mediocre performance Large technical footprint WP-API Advantages Succinct URI scheme Improved performance Small technical footprint Available in WordPress core Disadvantages Granular transactions No batch uploads Increased number of API calls What once required 2 web servers now required 12-15 servers WP-API Disadvantage Factors & Solutions Number of content types Solution: consolidate endpoints Volume of individual API calls Solution: batch processing endpoints Frequency of individual API calls Solution: page-level caching Lessons…

Enterprise API Development…Navigating The Battlefield
Right now at work I’m the lead on a project to establish a new vendor API. Unfortunately there were decisions made on key specifications of how the API was to be developed before it was handed to me. Where I work there is a lot of legacy standards and so it’s challenging to introduce new technologies as a standard. I do see that there is a constant struggle between what APIs are needed internally versus externally, for B2B integrations. I’m always looking to try to balance this out whenever I can.

Development / Geek / Programming / Tech / WordPress
Talking WPRig and Theming in the Gutenberg Era with Morten Rand-Hendricksen
This month we’re taking a look at the WPRig WordPress framework from its developer Morten Rand-Hendricksen. This will be a live remote presentation with Q&A as time allows. If you want to learn more ahead of the meetup, follow this link https://wprig.io/ “Pave the cowpath” – WordPress could be the thing that paves the cowpath for the modern web, but it isn’t. Underscores used to be the starting theme do build off of, but there was no real standard, and modern, build process. Build Process Modern JavaScript Modern CSS (customer properties, etc) WordPress Coding Standards Code Linting for PHP, JS, CSS Automatic internationalization Code and asset optimization Starter Theme Accessible Modern best-practices Styled out of the box Minimum required files Optional templates Progressive features Gutenberg New…

Daily Thoughts / Family / Geek / Life / Parenting / Programming / Tech / Work
Being A Developer For Life…Can I Keep It Up?
photo credit: LeeroyBy now you’ve probably seen the viral clip of a father getting interrupted by his children while giving a live interview on BBC. Working parents everywhere, especially remote workers, could identify with the humorous embarrassment of the situation. Even those who have had pets interrupt Skype calls know the feeling. You want to… via Hacker News Question: Developers with kids, how do you skill up? — WordPress Tavern I’ve had many discussions with one of my good friends and fellow developers on this very subject. The key is keeping it all in balance and managing the priorities. It is tough sometimes, and I have to realize that I can’t do it all, but I also have to keep in mind that I can accomplish…

Featured / Geek / IndieWeb / Social Networking / Tech
Fixing OpenLiteSpeed Caching for ActivityPub on WordPress
After some conversation with others on #Mastodon about other caching issues with #ActivityPub & #WordPress it was revealed that it came down to the Accept headers being received by requests to the caching services. The caching services could be things like #Cloudflare or web servers such as #OpenLiteSpeed, or even WordPress caching plugins. In my case I use the OpenLiteSpeed web server caching and I started digging into how caching works in OpenLiteSpeed and how I could fix it for my WordPress site.