Monday, September 29, 2014

mysql 3rd edition cookbook

Designed as a handy resource when you need quick solutions or techniques, the book offers dozens of short, focused pieces of code and hundreds of worked-out examples for programmers of all levels who don't have the time (or expertise) to solve MySQL problems from scratch. This third edition has been updated to cover new APIs in Python and PHP, as well as powerful new features in MySQL 5.6 and older versions still in common use. Recipes use the mysql client program as well as Java, Perl, PHP, Python, and Ruby APIs.

Book in exchange of this review thanks to Review scheme at O'reilly.

Buy the book here:
http://shop.oreilly.com/product/0636920032274.do

Tuesday, August 12, 2014

Client-Server Web Apps with JavaScript and Java

Finallly a guide to sho ho mixing java backend and javscript front end
This book was given in exchange review of oreilly blogger program.
The book can be found here:
http://shop.oreilly.com/product/0636920030492.do

Thursday, April 3, 2014

Data Push Apps with HTML5 SSE

Disclaimer: The book was given as part of the blogger review scheme from O'Reilly.

I have read the book today and frankly was disappointed. Main chapters talking about json, javascript and html, how to use apache and back and forth.
Was hoping to see fireworks and i read bubble gums. It's ok but is for beginners, nothing fancy nor complex. Using php for serving the pages and node.js as back-end.
Example are shown trough the stock market, live update from values and symbols. 

Nicest part, the notes for improvements. 
Didn't learn a lot, just basics. Probably the interest chapter are the last 2, authentication and fall back ways from SSE to normal polling with ajax. Nothing that I've didn't heard of.

I won't recommend it.



Wednesday, April 2, 2014

Programming Elastic MapReduce book

Address the trending topic of the cloud computing, showing how in particular to deploy your application on amazon cloud.
Well written, have it in your library as a guide or just to know more about the world of virtualization.

Not only that, but it is also explaining the MapReduce paradigm using the Amazon infrastructure.

Everybody knows Hadoop, right? Well, EMR is the Amazon PaaS to deploy your mapreduce app.

I recommend it for people who want to understand the modern application and the MapReduce real examples.

Product to be bought here:
http://shop.oreilly.com/product/0636920029304.do

This book was given to review in exchange by O'Reilly.


Thursday, January 9, 2014

RESTful Web APIs

Very clear book about REST paradigm and Hypermedia APIs.
Approach suited for beginners and experts as well as a guide of reference.

I would definitively recommend the book.

The book can be bought at http://shop.oreilly.com/product/0636920028468.do


Disclaimer: The book was given as part of the blogger review scheme from O'Reilly.