최근 포스트

Nullish, Falsy

최대 1 분 소요

Overview In JavaScript, understanding the concepts of “nullish” and “falsy” values is crucial for writing robust and predictable co...

READ_UNCOMMITTED

1 분 소요

overview READ_UNCOMMITTED is the lowest isolation level in database transaction management. It allows a transaction to read data that has been modified by ot...