-
Enterprise Java
Few maven tips and tricks
I was working on migrating an existing application that was using WebLogic Workshop (yes you read it right, using an…
Read More » -
DevOps
Docker and Jenkins – Orchestrating Continuous Delivery
Past week I had the honour of speaking in Docker Barcelona Meetup about how to use Jenkins for doing typical…
Read More » -
Software Development
Gartner 2016 Magic Quadrant for Data Warehouse and Database Management Solutions for Analytics
We are excited to share with you that Gartner has named MapR a Visionary in the Gartner 2016 Magic Quadrant…
Read More » -
Software Development
Tools of the Trade for Performance and Load Testing
Solve App Problems 10x Faster with AppDynamics – Monitor production apps at code-level depth with minimal overhead. Start a FREE…
Read More » -
Core Java
@Autowired and optional dependencies
@Autowired annotation makes our lives easier. It also can result in decreased amount of code if we are using it…
Read More » -
Core Java
Grouping, transforming and reduction with Java 8
1. Introduction In this previous post, I wrote about how we can group collections of objects with streams and grouping.…
Read More » -
DevOps
Kubernetes Namespaces, Resource Quota, and Limits for QoS in Cluster
By default, all resources in Kubernetes cluster are created in a default namespace. A pod will run with unbounded CPU and…
Read More » -
Kotlin
Kotlin Month Post 2: Inheritance and Defaults
Intro Continuing on with Kotlin Month, this week, I’ll be discussing topics in Kotlin that have to do with inheritance…
Read More » -
Software Development
SQL: Counting Groups of Rows Sharing Common Column Values
In this post, I focus on using simple SQL SELECT statements to count the number of rows in a table…
Read More »