Skip to main content

Posts

Showing posts from 2019

An Oauth2 Authorization Server Sample with Spring Boot, Spring Security, Gradle, Postgresql, and Flyway

I recently decided to make a sample code for An OAuth2 Authorization Server with Spring Framework , Gradle , Posgresql , and Flyway . The reason is because the lack of sample for Spring with Gradle build tool. Audience: * The sample code is for readers who have some knowledge of Java, Postgresql, Spring, and Gradle and look for the way to put it together. What in the examples: * Provide JWT * Auto database migration with Flyway * Build with gradle * Running locally with Docker + docker-compose * Store data in Postgresql database * Init database with startup sql-script Link to the repository: spring-oauth2-authorization-server - ninjahoahong

Quick overview of Terraform 0.12

My first talk about terraform. A quick demo of terraform 0.12 beta 1. 😂 https://t.co/WTmxj2KwKD #terraform #cloudautomation #cloud — Anh Duong (@ninjahoahong) March 11, 2019 Presentation link: https://docs.google.com/presentation/d/1QjAKkVbITe1LlANJcoS4I8oP-j2yS0HCB8peCb8B0ao/edit?usp=sharing Reference: https://github.com/hashicorp/terraform-guides/tree/master/infrastructure-as-code/terraform-0.12-examples https://www.hashicorp.com/resources/introducing-terraform-0-12 https://www.terraform.io/upgrade-guides/0-12.html https://www.hashicorp.com/blog/terraform-0-1-2-preview