Latest Posts

Showing the 10 most recent posts. You can filter by tag.

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

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

File dose not end with a newline

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

Posted Date: 2024-06-10

Local Variable Type Inference Style Guidelines

Local Variable Type Inference Style Guidelines

지역 변수 유형 추론 타입인 'var' 를 사용하는 방법

Posted Date: 2024-06-07

Clean Code - Comment(주석) 에 대한 가이드

Clean Code - About Comment Guide

Clean Code 관점에서의 Comment(주석) 남기는 방법에 대한 가이드

Posted Date: 2024-05-30