Hello World!

Technical blog by backend developer Junghoon Ban.

Java 21 Pattern Matching Usecase With Scala

The highly developed Java is indistinguishable from Scala.

September 21, 2023 · 11 min · junghoon-vans

Build Integration Test Environment

Building an integrated test environment with Testcontainers and the JUnit 5 extension model

August 30, 2023 · 6 min · junghoon-vans

Support Configuration With Annotation

How to support annotation based configuration in spring library

August 11, 2023 · 2 min · junghoon-vans

Support Configuration With Namespace

How to support namespace-based configuration in a Spring library

July 26, 2023 · 4 min · junghoon-vans

Testcontainers Meilisearch

We introduce Testcontainers Meilisearch and share what we felt while developing it.

July 21, 2023 · 2 min · junghoon-vans

Introduction

Introducing the reasons and goals for starting the Spring Data Meilisearch project.

June 28, 2023 · 3 min · junghoon-vans

Why Use Deque Instead Of Stack

Note: This English page scaffold was auto-generated. Full manual translation will follow. Use Deque instead of Stack? When solving algorithm problems using Java, I used to use Deque instead of Stack. While Googling, I often came across posts that suggested using Deque instead of Stack class. However, I think I was using it vaguely without thinking deeply about why I should use Deque. We took this opportunity to learn more about the differences between Stack and Deque. ...

May 5, 2023 · 6 min · junghoon-vans

Automate Ecs Deployments With Jib And Github Actions

Build a deployment pipeline to focus on development

March 24, 2023 · 8 min · junghoon-vans

Dnd 8th Weddingmap Project Retrospective

Completing the 8th DND activities

March 8, 2023 · 6 min · junghoon-vans

Deploy Github Pages With Actions

Introducing how to deploy GitHub Pages using official Actions.

January 21, 2023 · 3 min · junghoon-vans