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...
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 have used GitHub pages, since my documentation is hosted on GitHub. I hadn’t considered it...
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....