Experienced web developer working at Wayleadr. Previously, technical lead at Batch, cloud engineer at Akeela, full stack developer at Comrad and Orion Health, and CS at Otago, NZ. Email me at fergusfrl@gmail.com.
Notion is Productivity Workspace tool I've been using recently. So far I've thoroughly enjoyed using the tool. I built a straight forward prioritized task list and I've been using it for a little over a week now. Here's how.
Continue ReadingWhen using multiple aggregate functions in PostgreSQL, the set of results is iterated through once. This is interesting behavior because it means that the order of the aggregated results is preserved across selection clauses. Looking at the output of the script below, we know that the three individuals are "George Martins", "Mary Wong" and "Amy Kelly".
Continue ReadingI recently deployed a website using Google Cloud Platform (GCP) Cloud Run. Cloud Run is very easy to use, all you need to do is Dockerise your application and the serverless Cloud Run will handle deployment and scaling behind the scenes.
Continue ReadingTesting Firebase Cloud Functions can be difficult, particularly background functions like PubSub, Authentication Triggered, Firestore Triggered and others. This guide will show you how to utilize the Jest testing framework to make asserting, mocking and spying against background cloud functions easy and robust.
Continue ReadingThis is a great hook which behaves similarly to useState but is stored on the browser local storage so state is persisted between sessions. With only minor changes, this hook can be adapted to session storage instead.
Continue Reading