-
Software Development
Docs as Code is not enough
Docs as Code It is the first step to the right direction The approach to treating your documentation the same…
Read More » -
Core Java
Lambda and final variables
Introduction Lambda expressions can use the variables in the scope of the lambda expression, but only if they are final…
Read More » -
Software Development
Why and how do to do technical interviews?
It is a personal blog. The views and opinions expressed in this article are those of the author. They do…
Read More » -
Core Java
Creating a JUnit 5 ExecutionCondition
Introduction JUnit 5 has a lot of underutilized features. Developers have learned how to use JUnit 4, and they utilize…
Read More » -
Core Java
Automate Technical Documentation using Jamal
Introduction Writing good technical documentation is an art. An art is the expression or application of human creative skill and…
Read More » -
Core Java
Unit testing private methods
Introduction In this article, I will contemplate the testing of private methods in unit tests. After that, I will propose…
Read More » -
Core Java
Start a Java app without installing it
This article describes how you can use JShell to download and execute a Java application. It will eliminate the need…
Read More » -
Core Java
All you wanted to know about Throwable
This article is a tutorial about exceptions. But not the usual one. There are many of those that tell you…
Read More » -
Core Java
JDK14 instance of EA issue
Tagir Valeev recently had a tweet about the preview feature of the soon coming JDK14 release of Java: …
Read More »