In this article, we will go through how to use embedded PostgreSQL in your local development environment plus how to use it for DAO integration/unit testing.
Want to learn more about using the notnull and lateint delegates in Kotlin? Check out this post where we take a look at the advantages and disadvantages of both.
In this article, I will talk about some of the new SQL functions that come with Oracle 18c and look at what we can do by trying a few different scenarios.
Over the last few months, our team has been busy working on deploying Redis Enterprise on Kubernetes. Through this blog post, I'd like to present the principles we used for deploying the Kubernetes release of Redis Enterprise on a Pivotal Container Service cluster.
So, if you're using the Scanner class for keyboard input in Java, you're probably doing it wrong. Check out this post to learn more about the Scanner class.
Need help setting up MDC Context with AOP on your Spring Boot application? Check out this tutorial on how to put specific information into the Mapped Diagnostic Context.
Want to learn more about nested classes in Java? Check out this tutorial on how to define a class within another class through inner and static nested classes.