Automate Expo App Versioning with GitHub and Release Please
Inconsistent versioning and forgetting to increment the expo app version? Not great after spending 20 minutes for an app build....
Inconsistent versioning and forgetting to increment the expo app version? Not great after spending 20 minutes for an app build....
When I first started professionally programming in a team, one of the first articles I had to read and memorize was How to Write a Git Commit Message by Chris Beams. And since then I used...
I created a custom Github action that deploys a static website to s3, and I want to point out a...
In development I like to use containerized databases. Recently I've been working on a micro service project that...
I'm awkward to say I spent a few hours to get gh pages going locally on my computer. Github pages are ran with Jekyll. Jekyll is a Ruby based static site runner. I never...