Skip to content

소프트웨어 아키텍처 The Hard Parts 5주차 - 이동현#626

Open
dhlee3994 wants to merge 2 commits intomainfrom
dhlee-2026-FSA-week5
Open

소프트웨어 아키텍처 The Hard Parts 5주차 - 이동현#626
dhlee3994 wants to merge 2 commits intomainfrom
dhlee-2026-FSA-week5

Conversation

@dhlee3994
Copy link
Contributor

No description provided.

@dhlee3994 dhlee3994 self-assigned this Mar 12, 2026
@dhlee3994 dhlee3994 added 2026 Software Architecture: The Hard Parts 소프트웨어 아키텍처: The Hard Parts, 분산 아키텍처를 위한 모던 트레이드오프 분석 labels Mar 12, 2026
@github-actions
Copy link

우측에 있는 Projects, Milestone, Development를 확인 후 할당 해주세요~! 🙇

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 『소프트웨어 아키텍처 The Hard Parts』의 10장부터 12장까지의 내용을 다루는 새로운 마크다운 문서를 추가합니다. 분산 시스템 환경에서 데이터 관리와 트랜잭션 처리에 대한 다양한 아키텍처 패턴을 탐구하며, 특히 데이터 도메인 패턴의 실용적인 적용 가능성에 대한 저자의 고민과 통찰을 공유합니다. 이 문서는 복잡한 분산 아키텍처 개념을 이해하고 실제 프로젝트에 적용하는 데 도움이 될 것입니다.

Highlights

  • 새로운 학습 노트 추가: 『소프트웨어 아키텍처 The Hard Parts』 10장부터 12장까지의 학습 노트가 추가되었습니다.
  • 데이터 도메인 패턴 논의: 데이터 도메인 패턴의 장단점과 스타트업 환경에서의 적용 가능성에 대한 심층적인 논의가 포함되었습니다.
  • 분산 데이터 관리 패턴 정리: 분산 데이터 접근 패턴, 분산 워크플로 (오케스트레이션, 코레오그래피), 그리고 트랜잭셔널 사가 패턴에 대한 내용이 상세히 정리되었습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • 2026/Fundamentals_of_Software_Architecture_2nd_Edition/donghyeon/week5.md
    • 『소프트웨어 아키텍처 The Hard Parts』 10~12장 요약 및 논의 내용이 추가되었습니다.
Activity
  • 이 PR은 dhlee3994 님이 새로 생성했습니다. 현재까지 다른 활동은 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

소프트웨어 아키텍처 10-12장에 대한 요약 및 논의 문서를 잘 작성해주셨습니다. 내용이 명확하게 정리되어 이해하기 좋습니다. 다만, 문서의 완성도를 높이기 위해 몇 군데 오타와 표준 표기법에 맞지 않는 부분을 수정하는 것을 제안합니다.


---

스타트업이나 규모가 있는 조직에서의 실험적인 서비스의 경우 미래가 보장되어 있지 않기 떄문에
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

'떄문에'에 오타가 있습니다. '때문에'로 수정하는 것이 좋겠습니다.

Suggested change
스타트업이나 규모가 있는 조직에서의 실험적인 서비스의 경우 미래가 보장되어 있지 않기 떄문에
스타트업이나 규모가 있는 조직에서의 실험적인 서비스의 경우 미래가 보장되어 있지 않기 때문에


## 내용

- 분산 데이터 엑세스
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

외래어 표기법에 따라 '엑세스'는 '액세스'로 표기하는 것이 표준입니다.

Suggested change
- 분산 데이터 엑세스
- 분산 데이터 액세스

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2026 Software Architecture: The Hard Parts 소프트웨어 아키텍처: The Hard Parts, 분산 아키텍처를 위한 모던 트레이드오프 분석

Projects

None yet

Development

Successfully merging this pull request may close these issues.

<소프트웨어 아키텍처 The Hard Parts> sprint 5, chapter 10, 11, 12 총 83 페이지, 2026-03-06

1 participant