-
DevOps
Quarkus remote dev in Docker containers (Update)
In an earlier video, I shared how to run the Quarkus remote-dev mode in Docker containers, which is very helpful…
Read More » -
Agile
The “people problem” problem and the great agile divide
“Its always a people problem.” Gerry Weinberg, The Secrets of Consulting, 1985 The great, unspoken, divide in agile is between…
Read More » -
Core Java
Java – Get Time In MilliSeconds
A quick guide to get the current date time in milliseconds using Date, Calendar and java 8 api classes. 1.…
Read More » -
Core Java
Java Program To Check Palindrome String Using Recursion
A quick guide to check the string is palindrome or not using recursion in java. 1. Overview In this tutorial,…
Read More » -
Core Java
Converting Between LocalDate and SQL Date In Java 8
A quick guide to convert between LocalDate and java.sql.Date objects in java 8 with examples. 1. Overview In this tutorial,…
Read More » -
Python
Python Set intersection Method
Hello in this tutorial, we will explain how to set the intersection method in python programming. 1. Introduction The intersection()…
Read More » -
Python
Python List vs Tuples
Hello in this tutorial, we will see and understand the differences between List vs Tuples in Python programming. 1. Introduction…
Read More » -
Python
How to print without newline in Python
Hello in this tutorial, we will see how to print without a newline in python programming. 1. Introduction Printing or…
Read More » -
Python
Python Inheritance Tutorial
Hello in this tutorial, we will understand inheritance in python programming. 1. Introduction Inheritance is an important concept in any…
Read More »