• Home
  • About
  • Notes
  • Projects

Notes

Notes

Clean Architecture Notes

Practical notes on Clean Architecture based on implementing it in a Go blog project...

notessystem_architecture
Sep 23, 2025

Git Commands Reference

Personal reference notes for git commands I frequently use untracked -> staged -> committed : (add...

notestools
Sep 23, 2025

Regex

Basic regex patterns and rules for pattern matching and text processing > Match, Find or Manage Text On default, it...

notestools
Sep 23, 2025

Kademlia DHT: 분산 네트워크에서 효율적인 검색 알고리즘

분산 해시 테이블을 활용한 P2P 네트워크에서의 효율적인 노드 및 데이터 검색 방법 분산 해시 테이블은 여러 노드에 걸쳐 키-값 쌍을 분산 저장하는 시스템이다...

notesalgorithms
Sep 25, 2025

머클 트리: 데이터 무결성을 위한 이진 트리 구조

효율적인 데이터 검증과 무결성 확인을 위한 암호학적 해시 트리 머클 트리(Merkle Tree)는 완전 이진 트리 구조로, 각 리프 노드는 데이터 블록의 해시를 포함하고, 각 내부 노드는 두 자식 노드의 해시를...

notesalgorithms
Sep 25, 2025