-
Enterprise Java
Monitoring and measuring reactive application with Dropwizard Metrics
In the previous article we created a simple indexing code that hammers ElasticSearch with thousands of concurrent requests. The only way to…
Read More » -
Software Development
The state of programming languages and frameworks
As a professional software delivery person, I like to keep on top of technology trends and “where the market might…
Read More » -
Enterprise Java
When a REST Resource should get its own Address?
In a purist REST approach, all endpoints (except the starting endpoint) are opaque and their various details shouldn’t need to…
Read More » -
Software Development
[MEGA DEAL] The Computer Hacker Professional Certification Bundle (96% off)
Leap Towards a Career in Ethical Hacking with 60+ Hours of Prep Toward CISM, CISA, & More Certification Exams Hey…
Read More » -
Enterprise Java
Free eBook: The Complete Guide to Automated Root Cause Analysis
A guide to getting started with Automated Root Cause analysis. We spend our nights here at OverOps dreaming of a…
Read More » -
Enterprise Java
The AppD Approach: Java 9 Support
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
DevOps
Docker for Java Developers: Test on Docker
This article is part of our Academy Course titled Docker Tutorial for Java Developers. In this course, we provide a…
Read More » -
Core Java
Converting Collections to Maps with JDK 8
I have run into the situation several times where it is desirable to store multiple objects in a Map instead…
Read More » -
Enterprise Java
Spring, Reactor and ElasticSearch: bechmarking with fake test data
In the previous article we created a simple adapter from ElasticSearch’s API to Reactor’s Mono, that looks like this: import reactor.core.publisher.Mono; private Mono…
Read More »