<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Cretezy — Technology &amp; Programming</title><description>Technology &amp; Programming articles by Cretezy</description><link>https://cretezy.com/</link><item><title>Beta Lister Release</title><link>https://cretezy.com/2019/betalister-release/</link><guid isPermaLink="true">https://cretezy.com/2019/betalister-release/</guid><description>Today I&apos;m releasing an Android application named Beta Lister. It lists all available beta versions of installed applications on your device. Download available now.</description></item><item><title>Cloud Run + Cloud Build for Monorepos</title><link>https://cretezy.com/2019/cloudrun-monorepo/</link><guid isPermaLink="true">https://cretezy.com/2019/cloudrun-monorepo/</guid><description>Cloud Run is a &quot;serverless container compute platform&quot; running on Google Cloud. We&apos;ll look into setting it up with a monorepo with Next.js and Node.js, with continuous delivery from GitHub.</description></item><item><title>Flutter JSON parsing: What is the fastest?</title><link>https://cretezy.com/2020/flutter-fast-json/</link><guid isPermaLink="true">https://cretezy.com/2020/flutter-fast-json/</guid><description>Flutter, Google&apos;s portable UI framework, uses Dart for application code. My question today: What is the fastest way to parse JSON in Flutter?</description></item><item><title>Flutter JSON vs Protocol Buffer: Benefits and performance</title><link>https://cretezy.com/2020/flutter-json-vs-protobuf/</link><guid isPermaLink="true">https://cretezy.com/2020/flutter-json-vs-protobuf/</guid><description>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&apos;ll look at Protocol Buffers to increase performance further.</description></item><item><title>React Query + Axios for authentication</title><link>https://cretezy.com/2020/react-query-axios-authentication/</link><guid isPermaLink="true">https://cretezy.com/2020/react-query-axios-authentication/</guid><description>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.</description></item><item><title>Become a git stash pro</title><link>https://cretezy.com/2021/become-a-git-stash-pro/</link><guid isPermaLink="true">https://cretezy.com/2021/become-a-git-stash-pro/</guid><description>git stash is a very useful feature in git allowing you to &apos;stash&apos; away changes for later. This post goes over the most common commands and tricks.</description></item><item><title>Self-hosted analytics: How to track 53% more views</title><link>https://cretezy.com/2023/self-hosted-analytics/</link><guid isPermaLink="true">https://cretezy.com/2023/self-hosted-analytics/</guid><description>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).</description></item><item><title>Auto-copy files when creating Git worktrees or Jujutsu workspaces</title><link>https://cretezy.com/2026/worktree-copy/</link><guid isPermaLink="true">https://cretezy.com/2026/worktree-copy/</guid><description>A simple pattern for automatically copying ignored files like .env into new Git worktrees or Jujutsu workspaces, using your .gitignore as the copy list.</description></item></channel></rss>