-
Core Java
The Main Differences Between Java (Latest) and Before
Good morning, and welcome to my talk about the new features in the latest version of Java/<insert your language here>.…
Read More » -
DevOps
KivaKit – Docker Build Environment
KivaKit – Docker Build Environment KivaKit 1.2.3 provides a Docker build environment that makes it easy to build KivaKit…
Read More » -
Software Development
How to use the data collected as knowledge?
Like I have written before, we need to rethink the binary data representation that we have currently and evaluate the…
Read More » -
Software Development
The missing depth dimension in data
As I have been writing in my blogs on AI, the data representation that we have, is not suited for…
Read More » -
DevOps
Best Practices to Optimize Continuous Testing in DevOps
As more and moreorganizationsundergo digital transformations, we see a growing trend towards cloud storage, cloud computing, and strategizing testing on…
Read More » -
Software Development
WeVPN: Fast, Secure & Affordable VPN Service
Stream Privately Without Boundaries! WeVPN Has 66 Global Locations to Give You a Complete & Secure Internet Experience Hey fellow…
Read More » -
Core Java
How to do GC Log analysis?
Analyzing garbage collection log provides several advantages like: Reduces GC pause time, reduces cloud computing cost, predicts outages, provides effective…
Read More » -
Core Java
Java 15 – Text blocks
Text blocks are all about writing multi-line strings in a clean and readable way. This was added as part of JEP…
Read More » -
Core Java
Difference between Function.andThen and Function.compose
here are two different ways to mix functions in Java: using andThen using compose It is important to understand the difference between…
Read More »