All writing

Learning from 'Bitcask' - Database design for HDD
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
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
Understanding MachO Binary Format
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
Back to blog
N

Subscribe to my newsletter

Get notified when I publish new posts on my blog

© 2026 Minh-Tri Le. All rights reserved.