July 18, 2022July 18, 2022My first published game, MagnetBoxLATESTI released my first small game, for a game jam! Well, it was released April 13th, just took me a while to get around writing a post here. Play it now.Read article
July 18, 2022My first published game, MagnetBoxLATESTI released my first small game, for a game jam! Well, it was released April 13th, just took me a while to get around writing a post here. Play it now.Read article
January 26, 2021January 26, 2021Become a git stash progit stash is a very useful feature in git allowing you to 'stash' away changes for later. This post goes over the most common commands and tricks.Read article
January 26, 2021Become a git stash progit stash is a very useful feature in git allowing you to 'stash' away changes for later. This post goes over the most common commands and tricks.Read article
November 30, 2020November 30, 2020React Query + Axios for authenticationReact Query is a great library. It provides an API similar to the Apollo GraphQL client, but in a backend-agnostic design. This post looks into hooking up the Axios HTTP library to authenticate API calls.Read article
November 30, 2020React Query + Axios for authenticationReact Query is a great library. It provides an API similar to the Apollo GraphQL client, but in a backend-agnostic design. This post looks into hooking up the Axios HTTP library to authenticate API calls.Read article
May 19, 2020May 19, 2020Flutter JSON vs Protocol Buffer: Benefits and performanceAs discussed in the last post on Flutter JSOn decoding performance, we saw that parsing JSON on the main thread is usually the right choice. Today, we'll look at Protocol Buffers to increase performance further.Read article
May 19, 2020Flutter JSON vs Protocol Buffer: Benefits and performanceAs discussed in the last post on Flutter JSOn decoding performance, we saw that parsing JSON on the main thread is usually the right choice. Today, we'll look at Protocol Buffers to increase performance further.Read article
May 17, 2020May 17, 2020Flutter JSON parsing: What is the fastest?Flutter, Google's portable UI framework, uses Dart for application code. My question today: What is the fastest way to parse JSON in Flutter?Read article
May 17, 2020Flutter JSON parsing: What is the fastest?Flutter, Google's portable UI framework, uses Dart for application code. My question today: What is the fastest way to parse JSON in Flutter?Read article
June 24, 2019June 24, 2019Cloud Run + Cloud Build for MonoreposCloud Run is a "serverless container compute platform" running on Google Cloud. We'll look into setting it up with a monorepo with Next.js and Node.js, with continous delivery from GitHub.Read article
June 24, 2019Cloud Run + Cloud Build for MonoreposCloud Run is a "serverless container compute platform" running on Google Cloud. We'll look into setting it up with a monorepo with Next.js and Node.js, with continous delivery from GitHub.Read article
June 19, 2019June 19, 2019Beta Lister ReleaseToday I'm releasing an Android application named Beta Lister. It lists all available beta versions of install applications on your device. Download available now.Read article
June 19, 2019Beta Lister ReleaseToday I'm releasing an Android application named Beta Lister. It lists all available beta versions of install applications on your device. Download available now.Read article