排序
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...
AEM Social Login (Google OAuth2)
AEM Social Login (Google OAuth2),Tested on AEM 6.5.0 As we all know that AEM provides multiple types of Authentication out of the box using Sling's AuthenticationHandler API. Today...
Spring Fix Null @Autowired Field
Spring Fix Null @Autowired Field,Null @Autowired field is a common problem in Spring and the main reason for this is, the instance, in which @Autowired is used, is not a Spring-man...
Log Log Log .. how to deforest with Java CDI
Log Log Log .. how to deforest with Java CDI,Hello World! ..sorry had to do it. Welcome to my first dev.to post, hopefully the first of many! I wanted to start off with a really si...