Import and Export SQLite Database in Expo Native and Web
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
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.
Building an offline app isn’t just about working without an internet connection. It should also let users back up...
In my previous react native sqlite series, I've shown how you can use different storage providers for your app, and most importantly how you can integrate expo-sqlite, test it and make it work from...
How to self host n8n behind tailscale and a practical use of n8n by adding a custom Ghost cms integration with MailerLite for new email subscribers....
How to use shared actions in Redux for resetting a global state when there are multiple reducers in play....
How to publish to app store if you don't own a Mac. Steps to publish the app. You need your laptop, patience and GitHub actions....
I love automating the publishing process for my Expo apps using GitHub. I already use GitHub for version control, it&...