JANDI와 AWS CodeCommit 연동 Notes JANDI JANDI에 AWS Code Commit 연동 http://blog.jandi.com/ko/2016/03/02/jandi-connect-webhook/ https://support.jandi.com/hc/ko/articles/210952203-%EC%9E%94%EB%94%94-%EC%BB%A4%EB%84%A5%ED%8A%B8-%... 2024/09/05 Notes, Common
Increasing System Performance in MultiProcessing Notes Increasing System Performance in MultiProcessing 2024/09/05 Notes, Common
Concurrency Control Notes Concurrency Control In information technology and computer science, especially in the fields of computer programming, operating systems, multiprocessors, and databases, concurrency control ensu... 2024/09/05 Notes, Common
AWS Code Commit Notes AWS Code Commit User guide https://docs.aws.amazon.com/ko_kr/codecommit/latest/userguide/getting-started.html#getting-started-create-commit https://ap-northeast-2.console.aws.amazon.com/codes... 2024/09/05 Notes, Common
Introduction to Operating System Notes Introduction to Operating System 운영체제의 목적 1. 컴퓨터 시스템의 편의성을 제공 2. 컴퓨터 시스템의 자원을 효율적으로 관리 2024/09/05 Notes, Common
Redis Cluster vs Sentinel Notes 두 방식이 해결하는 문제는 다르다 Redis Cluster와 Redis Sentinel은 둘 다 Redis를 여러 대 운영할 때 등장하지만, 목적이 다르다. Sentinel: 장애 감지와 자동 failover 중심 Cluster: 데이터 샤딩과 수평 확장 중심 즉 Sentinel은 같은 데이터를 더 안전하게 운영하는 구조이고, Clus... 2024/09/05 Notes, Cache
Facade Notes Facade References https://www.geeksforgeeks.org/facade-design-pattern-introduction/ 2024/09/05 Archive, Architecture & Design
Microservices Architecture Notes Microservices Architecture The History of Software 소프트웨어의 역사를 보면 하드웨어에 의존적인 구조에서 점점 변화에 유연하고 하드웨어로부터 독립적인 방향으로 발전해왔다. 소프트웨어 아키텍처의 역사는 추상화에 추상화를 거듭하면서 점점 더 고도의 관심사를 추구하는 방향으로 변화했다고 볼 수 있다. 196... 2024/09/05 Archive, Architecture & Design