Java
-
Functional FizzBuzz Kata in Java
A while ago I solved the FizzBuzz kata using Java 8 streams and lambdas. While the end result was functional,…
Read More » -
Suppress FindBugs Warnings in a Java and Spring Boot Web Application using Gradle
How to Suppress FindBugs Warnings using Annotations in a +Spring Boot and +Java Application If your build is breaking because of a FindBugs…
Read More » -
Resizing the HashMap: dangers ahead
I recently stumbled upon a bug caused by improper usage of java.util.HashMap from multiple threads. The bug was an excellent…
Read More » -
The 12 Step Program to Realizing Your Java Monitoring is Flawed
What are some of the biggest problems with the current state of Java monitoring? Errors in production are much like…
Read More » -
Java Productivity Tips: Top Picks from the Community
The community has spoken. We’ve gathered your best and greatest productivity hacks into one post. We all have our own…
Read More » -
Scan DynamoDB Items with Java
On previous posts we covered how to query a DynamoDB database Query DynamoDB Part 1 Query DynamoDB Part2. Apart from…
Read More » -
Benchmarking the message queue based Activiti Async Executor
A bit of history One thing that never ceases to amaze me is how Activiti is being used in some…
Read More » -
JAXB and Log4j XML Configuration Files
Both Log4j 1.x and Log4j 2.x support use of XML files to specify logging configuration. This post looks into some…
Read More » -
Token Authentication for Java Applications
Building Identity Management, including authentication and authorization? Try Stormpath! Our REST API and robust Java SDK support can eliminate your…
Read More »