New blog domain: kula.blog

It's still work in progress but new posts will be published on  https://kula.blog/ Thanks to 11ty base blog RSS is working from the start so it should be easy to add to your reader if you still use any :) If now then I hope you can sign up to the newsletter where I'll be publishing new posts and interesting articles to it from time to time. Please use  kula.blog  from now on.

Book Review: NoSQL Distilled by Martin Fowler


This book spent a year on my desk. It had been recommended by two of my friends by it was intimidating enough to always find something more important or fun to read. 4 days ago I have decided to finally get rid of it from my desk :)

Turns out, most of the things that were interesting I have already knew from M101JS: MongoDB for Node.js Developers. I mean 'sharding' and 'replication' are the most fundamental knowledge about all databases so it was worth to read about them again, but still, nothing new. Fortunately there were also new ideas. First, CAP Theorem that was nicely explained and I finally understood the importance of setting how many clusters need to acknowledge the reads and writes. Second good thing was reading more about Map-Reduce in context of clustered databases.

Book is really short and is much easier to read than you might think.

Rating: 7/10

If you want to read in Polish: NoSQL. Kompendium wiedzy


Comments

Popular posts from this blog

How to use NPM packages from private repositories on bitbucket

How to simulate slow connection (developer proxy in Node.js)