AC  Spotlight - Scott Emmons

AC  Spotlight - Scott Emmons

Scott Emmons is Head of the Innovation Lab at Neiman Marcus Group, where he identifies and invests in technologies that will enhance both the overall consumer experience and the ability of NMG sales associates to connect with shoppers. 

READ MORE

JSR 354: The Java Money API

For a long time, Java didn't have a satisfactory way to represent money. Early versions exhibited issues with currency, precision, rounding, and formatting, and subsequent versions only partially improved these issues. Now, however, we have the best Java specification for handling money to date:...

READ MORE

Spring WebFlux: A Quick Start

A common problem with the traditional blocking API style is what we call backpressure. Simply put, backpressure is when clients or consumers overwhelm the server's capacity to process requests. This creates the need for efficient hardware and software scaling. Fortunately, Spring WebFlux offers a...

READ MORE