Publish Expo App to Google Play with GitHub Actions
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it&...
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it&...
Inconsistent versioning and forgetting to increment the expo app version? Not great after spending 20 minutes for an app build....
Cloudflare offers free hosting for static pages with Cloudflare pages. I use it to host my Docusaurus documentation. I could...
In my previous article, I explained how using conventional commit messages can automate various processes, such as generating changelogs, and automating version bumps. In this article, I'll show you how. You can automate your...
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...