Import Garmin Calendar Into Google Calendar

Garmin Connect Calendar is a pretty neat feature where it allows you to plan your workouts days, weeks, or months ahead. However it does not come with a good sharing feature as you will have to download the calendar in order to share it with others.

This is where Google Calendar comes handy.

Continue reading “Import Garmin Calendar Into Google Calendar” »

Spring Boot + Spring JPA: Fix Hibernate Dialect Mapping Error

Hibernate with Spring JPA along with Spring Boot makes it easy for user to manage their database connection. However there are certain column type that is not mapped by default by Hibernate. For an example column type nvarchar in MSSQL could lead to an exception.

Hibernate with Spring JPA along with Spring Boot makes it easy for user to manage their database connection. However there are certain column type that is not mapped by default by Hibernate. For an example column type nvarchar in MSSQL could lead to an exception.

Continue reading “Spring Boot + Spring JPA: Fix Hibernate Dialect Mapping Error” »