Technical blog by backend developer Junghoon Ban.
Using Java 21 Pattern Matching Effectively (with Scala)
The highly developed Java is indistinguishable from Scala.
Spring Data Meilisearch #3 - Building an Integration Test Environment
Building an integrated test environment with Testcontainers and the JUnit 5 extension model
Spring Data Meilisearch #2 - Annotation-based Configuration
How to support annotation based configuration in spring library
Spring Data Meilisearch #1 - Namespace-based Configuration
How to support namespace-based configuration in a Spring library
Building a Testcontainers Library for Meilisearch
We introduce Testcontainers Meilisearch and share what we felt while developing it.
Spring Data Meilisearch #0 - Project Introduction
Introducing the reasons and goals for starting the Spring Data Meilisearch project.
[Java] Why Use Deque Instead of Stack?
Compares Queue, Stack, and Deque in Java and explains why Deque is preferred over the legacy Stack class.
Automating ECS Deployments with Jib and GitHub Actions
Build a deployment pipeline to focus on development
[DND 8th] Weddingmap Project Retrospective
Completing the 8th DND activities
Deploying GitHub Pages with Official Actions
Introducing how to deploy GitHub Pages using official Actions.