All

Popular

Hello world!

My name is Oz Brown and I am a Java/Spring Web Applications/Microservices Software Engineer with Full Stack On-Prim and AWS experience. What kind of exciting engineering/development am I up to these days (Summer 2019)? In my...

All

Latest

Spring Framework Reactive Web Client – Flux

public List<BasicDto> findByBasicIds(int[] basicIds, int min , int max, String otherInfo) { Consumer<ClientCodecConfigurer> consumer = configurer -> configurer.defaultCodecs().enableLoggingRequestDetails(true); WebClient...

Iterable to Collection or List

See entire Stack Overflow Topic: Easy way to convert Iterable to Collection //… public static <T> List<T> convertToList(final Iterable<T> iterable) { return StreamSupport.stream(iterable.spliterator(), false)...

Read More

Let’s Encrypt SSL on Amazon AMI

Implemented: I decided to try Let’s Encrypt on several of my sites after reading the following: https://letsencrypt.org/ http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/SSL-on-an-instance.html...

Read More
Loading