Third Week Updates
For the third week, I start with familiarizing myself with carrying out create, read, update and delete operations on the CouchDB database. This involves sending HTTP requests using the Poco library. I learnt to use the “If-Match” header to retrieve a document’s revision so that I can perform update operations more easily, instead of having to retrieve the revision each time I want to update a document. Also when sending new requests, it is good to reuse the request that Read more