Where's Baldo?

To baldly go where others have gone before.

This Just In ...

Fun with IPX Errors and Next.js Plugin Issues on Netlify...

Cover Image for Fun with IPX Errors and Next.js Plugin Issues on Netlify...
Bug FixDebuggingHow-toNetlifyNext JSProgrammingWeb Development
:: 8 min read

If your Next.js site on Netlify suddenly starts throwing IPX errors or failing builds after dependency updates, this might help you fix it.

Recent Posts

Cover Image for Google Apps Script: 2 Caching Methods You Need to Use!
Apps ScriptCaching StrategiesGoogleHow-toJavaScriptProgramming
:: 7 min read

Google Apps Script: 2 Caching Methods You Need to Use!

Apps Script imposes execution time limits, which can cause issues. In this post I'll show you how to vastly improve your code efficiency via 2 caching methods.

Cover Image for Google Sheets: Use Built-in Functions to Fetch JSON API Data
Apps ScriptData ProcessingGoogleHow-toSpreadsheetsTutorial
:: 8 min read

Google Sheets: Use Built-in Functions to Fetch JSON API Data

In this post I show you how to fetch JSON data from an API, in Google Sheets, without requiring additional auth scopes, and without having to set up triggers in Apps Script.

Cover Image for Using LAMBDAs in Google Sheets to Create Filler Data
Data ProcessingGoogleHow-toLAMBDASpreadsheets
:: 10 min read

Using LAMBDAs in Google Sheets to Create Filler Data

Google Sheets LAMBDAs are a bit of a strange beast. In this post I'll try to make their use clearer, by showing you how to use them to create filler data for queries.

Cover Image for In a World with AI, Where Will the Future of Developers Lie?
AIConversationOpinionProgrammingTechnology
:: 7 min read

In a World with AI, Where Will the Future of Developers Lie?

A lot has been said about the future of AI and how it will affect the job market. In this post, I give my prediction of what the next generation of developers will be.

Cover Image for Google's Decision to Effectively Kill-off Small Sites
BloggingGoogleOpinionSEOSearch Engines
:: 6 min read

Google's Decision to Effectively Kill-off Small Sites

Google's recent 'Helpful Content Update' has been anything but helpful, and has seen many actually helpful sites get buried in the SERPs. Time to finally ditch Google?

Cover Image for Odd Behaviour with Alternating Colors in Google Sheets
Apps ScriptBug FixDebuggingFormattingGoogleSpreadsheetsTroubleshooting
:: 5 min read

Odd Behaviour with Alternating Colors in Google Sheets

Using Alternating colors (bandings) in Google Sheets can make your data much more readable, but they have some unexpected behaviour that had me scratching my head recently...