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.
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.
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.
In this post, I am going to write a Python custom logging handler that will send log entries to a Kafka broker where you can aggregate them to a database.