Latest

System Design
Learning from 'Bitcask' - Database design for HDD
Bitcask is a high-performance, especially for HDDs, append-only key-value storage engine that uses an in-memory index for fast reads and sequential disk writes for efficient data persistence.
By Minh-Tri Le - Jun 2026
![[CVE-2026-3854] Remote Code Execution in GitHub.com and GitHub Enterprise Server](/images/blogs/cve-2026-3854.png)
Security
[CVE-2026-3854] Remote Code Execution in GitHub.com and GitHub Enterprise Server
A header-injection bug in GitHub's internal plumbing turned a routine git push into arbitrary code execution on GitHub's backend - affecting both GitHub.com and on-premise Enterprise Server.
By Minh-Tri Le - Apr 2026

iOS
Understanding MachO Binary Format
High level architecture of a Mach-O binary. Learned through implementing application support parsing iOS binary.
By Minh-Tri Le - Mar 2025