

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

Geek / Programming / WordPress
WordPress Development On A Chromebook, Termux, & Neovim
So about 6 months ago I decided to make some changes to my personal development environment. I’ve been using a Chromebook as my primary machine since about 2013. I first purchased an Acer C710 for my wife to use but compared to our Macbook Pro it was a frustrating and subpar experience for her, not to mention she was a heavy Adobe Suite user. Since sharing the Macbook Pro was challenging I set out to use the Chromebook as me development machine. Originally I went with the crouton option. It was pretty sweet to have a full Linux environment alongside Chrome OS. I was then running a full LAMP environment with PhpStorm as my IDE. This worked OK, I had performance and stability issues at…

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…

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…

Doing It Right…Code Commits
As a developer there are industry standards and expectations that should be followed, especially in the open source world. Aaron Jorbin has got this spot on.