-
Core Java
How to Find Middle Element of Linked List in Java in Single Pass
Howdo you find the middle element of LinkedList in one pass is a programming question often asked Java and non-Java…
Read More » -
Enterprise Java
Jakarta EE 8 Status
Those of you following Jakarta EE probably know that the upcoming Jakarta EE 8 release will be functionally equivalent to…
Read More » -
Software Development
[MEGA DEAL] Complete Microsoft Azure Certification Prep Bundle 2019 (95% off)
Break Into a Six-Figure Cloud Career with This 23-Hour Microsoft Azure Architect Track Hey fellow geeks, This week, on our…
Read More » -
Enterprise Java
Maven Project Setup for Mixing Spock 1.x and JUnit 5 Tests
I create a sample Groovy project for Maven, that mixes Spock tests and JUnit 5 tests in one project. In…
Read More » -
Software Development
SaaS: A business model that chases its own tail
A sustainable business is one in which the business can make revenue to fund itself, at the minimum its operating…
Read More » -
Software Development
A guide to the InfluxDBMapper and QueryBuilder for Java Part: 2
Previously we setup an influxdb instance running through docker and we also run our first InfluxDBMapper code against an influxdb…
Read More » -
Agile
The 2019 Guide To Pursuing a Full Agile Software Lifecycle
Running a successful software development business can be extremely challenging. This industry is filled with competition, which is why your…
Read More » -
Core Java
Java Convert a List to Array And Vice-Versa
Introduction: In this article, we’ll quickly learn how to convert a Java List (say an ArrayList) to an array and vice-versa. If you wish to…
Read More » -
Software Development
Logging Without a Static Logger
How do you organize logging in your applications? I mean web applications or command line apps, or even mobile apps.…
Read More »