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

Always On The Lookout For New And Healthy Recipes – Greek Wrap
This Greek roasted red pepper wrap by Maebells‘ is made simply by rolling up roasted red pepper, spinach, cucumber, goat cheese, feta, olives and green onions together. This version of the recipe calls for a whole grain wrap, or use a gluten-free substitute if needed. These veggie wraps are delicious served with a side of hummus for dipping. Print Greek… via Recipe: Greek Roasted Red Pepper Wrap — Under Armour

Geek / Programming / Tech
If Money Were No Object, What I’d Choose For My Next Developer Machine
These days I’m sporting an HP Chromebook 13 G1 which has mostly been a good machine. Seems like even with 8GB of RAM I still end up with some freeze ups when I’m plugging in or unplugging my USB-C dock. It’s rather frustrating but fortunately Google Chrome is designed to recognize abrupt closes and can recover. I used to run in developer mode but now since I can run Android apps I’m using Termux with a Linux shell and Neovim as my IDE. I’m still working out the best setup for Neovim but so far it’s serving me well. So back to the premise of this post and the main image. If I had the finances to support it I’d want my next machine to…

Development / Featured / Geek / Programming / Tech / WordPress
WordPress Meetup – February 2019
Show & Tell Grammarly – Proofreading Google Docs – for writing Zoho – online productivity suite Invoicely – Small business client management & automation Plutio – Project management WordPress.org Favorites – When installing new plugins you can use favorites and use any WordPress.org username. WordPress Plugins TablePress Advanced Custom Fields Block Lab WordPress Themes Hestia WordPress Theme Development Foundation 6 JointsWP FoundationPress WordPress Management WP All Import DVS, Grand Rapids, MI

Talking to Other Sites with the WP HTTP API – Topher DeRosia
Why Talk To Other Sites? Ask them questions – Getting Data Tell them things – Process Requests. How is This Done? GET – wp_remote_get() POST – wp_remote_post() HEAD – wp_remote_head() Cache API Content WordPress Sites (/wp-json) – pull public WordPress site data

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…


