RSSAmplifier

Blog

Cretezy — Technology & Programming

Technology & Programming articles by Cretezy

cretezy.comRSS feed ↗9 posts

Latest posts

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.

Cloud Run + Cloud Build for Monorepos

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 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?

Flutter JSON vs Protocol Buffer: Benefits and performance

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 + Axios for authentication

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.

Become a git stash pro

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.

Self-hosted analytics: How to track 53% more views

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).

Reviewing the Arch User Repository with AUR Security

An AI-assisted security review pipeline for AUR packages, with version history, repository diffs, and evidence you can inspect.

Auto-copy files when creating Git worktrees or Jujutsu workspaces

A simple pattern for automatically copying ignored files like .env into new Git worktrees or Jujutsu workspaces, using your .gitignore as the copy list.