A place to expand your knowledge of Google Workspace, learn new Google Sheets formulas and tricks, and automate the boring stuff with Google Apps Script.
More?! Well, I also explore front-end development (JavaScript, HTML, CSS) and dive into other Google Cloud products like Firebase, and all the fancy Google APIs like Maps, Document AI, Chat, Admin Directory and so… so much more.
You can select from the 3 main categories below and see what I have been writing lately. In the sidebar, you can select a category item or use the search bar in the top right.
Want some more structured content? Head over to my courses pages for FREE and quality courses to upskill than grey mush 🧠! Need a handy solution for Google Sheets? Check out my products page or my list of Google Workspace Add ons.
All Posts
Latest Posts
Setup Google Apps Script Word Completion in Sublime Text
When working on Google Apps Script projects locally with CLASP, it can be handy to have text completion for the Apps Script classes and methods. I’m currently shopping for a new IDE or text editor (the developer’s existential crisis) and have decided to pick up Sublime Text again after a 9-year hiatus after a mediocre … Continue reading "Setup Google Apps Script Word Completion in Sublime Text"...
CLASPALL – Update Multiple Apps Script Projects From a Single Source
CLASPALL is a command line app that runs with CLASP, allowing you to update multiple Google Apps Script projects from a single core project file. When developing for clients I typically have 3 separate projects: Development Testing Production CLASPALL allows me to update my Testing and Production projects from my Development project with a single … Continue reading "CLASPALL – Update Multiple Apps Script Projects From a Single Source"...
Extracting the Valid Workdays Between Two Dates in JavaScript
Given a start date, end date, weekends and, holidays we will extract the valid workdays between two dates in JavaScript in this tutorial. Sometimes we need to work backward from a date range and extract all the valid workdays within that range. Of course, we will need to exclude holidays and also days off for … Continue reading "Extracting the Valid Workdays Between Two Dates in JavaScript"...
Calculate the Workday End Date in JavaScript
Given a start date, number of days, and holidays, this script calculates the end date of a workday period using JavaScript. If you are looking to get a list of workdays in a range, then check out this tutorial: Extract Workdays From a Date Range in JavaScript...
Extracting Overlapping date ranges between 2 Date Ranges with JavaScript
I recently had a project where I had to extract the date range between two sets of overlapping date ranges in JavaScript*. Let’s say our user wanted to see any overlapping date ranges between "2024-09-01" and "2024-09-16". For the following set of date ranges: "29 August 2024" – "18 September 2024" "3 September 2024" – " 10 … Continue reading "Extracting Overlapping date ranges between 2 Date Ranges with JavaScript"...
Courses
A growing list of free and paid course: