Expo SQLite on the Web: LocalStorage, IndexedDB, and SQL.js
Article is about bridging my demo sqlite app to work in web, and extends the concepts and implementation detailed in...
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.
Article is about bridging my demo sqlite app to work in web, and extends the concepts and implementation detailed in...
To get your app approved by Apple, it needs to follow all the guidelines provided by Apple. Simple, right? But...
Cloudflare offers free hosting for static pages with Cloudflare pages. I use it to host my Docusaurus documentation. I could...
Lessons learned while managing my Next.js node loader as a solo maintainer, the importance of community contributions, and how to gracefully deprecate packages....
I say this guide would be for a masochist, because a normal person would just buy a ghost subscription, and...
While working with expo-sqlite, I ran into few challenges: database migrations, integration testing, and strange resource locks and connection exceptions....