Tools

Parsing logs with Grok #1 What to do when part of one field got caught in a different pattern

I want to show you some issues that I encountered while applying the Grok filter plugin on logs. Most of…

5 years ago

Add Flyway migrations to your Spring Boot project

Having automated database migrations will significantly ease managing schema development. With Spring Boot support we can effortlessly handle versioned SQL…

5 years ago

Add a PostgreSQL database to your Spring Boot project

An in-memory database may be sufficient during the early phase of project development. However, sooner or later you will need…

5 years ago

Set up a PostgreSQL database with Docker

Having a ready to use database instance that every programmer can quickly run on their machine can save a lot…

5 years ago

Save Hibernate DDL schema to a file

In case you want to store a DDL script that creates a database in your Spring Boot project in a…

5 years ago

How to install development tools on Ubuntu with a single bash command

Every now and then we have to establish a new development environment on our machine. Installing lots of tools can…

5 years ago

Debugging the “Fatal error compiling: invalid target release: 11” issue. How to switch your development environment and IntelliJ settings to Java 11

When updating to Java 11 from an older version of the language, make sure that your development environment is up…

6 years ago

How to squash git commits

If you use git to secure the outcome of your work frequently, the code responsible for one functionality may be…

6 years ago

Custom css in a Spring Boot Project with gulp

There are many responsive and elegant themes available for free that you can use for polishing the presentation layer of…

7 years ago

How to use Bootstrap themes with Spring Boot and gulp

To make an app elegant and pleasing to the eye we usually need a lot of javascript and css code.…

7 years ago