Showing posts with label Video Review. Show all posts
Showing posts with label Video Review. Show all posts

Thursday, January 16, 2014

Video Review: Getting Started with Apache Maven

Video Review:  Getting Started with Apache Maven by Russell Gold: Publisher- Packt Publishing: ISBN- 13: 9781782165729



Getting Started with Apache Maven is fantastic. Author/narrator has started from start and covered advance topics gradually.

 

Tutorial is broken down small videos which makes them easy to put in your mobile device, which you can watch during your commute.

 

This tutorial is self-sufficient in it and must for anyone who want to learn maven or brush up his understand.

 

In whole of video author/narrator has shown Mac OS installation but in my experience, most of the software developers are on Windows.

Excellent tutorial for tutorial.

 

Disclaimer: I did not get paid to review this video, and I do not stand to gain anything if you buy the video. I have no relationship with the publisher or the author. I got this video from publisher for review.

 

 

One can get more information about book and related topics from:

 

  1. YouTube teaser: http://www.youtube.com/watch?v=TNRPmJ10-YA
  2. Publisher – Packt Publishing http://www.packtpub.com/getting-started-with-apache-maven/video
  3. Maven site: http://maven.apache.org

 

 

 

Tuesday, June 18, 2013

Video Review: Functional Thinking by Neal Ford



Functional Thinking: Functional Programming using Java, Clojure and Scala. Neal Ford is a fantastic teacher. He explains the concepts of Functional Programming in very lucid manner.  He explains closure and its usage with very ease.


The quote "functional is more a way of thinking than a tool set" summarizes the intent of the whole effort. In this video Neal summarizes functional paradigm for java developers. He covers closure, immutability, higher order functions, laziness, Pure Functions, Recursion, Strict Evaluation and others.

Neal also covers few of the examples using Java, Groovy, Scala, and Closure

  • Neal lists few of the advantages of functional programming:
    Language Evolution: Functional programming is next paradigm after OOP which is affecting all major languages.
  • Immutability of objects frees up the developers from ever changing state of object which enhances productivity.

This video is a excellent medium for those who want to explore function paradigm.

Disclaimer: I did not get paid to review this video, and I do not stand to gain anything if you buy the video. I have no relationship with the publisher or the author. I got this video from publisher for review.