Posts by Category

Trouble Shooting

Back to top ↑

Back-end

How to Use FastText4J Library

less than 1 minute read

1) Save fastest model bin file to AWS S3 2) Import FastText4J library to Spring java project ```java dependency "com.github.linkfluence:fastText4j:0.2.1"...

Back to top ↑

Data Engineering

How to Use FastText4J Library

less than 1 minute read

1) Save fastest model bin file to AWS S3 2) Import FastText4J library to Spring java project ```java dependency "com.github.linkfluence:fastText4j:0.2.1"...

Back to top ↑

Kotlin

How to use Null safety

3 minute read

One of the most common errors in many programming languages, including Java, is that accessing a member without a reference value results in a null reference...

Back to top ↑

IntelliJ

Back to top ↑

Spring Boot

Back to top ↑

Jekyll

Back to top ↑

Gradle

Gradle Caching and Builds

2 minute read

Roughly Gradle does two kinds of caching: global caching for all projects and task caching on per project basis.

Back to top ↑

AWS

Back to top ↑

Data Analysis

Back to top ↑

Git

Back to top ↑

Tach Talk

AB Testing

less than 1 minute read

A/B Test is an essential experimental element for platform companies and is an essential proof work for rapid growth. You can learn more about A/B Test by lo...

Back to top ↑