Download PDF Redis Applied Design Patterns, by Arun Chinnachamy

Download PDF Redis Applied Design Patterns, by Arun Chinnachamy

After waiting for the very long time, currently ultimately it comes. A book that turns into one of the most waited products in this age! Guide that will certainly spread around the world! Obviously this publication is one that we advise for you. The best one as the very best thing to come together with! Currently, once again, the book is Redis Applied Design Patterns, By Arun Chinnachamy

Redis Applied Design Patterns, by Arun Chinnachamy

Redis Applied Design Patterns, by Arun Chinnachamy


Redis Applied Design Patterns, by Arun Chinnachamy


Download PDF Redis Applied Design Patterns, by Arun Chinnachamy

We assume that you will be interested to check out Redis Applied Design Patterns, By Arun Chinnachamy currently. This is a new coming publication from a very well-known author in this globe. No complicated rule, no complicated words, and also no difficult sources. This publication will certainly appertain sufficient for you. This analysis product tends to be an everyday analysis design. So, you could read it based on your needs. Reviewing to the end finished could offer you the huge result. As what other individuals do, numerous that checked out a book by finish could obtain the advantage entirely.

Well really to check out the book it's not just when you are in the college. Book is your best friend forever. It will not betray you. Furthermore, when you locate Redis Applied Design Patterns, By Arun Chinnachamy as guide to read, It will certainly not make you feel bored. Lots of people in this globe actually enjoy to check out the book that is created by this author, as exactly what this book is. So, when you really intend to obtain a great new thing, you could aim to be one part of those people.

Also this publication is finished with today variants of types; it will certainly not overlook to get to the compassion. To deal with this publication, you could find it in the link as provided. It will be readily available to link as well as check out. From this you can begin downloading and install and plan when to check out. As an ideal book, Redis Applied Design Patterns, By Arun Chinnachamy always refers to individuals requirements. It will not make opportunity that will not be related to your need.

If you like this sort of publication, just take it immediately. You will certainly have the ability to provide even more info to other people. You could additionally discover brand-new things to do for your everyday task. When they are all offered, you can create new atmosphere of the life future. This is some parts of the Redis Applied Design Patterns, By Arun Chinnachamy that you could take. When you truly need a book to check out, pick this publication as good reference.

Redis Applied Design Patterns, by Arun Chinnachamy

Product details

Paperback: 100 pages

Publisher: Packt Publishing (September 23, 2014)

Language: English

ISBN-10: 1783286717

ISBN-13: 978-1783286713

Product Dimensions:

7.5 x 0.2 x 9.2 inches

Shipping Weight: 8.8 ounces (View shipping rates and policies)

Average Customer Review:

2.3 out of 5 stars

4 customer reviews

Amazon Best Sellers Rank:

#935,806 in Books (See Top 100 in Books)

A while back Packt publishing placed a call for Redis experts to review this book.. As I've got experience with both Redis and reviewing books I volunteered to do a review of it. Now that I've had time to read, digest, and consider my thoughts on it it is time to review it.First Things FirstRight from the beginning I'll tell you I received an electronic copy of the book in order to do the review. Rest assured the only consideration that buys is me doing the review. I am not affiliated with this book in any and receive no additional consideration relating to it.I should also say I have some issues with the book. Primarily around the title and content. For me the phrase "design patterns" is a somewhat specific one. While you can't generally judge a book by it's cover you should be able to do so regarding it's content by it's title. In this case the title tells me I should expect to find design patterns for using Redis.I found none.Instead this book is essentially a "cookbook". There is a not-so subtle distinction between a collection of code samples implementing common things and a pattern which you can apply to requirements. Patterns are like guiding principles, recipes handle specific requirements. When stick with the theme of cooking, when you go to a cooking school you learn the fundamentals of flavor and how they combine. In a sense, this is learning patterns of cooking. Is your dish too sweet? By learning how to counteract, or complement, sweetness you can pick and choose from a variety of flavors and food qualities to achieve what you want. On the other hand a recipe is a specific set of instructions to achieve a specific goal.For example, Chapter titles include "Redis as a Caching Server" and "Redis in Social Networks", "Redis in Advertising Networks". These are not patterns, they are use cases. Nor do the chapters describe patterns and how they apply. This brings me to my second gripe about the book.Collection of Sample CodeThe book is essentially a collection of sample code implementations you can easily find on the Internet. Now I am not saying it is copy-pasta, just that it doesn't add to the "Redis Body of Knowledge". This type of book has it's purposes, but it in general should add new things rather than simply rehash existing ones under a new name.The lack of a cohesive theme to the book (one of the purposes of a title IMO) means each chapter is really a standalone web page. There is nothing other than Redis and sample code tying the book together. Thus the way it reads is like reading a dictionary. For me a book about design patterns, applied or otherwise, should read more like an encyclopedia.Should you Buy It?My recommendation would be no. There isn't anything here a trip to a search engine won't immediately turn up. The way this book is useful is if you have a specific use case you are looking to implement. If you have that level of detail you can easily use the right search terms to get it online. It isn't a bad book, just a poorly titled one without a coherent theme bringing it together. If you want to learn patterns on using Redis you'll have to read the recipes and find the common themes yourself.But you don't need this book to do that, and the way it is written doesn't help you do it. You would have better luck searching GitHub and reading code there.

Please read my longer review at http://cristian.regolo.cc/2014/11/29/review-redis-applied-design-patterns.htmlThe first pages of this book briefly introduce the reader to the NoSql way of thinking. Then the author provides a good collection of real-life use cases for Redis: cache management, autosuggest, leaderboards, notifications, real time analysis, and also more complex examples about using Redis as primary in-memory data store (for a commenting systems, an advertising network or your new shiny social network).The book is short enough that could be read in a day, but such a collection of documented design pattern is good to keep at hand everyday for quick review. The code examples are straightforward to read and understand.Some of the patterns described here are probably obvious to an intermediate reader. The author just provides very basic examples to start with, covering only the surface of the problems without in-depth discussion.Regarding the quality of the text, in some cases there are inconsistencies between the examples and the text, and the code uses different variable naming conventions. Different chapters try to explain the same thing without self-reference, and some examples are wrong or outdated.

I was kindly asked to review this book. It took me a bit longer as expected, but I got it finished.The good things: Having different use cases documented and accessible in a concise way is really useful. The book shows a wide range of these use cases and not only discusses the simplest implementation, but also tries to give an outlook on further iterations for the given requirements, building a increasingly complex system step by step. It also doesn't focus on a single aspect of Redis, but instead shows a lot of the available features and data types Redis provides. It keeps chapters short and on the point.The not so good things: The quality of both code and text is far from great. I identified a lot of issues in both the description of problems of their implementations, multiple bugs in the provided short code examples and other slightly inaccurate descriptions, that are misleading, if you don't know all the inner workings of Redis already. It misses out a lot of the newly introduced functionality of Redis (where "newly" means 6-9 months in stable releases).At this point, I can't recommend this book as a good source for Redis Design Patterns and Use Cases.My slightly longer review is up at http://fnordig.de/2014/11/11/review-redis-applied-design-patterns/

nice

Redis Applied Design Patterns, by Arun Chinnachamy PDF
Redis Applied Design Patterns, by Arun Chinnachamy EPub
Redis Applied Design Patterns, by Arun Chinnachamy Doc
Redis Applied Design Patterns, by Arun Chinnachamy iBooks
Redis Applied Design Patterns, by Arun Chinnachamy rtf
Redis Applied Design Patterns, by Arun Chinnachamy Mobipocket
Redis Applied Design Patterns, by Arun Chinnachamy Kindle

Redis Applied Design Patterns, by Arun Chinnachamy PDF

Redis Applied Design Patterns, by Arun Chinnachamy PDF

Redis Applied Design Patterns, by Arun Chinnachamy PDF
Redis Applied Design Patterns, by Arun Chinnachamy PDF

Categories:

Leave a Reply