-
Python
Subscript Operator Overloading: Python vs Kotlin
Being able to access items in collections using subscripting (i.e. with square brackets, like myCollection[2]) is a really big convenience…
Read More » -
Software Development
API Test Automation with RestAssured Library and Cucumber BDD Framework
Introduction to Rest Assured Library REST (Representational State Transfer) is an architecture that consumes HTTP calls for inter-system communication where…
Read More » -
Core Java
Using Byte Buddy for proxy creation
With the increasing adoption of Java 17 and its strict encapsulation, several unmaintained libraries that rely on internal JVM APIs…
Read More » -
DevOps
Using Nginx as Browsersync proxy
For frontend development, Browsersync is a helpful tool that reduces the turnaround time to a minimum while coding. While serving…
Read More » -
Software Development
The Ultimate Learn to Code Bundle
This Immersive, Multi-Faceted Programming Education (80+ Hours) Will Push You to the Top of the Job Market Hey fellow geeks,…
Read More » -
Software Development
Databricks cross-workspace administration with Powershell and WPF
For quite some time now, I have worked in Data Analytics platforms in the cloud, where Databricks played a major…
Read More » -
Core Java
Nobody Expects the SpotBugs Inquisition
We recently upgraded to the latest version of SpotBugs, which is the successor to FindBugs. Its role is to identify…
Read More » -
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 »