Take-Home Test Review: An Uncanny Rejection
Updated: Tuesday, Nov 26, 2024This take-home coding assessment was a discouraging experience. Here's why, and how I believe companies can improve this process for candidates. [...] Read More.
This take-home coding assessment was a discouraging experience. Here's why, and how I believe companies can improve this process for candidates. [...] Read More.
Growing a career as a software developer is a challenging and rewarding effort. Here's some things that have proven to help me along my own journey. Perhaps they'll help you also. [...] Read More.
If you're looking to revalidate a Next.js page automatically after a WordPress post update, read on! The technique can be applied to any back-end using Next.js for the front-end, hosted in a Kubernetes cluster. [...] Read More.
There's a murmuring of AI "taking jobs" from software developers, graphic designers, musicians, and the like. Whether it's GPT-3, GPT-4, or the next iteration of machine learning, one thing is true: it's evolving. [...] Read More.
The Scenario: You’re working in VS Code. You’re working on a WordPress project on a remote staging server (hopefully you’re not doing this on production 😅) You’d like to use PHP_CodeSniffer to lint your PHP. You’d like to leverage WordPress Coding Standards (WPCS) as your [...] Read More.
Internet Explorer, amirite? While building a medium-traffic WordPress + Gatsby site, I reviewed analytics to see how much Internet Explorer support I needed to provide. We had about 0.02% of visitors using IE in the past year, so a very small drop in the bucket. However, visitors are visitors, and I wanted to be [...] Read More.
If you’ve worked with the Google My Business admin interface, you know that tracking down specific details (especially when working with hundreds of listings) can be a daunting task. [...] Read More.
Check out the Video Placeholder Generator. This is a frontend utility that can help you quickly generate a URL to fetch a video thumbnail. [...] Read More.
Occasionally I need to spend time investigating an installation to determine: What code is still needed?” Sometimes I’m working with a lean code base that powers a small 5-page installation. Those projects are easy because spending a few seconds manually checking the resulting website is enough to conclude whether some CSS definitions can be safely [...] Read More.
Preview your posts and pages on social media. Validate your pages’ HTML with W3C’s Validator, or check PageSpeed with Google’s PageSpeed Insights. Access these tools quickly from within wp-admin, without needing to copy/paste multiple URLs each time to see your results. [...] Read More.