Beta Lister Release
Today I'm releasing an Android application named Beta Lister. It lists all available beta versions of installed applications on your device. Download available now.
Technology & Programming articles by Cretezy
Today I'm releasing an Android application named Beta Lister. It lists all available beta versions of installed applications on your device. Download available now.
Cloud 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 continuous delivery from GitHub.
Flutter, Google's portable UI framework, uses Dart for application code. My question today: What is the fastest way to parse JSON in Flutter?
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.
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.
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.
Last month, I released a new project. I was able to track 53% more views by replacing Cloudflare Web Analytics with a self-hosted solution (Plausible).
An AI-assisted security review pipeline for AUR packages, with version history, repository diffs, and evidence you can inspect.
A simple pattern for automatically copying ignored files like .env into new Git worktrees or Jujutsu workspaces, using your .gitignore as the copy list.