Entradas

Mostrando las entradas etiquetadas como review

Book review: AngularJS Services

Imagen
The last book I read is  AngularJS Services  by Jim Lavin and published by  Packt Publishing . It is focused on intermediate and advanced topics from  AngularJS . To say a few, the use of services to reduce the code duplication, the improvement of the code structure and the use of useful patterns in a real project. Note : It takes attention on very interesting third party services like Google Calendar or Google Tasks APIs or the MongoLab service to implement the data persistence. Table of contents The need for services Designing services Testing services Handling cross-cutting concerns Data management Mashing in external services Implementing the business logic Putting it all together As you can see the contents are not for the novice on AngularJS, but don't be worried, they are not so advanced and the author explains the details very well. It is focused on developers who had been programming with AngularJS for a few months and they are ready to ta...

Book review: Instant Markdown

Imagen
Maybe, the first question you have is, what the hell is Markdown? Probably you know what it is and you used it before, but you don't know yet. According to the creator, Markdown is "a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML)". In other words, Markdown is the way you introduce descriptions, comments and other text information in a huge set of web applications, from GitHub to StackOverflow. I'm sure a lot of people is thinking that this book is not for them or they are not using this tool, but I recommend you know this tool because it's one of those things that will be useful in the future, if you know it you will recognize where to use it when the problem appears.  Of course, the book is mainly focused on developers and I can say it's direct, clear and really easy to read. You could end it in just 1 hour. After t...