boardgames

Here is a list of boardgames in the office and how to play guides. Access Sam’s full list of games here, and the other half’s collection here. Arboretum Azul Bears Vs Babies Carcassone Cat Lady Cat Tower Codenames Ticket to ride

Public Speaking – notes

Here are notes and further reading for the Public Speaking skills workshop. Miro board link Complicated diagram walkthrough Sample code slides Technical presentations blog Sketchnoting Human Cognition most people don’t read (it takes too much energy).  Reference: Thinking, Fast and Slow by Daniel Kahneman: Gestalt Principles How to look good on video calls Testing out… Continue reading Public Speaking – notes

BugHunterSam – update

It’s been 3 months since my last business update. So let’s spend some time reflecting on what’s happened. Moving on from a client It was only recently that I renogiated a new day rate with my existing client and I switched over to the mobile team. A few weeks after this happened the client decided… Continue reading BugHunterSam – update

Building wealth

I recently tweeted there are 2 ways to grow wealth and work toward financial independence. That is spend less and earn more. Now before you jump in and say, “3 – invest”, I view investing as part of earning more money. This blog post will go into more detail of how I do stuff under… Continue reading Building wealth

Published
Categorized as Finances

Performance testing API’s with async/awaits

I’ve got this serverless cloud function, you can read about how I built it here. Today’s blog is how I’d go about performance testing this API using async/awaits in Typescript. The API helper class Here is the GET API function: The performance test Here’s the performance test function, it spins up 10 concurrent instances to… Continue reading Performance testing API’s with async/awaits