排序
Going from JavaScript to Java.
Going from JavaScript to Java.,Welcome! How are you doing on this beautiful day? Or maybe it's night time, I'm not entirely sure, either way I hope you're doing well. As you can te...
CLI applications with Micronaut and Picocli
CLI applications with Micronaut and Picocli, Micronaut Discovery (3 Part Series) 1 A Micronaut introduction 2 CLI applications with Micronaut and Picocli 3 Native images with Micro...
Let’s get started with Spring Boot Docker Image Creation.
Let’s get started with Spring Boot Docker Image Creation.,The release of Spring Boot 2.3 has brought with it some cool new features like Java 14 support, Graceful Shutdown, Livene...
A Micronaut introduction
A Micronaut introduction, Micronaut Discovery (3 Part Series) 1 A Micronaut introduction 2 CLI applications with Micronaut and Picocli 3 Native images with Micronaut and GraalVM No...
Should I run JVM applications inside a container?
Should I run JVM applications inside a container?,So I made this presentation for a 'tech talk' at work, but it was really to help myself better understand JVM applications - how t...
A football factory
A football factory, Intro A short blog on how you can create again some football legends! I created a factory that produces football legends by using a software design patter, one ...
Deploy JAR file to Elastic Beanstalk using EB CLI
Deploy JAR file to Elastic Beanstalk using EB CLI,Like me, you also probably deploy your applications by uploading it's JAR to Elastic Beanstalk. Since the AWS Web UI allows you to...
Java Streams operate on the whole set
Java Streams operate on the whole set,Streams can help us do a lot of processing that we would traditionally do using Collections. However, there are some crucial differences betwe...
Java Streams flatMap Demo
Java Streams flatMap Demo,The below example shows how we can use flatMap() to get the unique combination of two integers for all integers up to n. For n=3, this would be (1, 1) (1,...
Leetcode Problem: Group Anagrams
Leetcode Problem: Group Anagrams, programming-exercises (5 Part Series) 1 Leetcode: Integer to Roman 2 Leetcode Problem: Three sum 3 Leetcode Problem: Group Anagrams 4 Leetcode Pro...
Changing coding habits to be stream-friendly
Changing coding habits to be stream-friendly,Because of the recent worldly travel restrictions, I recently found myself writing more code than usual. After having reviewed it, I no...
Creating Private Maven/Gradle Repository
Creating Private Maven/Gradle Repository,In some cases, you need a private library, maybe because of your company's privacy policy or your personal preferences. For instance, you h...