Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

Friday, 8 January 2016

Online Course: SQL on Hadoop - Analyzing Big Data with Hive

Completed this course. While the pace of the course is a bit fast, it is packed with many useful stuff from executing sql on top of hadoop using Hive, things such as Distributed By, Sort By, GroupSet, Multiple Insert, UDAF, UDTF are really cool. Will need to revisit the course materials when I start to use Hive in development.

Link: https://app.pluralsight.com/library/courses/sql-hadoop-analyzing-big-data-hive/table-of-contents

Saturday, 19 December 2015

Tuesday, 26 May 2015

Online Course: Getting Started with Spring Data JPA

Going through this course on spring data jpa today, did not realise how powerful spring data jpa is and how much less work i could have saved in the past if only i took this course earlier. The query DSL (query methods with keywords) are fantastic, the paging and sorting as well as the auditing are all something which have troubled me when using spring jpa in the past. But the course makes it very easy to understand.

Link: http://www.pluralsight.com/courses/spring-data-jpa-getting-started

Monday, 18 May 2015

Online Course: Spring with JPA and Hibernate

Just completed the exercise for this course, very good and easy-to-understand on how to persist data in spring framework using hibernate, jpa and jdbc mysql.

Link: http://www.pluralsight.com/courses/spring-jpa-hibernate