Summary: Microservice Development with Domain-Driven Design — review intro

This is a summary after reading the book Microservice Development with Domain-Driven Design by Jung-Heon Han.

What makes me live in the moment?

From my own experience, I think the awareness of death allows me to grow mentally.

Mar 30, 2024 · Jaehyun Hong · Thought

AWS Lambda Summary, as I Known

AWS Lambda runs immediately based on events. You can execute Lambda directly, or you can subscribe to the event and execute the Lambda asynchronously.

May 4, 2023 · Jaehyun Hong · AWS

What is the Operating System?

The operating system acts as an intermediary between the hardware and software, managing resources, providing a user interface, and facilitating communication between different components of the computer system.

Oct 22, 2021 · Jaehyun Hong · OS

Summary about Arrays

Arrays can only contain the same type. and to manipulate the size of an array, you need to create a new

Jan 24, 2021 · Jaehyun Hong · Java