-
Enterprise Java
Processing real-time data with Storm, Kafka and ElasticSearch – Part 1
This is an article of processing real-time data with Storm, Kafka and ElasticSearch. 1. Introduction How would you process a…
Read More » -
Core Java
Java 15: Sealed Classes
Java 15 introduces Sealed Classes, a preview language feature, that allows classes/interfaces to restrict which other classes/interfaces may extend or…
Read More » -
Core Java
Locking for multiple nodes the easy way: GCS
It happens to all of us. We develop stateless applications that can scale horizontally without any effort.However sometimes cases arise…
Read More » -
Software Development
[MEGA DEAL] Taskolly Project Manager: Lifetime Subscription (90%)
Manage Projects, Create Tasks, Track Time, & Get Paid Faster Through Invoices with This All-in-1 Project Management Software Hey fellow…
Read More » -
Enterprise Java
Apache Camel 3.6 – More camel-core optimizations coming (Part 4)
I have previously blogged about the optimziations we are doing in the Apache Camel core. The first 3 blogs (part1,…
Read More » -
DevOps
Docker Tutorial part 1 – fistfull of container
In this docker tutorial series, my aim is to explain basics of docker and to do that with min number…
Read More » -
Software Development
OpenSSL Key and IV Padding
OpenSSL is an omnipresent tool when it comes to encryption. While in Java we are used to the native Java…
Read More » -
Software Development
Automation Testing Execution and Report: Best Practices for Beginners
Automation Testing Introduction Automation testing has become a recognized domain in the world of software testing. As the name implies,…
Read More » -
Core Java
Java String to String Array Conversion Examples
A quick and practical guide on how to convert String to String Array in differnet ways in java. 1. Overview…
Read More »