The Codex
Technical guides, security research notes, and architecture deep dives. Built to document patterns worth remembering and share knowledge worth spreading.
React Compiler Deep Dive
A deep dive into the React Compiler, covering its architecture, how it works, and how to use it effectively.
Python 3.x Complete Cheatsheet
A concise reference for Python 3.x covering string formatting, data types, built-in functions, file handling, and core language concepts including generators, decorators, and async/await.
Setting Up a Python Project with uv
The fastest and most reliable way to initialize a clean, reproducible Python project using uv. Covers project scaffolding, dependency management, and inline scripting for single-file tools.
Internal Network Reconnaissance and Exploitation
A five-phase methodology for internal network engagements covering host discovery, port scanning, vulnerability analysis, exploitation, and privilege escalation. Includes OPSEC tactics and evasion techniques for red team operations.