-
Software Development
The Pleasures of Replatforming
In an earlier post on migration, I looked at different ways to take a codebase and convert it for a…
Read More » -
Core Java
Testing Logging Output in Java
One of my more popular posts on this site is on how to use Mockito to mock logging. Testing that…
Read More » -
Kotlin
How To Convert String to Float in Kotlin?
1. Overview In this tutorial, We will learn how to convert the String value to Float in Kotlin. This conversion…
Read More » -
Web Development
[MEGA DEAL] The Ultimate 2021 Web Developer & Designer Super Bundle (98% off)
14 New Courses & 39 Hours of Content on JavaScript, HTML5, CSS, & More — Master the Coding Fundamentals and…
Read More » -
Kotlin
Kotlin Variables and Basic Types With Examples – Kotlin Tutorial
1. Overview In this tutorial, We will learn how to create the variables in Koltin for basic types using var.…
Read More » -
Kotlin
Kotlin – Convert Map to List Examples
1. Overview In this tutorial, We will learn how to convert the Map to List in kotlin programming. Map implementations…
Read More » -
Core Java
How to get current date time with Java 8
In this quick tutorial, we will see, how to get current date time using Java 8. Java 8 had come…
Read More » -
Core Java
Static Nested Classes Java
In Java, it is possible to define a class within another class. Class defined within another Class is called a…
Read More » -
Enterprise Java
Apache Lucene performance on 128-core AMD Ryzen Threadripper 3990X
Almost a decade ago, I started running Lucene’s nightly benchmarks, and have been trying with mixed success to keep them…
Read More »