Latest Posts

Check out the latest posts — and filter by tag if you'd like.

리팩토링 기술에 대해서 카테고리별 정리 - 요약편

A categorized summary of essential refactoring techniques for improving code structure and readability

자주 사용되는 리팩토링 기법들을 카테고리별로 정리한 요약편

Posted Date: 2025-07-13

Spring Data JPA - 새로운 Entity 판별

How does Spring Data JPA Determine if an Entity is New?

Spring Data JPA 에서 Entity 가 새로운 것인지 판단하는 방법에 대해서 알아보자.

Posted Date: 2025-04-30

도메인 주도 설계의 핵심 개념

Domain-Driven Design Core Concept

도메인 주도 설계(DDD, Domain-Driven Design) 의 핵심 개념에 대해서 알아보자.

Posted Date: 2025-03-01

도메인 주도 설계의 사실과 오해

Domain-Driven Design Fact and Misunderstanding

도메인 주도 설계(DDD, Domain-Driven Design)의 사실과 오해

Posted Date: 2025-02-22

gRPC 를 도입하는 이유에 대해서 알아보자. (feat. Http 1.0 vs Http 1.1 vs Http 2.0)

Let's find out the issues with HTTP 1.0, HTTP 1.1, and the benefits of gRPC being introduced into the MSA structure.

HTTP 1.0, HTTP 1.1 의 문제와 gRPC 가 MSA 구조에 도입되면 어떤 이점이 있는지 알아보자.

Posted Date: 2024-10-15 ・ Updated: 2025-06-30

try-with-resources 를 이용한 자원해제

Let’s explore how to manage and release resources using try-with-resources in Java.

try-with-resources 를 이용한 자원해제와 동작 방식에 대해서 알아보자.

Posted Date: 2024-10-10

Logger vs System.out.println

Compare loggers with System.out.println, and find out why System.out.println should not be used in production code.

로거와 System.out.println 를 비교해보고, 왜 System.out.println 을 프러덕션 코드에서 사용하면 안되는지에 대해서 알아보자.

Posted Date: 2024-09-29

Lombok 사용 시 유의해야 할 사항 + Lombok 의 단점

Points to Note When Using Lombok + Disadvantages of Lombok

Java 에서 Lombok 사용 시 유의해야 할 사항과 단점에 대해서 알아보자.

Posted Date: 2024-09-22

컴파일 과정과 Lombok 의 동작 원리

Compilation Process and Lombok Principles of Operation

컴파일 과정과 Lombok 의 동작 원리에 대해서 알아보자

Posted Date: 2024-09-03

파일 끝에 개행이 필요한 이유

File dose not end with a newline

파일 끝에 개행이 필요한 이유와 POSIX 표준에 대해서 간략히 알아보자.

Posted Date: 2024-06-10