Social Icons

Ana's Dev Scribbles

Hi, I'm Ana and welcome to my dev blog. I share insights and practical solutions to coding problems that I face at work or my hobby dev time. Subscribe for new articles and check out my latest tutorials on YouTube.

Don't miss out and subscribe to my newsletter, or explore other ways to follow my content.

1 min read

Debug Github Actions Tips

Debugging GitHub actions, or any kind of CI runner, is time consuming. I usually mess up secrets that depend on exact structure, like private keys. First tip: use base64 to encode and decode secrets. Also, watch...

2 min read

Configure App Subscriptions for App Store

T0 monetize your app in App Store, first step is to configure subscription/app pricing or in-app products in App Store Connect. Select your app and select Subscriptions from the sidebar. Like the notification at the...