Tag JavaScript

VSCode Chrome Debugger and Gutenberg

While working on a recent issue in Gutenberg, I needed to do some javascript debugging. Normally I'd just do this in Chrome using the dev tools, but I decided to see if I could get the VSCode Chrome debugger working to be able to do it directly inside the IDE.

Some Useful Reusable Functions in Google Sheets Scripts

Google Apps Script code sample
When working on the simple work order system for my friend, I found a few places where the built-in Google Apps Script classes didn't have methods that did what I needed. There were also situations where I was making the same long chain of method calls over and over. So I wrote a couple of helper functions to facilitate simplifying these other parts of the script.