-
Enterprise Java
Apache Camel 3.7 – Compiled Simple Language (Part 6)
I have previously blogged about the optimizations we are doing in the Apache Camel core. The first 3 blogs (part1, part2, part3)…
Read More » -
Software Development
Syntactic Sugar Is Not Always Good
This write-up is partly inspired by a recent post by Vlad Mihalcea on LinkedIn about the recently introduced text blocks…
Read More » -
Web Development
[MEGA DEAL] The Complete Web Developer Course 2.0 (91% off)
Discover the True Power of the Internet By Building 25 Websites & Mobile Apps with Popular Instructor, Rob Percival! Hey…
Read More » -
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 »