Enterprise Java
-
Memory wasted by Spring Boot Application
One of the widely wasted resources in the world today is Memory. Due to inefficient programming, surprising (sometimes ‘shocking’) amount…
Read More » -
Hash a Json
I recently wrote a simple library to predictably hash a json. The utility is built on top of the excellent…
Read More » -
How to Build a Maven Plugin
Easily deploy your app with Okta’s identity management platform Use Okta’s API to authenticate, manage, and secure users in any…
Read More » -
AtomicInteger on Java and Round-Robin
AtomicInteger belongs to the family of Atomic Variables. The main benefit is that using it, is not blocking instead of…
Read More » -
Restoring Cassandra Priam Backup With sstableloader
I’ve previously written about setting up Cassandra and Priam for backup and cluster management. The example that I gave for…
Read More » -
SQL as a Service
I’ve been thinking about this since 2007, somewhere around the time S3 was launched by Amazon. I even tried to…
Read More » -
Apache Ivy 2.5.0 released
This week, we released 2.5.0 version of Apache Ivy. Apache Ivy is a build dependency manager that is integrated with…
Read More » -
Stream Big Data with Apache Kafka Integration
Apache Kafka is being increasingly integrated into a variety of systems and solutions, from filtering and processing large amounts of…
Read More » -
Spring Boot Microservices , Docker and Kubernetes workshop – part3
In the previous posts we build few micro services (Order Service, Product Service, Customer Service) for an order management system…
Read More »