My first published game, MagnetBox
I 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
I'm Charles (also known as @Cretezy), a software developer. I write about programming, personal projects, and more. I also play Counter-Strike.
I 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
git 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
React 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
As 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
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