How to publish a Spring Boot app (with a database) on the Google Cloud Platform15 October 2018·10 minsDeploy Spring Boot app on the Google Cloud Platform
REST, RESTful web service, API, SOAP…what’s the difference?2 October 2018·7 minsExplanation of basic web concepts
How to deploy web app and database in one click with Flyway (on Tomcat server)12 September 2018·6 minsDatabase migration with Flyway
How to start with Spring MVC7 September 2018·22 minsStep-by-step guide for creating a Spring MVC application
Deployment of Spring MVC app on a local Tomcat server for beginners20 August 2018·6 minsStep-by-step deployment of WAR file on Tomcat server
How to check if user exist in database using Hibernate Validator22 June 2018·5 minsInput validation for database row modification using Hibernate
Project Lombok — how to make your model class simple27 May 2018·5 minsGet rid of boilerplate code with Lombok
Full-text search with Hibernate Search (Lucene) — part 16 May 2018·15 minsIntroduction to basic git operations used on a daily basis