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 a .worktree-copy config file.
Read post
5 posts
A simple pattern for automatically copying ignored files like .env into new Git worktrees or Jujutsu workspaces using a .worktree-copy config file.
Read post
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).
Read post
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 post
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 post
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.
Read post