/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
11:43 5/30
goodgid.github.io
11:43
goodgid.github.io
Gidhub
https://goodgid.github.io/
My Github Blog
저작도구: Jekyll v3.9.0
최종 피드 수집: 2025-07-08 09:17
전체 (273)
1M
분산 시스템에서 순서가 보장되지 않은 이벤트를 다루는 전략
분산 시스템에서 최종적 일관성이란
이벤트 기반 시스템에서 강력한 일관성을 유지하는 게 어려운 이유
순서 없는 이벤트를 처리하는 전략
Event Versioning
Idempotent Event Handlers
Reo
Tech
+ 더보기
0
0
0
읽기모드
1M
DU(Disk Usage) 명령어를 아시나요?
DU(Disk Usage)
옵션
Example
Summary
DU(Disk Usage)
du -hs 명령어는 Linux 또는 macOS 등의 유닉스 계열 운영체제에서
디스크 사용량(Disk Usage)을 확인할 때 사용하는
Tech
+ 더보기
0
0
0
읽기모드
1M
2PC(Two-Phase Commit)란 무엇일까?
2PC(Two-Phase Commit)
Coordinator, Participants
2 Phase
Prepare Phase (Voting Phase)
Commit Phase (Decision Phase)
단점
Tech
+ 더보기
0
0
1
읽기모드
2M
DIG(Domain Information Groper) 명령어를 아시나요?
dig(Domain Information Groper)
Example
Summary
dig(Domain Information Groper)
dig(Domain Information Groper)은 DNS(Domain Nam
Tech
+ 더보기
0
0
1
읽기모드
2M
샤딩과 파티셔닝, 그 차이에 대하여
Prologue
샤딩
ShardingSphere
ShardingSphere 사용 이유
파티셔닝
샤딩+파티셔닝 Usecase
Summary
Prologue
업무를 하다 보면 샤딩이란 단어와 파티셔닝이란 단어를 자주 사용한다.
DB
+ 더보기
0
0
3
읽기모드
3M
LeetCode : 692. Top K Frequent Words
692. Top K Frequent Words
Problem
Example
[1] Code (25. 04. 07)
Reference
692. Top K Frequent Words
Problem
Given an array o
LeetCode
+ 더보기
0
0
2
읽기모드
3M
Redis 서버에 접속중인 Client 목록 확인 방법
Prologue
CLIENT LIST
특정 클라이언트 종료하기
Summary
Prologue
회사에서 Redis 서버를 재기동 해야 하는 이슈가 생겼다.
재기동하기 전에 현재 Redis 서버와 커넥션을 맺고 있는 클라이언트를 확인
Redis
+ 더보기
0
0
1
읽기모드
3M
LeetCode : 1299. Replace Elements with Greatest Element on Right Side
1299. Replace Elements with Greatest Element on Right Side
Problem
Example
[1] Code (25. 03. 24)
Reference
1299. Replace Ele
LeetCode
+ 더보기
0
0
0
읽기모드
6M
2025 Dev History
Plan
Book & Lecture
DevStory
2025년 Dev History
2024 Dev History에 이어
2025년에도 내가 어떤것에 관심을 갖고
어떤 공부를 했고 그로 인해 어떤 성장을 했는지 기록해두자.
Pla
Retrospective
+ 더보기
0
0
0
읽기모드
1y
[데이터 중심 애플리케이션 설계] 5장. 복제 : 쓰기 후 읽기 일관성 (Read After Write)
Question
첫 번째 방법
두 번째 방법
Suumary
Refernece
이 글은 책 내용을 토대로 작성하였습니다.
Question
리더 기반 복제 시스템에서 쓰기 후 읽기 일관성은 어떻게 구현할 수 있을까?
책에서는
SystemDesign
+ 더보기
0
0
2
읽기모드
1y
Redis를 MessageQueue로 활용하는 방법들의 장/단점 분석
Prologue
Redis as MessageQueue
Pub/Sub vs Stream
Pub/Sub
Stream
요약
Redis Stream vs Kafka
Redis Stream
Kafka
요약
Pub/Sub v
Redis
+ 더보기
0
0
1
읽기모드
1y
2024년 소프트웨어 마에스트로(Software Maestro) 멘토 지원 및 합격 후기
Prologue
선발 인원
멘토 역할
선발 일정
서류 지원 및 합격
면접
장소
면접 시간 측정
면접관 정보
면접 내용
흠…
그 밖의 기록
면접 결과
안내 사항
멘토 O.T
팀 매칭
멘토단 정보
멘토단 기업 분
E.T.C
+ 더보기
0
0
0
읽기모드
1y
2024년 소프트웨어 마에스트로(Software Maestro) 멘토 지원 및 합격 후기
Prologue
선발 인원
멘토 역할
선발 일정
서류 지원 및 합격
면접
장소
면접 시간 측정
면접관 정보
면접 내용
흠…
그 밖의 기록
면접 결과
안내 사항
후기
Summary
Prologue
Software
E.T.C
+ 더보기
0
0
1
읽기모드
1y
좋은 코드 vs 나쁜 코드 (Good Code vs. Bad Code)
The Importance of Good Names
The Perils of Copying Code
Too Many Parameters
Avoiding Nested Conditional Logic
The Benefits of Im
Tech
+ 더보기
0
0
3
읽기모드
1y
LeetCode : 155. Min Stack
Min Stack
Problem
Example
[1] Code (24. 02. 25)
Reference
Min Stack
Problem
Design a stack that supports push, pop, top, and
LeetCode
+ 더보기
0
0
0
읽기모드
1y
Production 환경에서 Redis를 사용하는 가장 효과적인 6가지 방법 - Website Analytics, Flash Sale
Prologue
Website Analytics
HyperLogLog
동작 방식
단점 아닌 단점
Flash Sale
동작 방식
SETNX
SET
Summary
Reference
연재 글 목록
Production 환경
Redis
+ 더보기
0
0
0
읽기모드
1y
LeetCode : 576. Out of Boundary Paths
576. Out of Boundary Paths
Problem
Example
[1] Code (24. 02. 12)
Reference
576. Out of Boundary Paths
Problem
There is an m
LeetCode
+ 더보기
0
0
0
읽기모드
1y
Production 환경에서 Redis를 사용하는 가장 효과적인 6가지 방법 - Leaderboard, Message Queue
Prologue
Leaderboard
Zset 속성
Example
Message Queue
Summary
Reference
연재 글 목록
Production 환경에서 Redis를 사용하는 가장 효과적인 6가지 방법 - Ca
Redis
+ 더보기
0
0
0
읽기모드
1y
Production 환경에서 Redis를 사용하는 가장 효과적인 6가지 방법 - Cache, Session Store
Prologue
Cache
Application Cache
Second Level Cache
Distributed Cache
Session Store
Summary
Reference
연재 글 목록
Production 환경에
Redis
+ 더보기
0
0
1
읽기모드
1y
LeetCode : 2830. Maximize the Profit as the Salesman
2830. Maximize the Profit as the Salesman
Problem
Example
[1] Code (24. 02. 04)
Reference
2830. Maximize the Profit as the S
LeetCode
+ 더보기
0
0
0
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy