编程技术 第1093页
A Micronaut introduction-拾光赋

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?

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...
kity的头像-拾光赋kity5年前
0359
A football factory-拾光赋

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

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

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...
kity的头像-拾光赋kity5年前
0269
Java Streams flatMap Demo-拾光赋

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

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

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...
kity的头像-拾光赋kity5年前
03315
Creating Private Maven/Gradle Repository-拾光赋

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...
kity的头像-拾光赋kity5年前
04710
AEM Social Login (Google OAuth2)-拾光赋

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...
kity的头像-拾光赋kity5年前
04113
Spring Fix Null @Autowired Field-拾光赋

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...
kity的头像-拾光赋kity5年前
0289
Log Log Log .. how to deforest with Java CDI-拾光赋

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...