Building GatherUply.com

Building GatherUply.com

Every Monday my indoor floorball group organized games through an old, ad-choked sign-up site that hadn't changed since the early 2000s. I got tired of it, so I built GatherUply.com using the same agent setup I wrote about last time...

Read more
Google Apps Script and ES Modules

Google Apps Script and ES Modules

Currently, Google Apps Script does not support ES modules - and any usage of export/import will fail. One way of handling this is to use rollup.js to bundle...

Read more