© 2022 Hashnode
Remember the song 'Cloud Number 9' by Bryan Adams? Well here's the video either ways... %[https://www.youtube.com/watch?v=QhO-4cCQSUU] In today's world we practically live in the cloud. Always connec…
I am using CouchDB & PouchDB for one of my projects. Now CouchDB is an amazing database that is specifically designed for offline-first applications. Has great replication support. So is insane…
Recently I have been exploring Couchbase Analytics service and finding out how it could be more useful and increase efficiency compared to Couchbase query service. Couchbase Analytics service comes wi…
I was having problem in establishing connection to Couchbase server in ec2 from my laptop using public ip in Couchbase java sdk. So for me, only way moving forward was creating maven project in ec2 in…
In my previous post I discussed the basics of setting up CouchDB and PouchDB, in this article I'd like to walk you through some common operations we perform on any database: CRUD (Create-Read-Update-Delete) with CouchDB. I'd also add some …
The silver bullet for building offline-first web apps is CouchDB. If you read my previous article about offline first, I mentioned 2 major considerations for offline-first thinking, "persistence" and "syncing", CouchDB provides you with bo…
In the course of my career, I've had to work with teams who had a functional software and wanted to make it offline-capable, other teams have engineers who have built very complex systems and just wanted to brute-force their software to wor…