Social Icons

CI/CDA collection of 8 posts

Continuous integration and delivery in practice: GitHub Actions, versioning, release automation, and deployment patterns that reduce manual steps.

2 min read

How to Debug Expo EAS Builds

When working with Expo EAS cloud builds, I often run into similar issues like I do with GitHub actions, and debugging takes equally slow. Fortunately, I can ssh to Expo cloud runner. There are many reasons...