Where's Baldo?

To baldly go where others have gone before.

This Just In ...

Using LAMBDAs in Google Sheets to Create Filler Data

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

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.

Recent Posts

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...

Cover Image for How to Redirect URLs with Netlify
How-toNetlifyProgrammingTutorialURL RedirectsWeb Development
:: 5 min read

How to Redirect URLs with Netlify

Netlify has built-in support for URL redirection and rewrites, and it's super simple to use. In this post, I'll show you how to use them.

Cover Image for Is Hosting on Netlify Going to Bankrupt you?
HostingNetlifyOpinionPricingWeb Development
:: 4 min read

Is Hosting on Netlify Going to Bankrupt you?

A recent story about a dev's experience with Netlify's pricing has caused a stir in the web dev community. Like many others, I'm now questioning my own loyalty to them...

Cover Image for Develop Google Apps Script Code in Your Local Code Editor
Apps ScriptGoogleHow-toJavaScriptProgrammingSpreadsheetsVS Code
:: 7 min read

Develop Google Apps Script Code in Your Local Code Editor

In this post, I'll dive into the super simple way you can use Visual Studio Code to develop Google Apps Script code right from your local machine!