Documentation
Docs & courses
Deep-dive notes, full courses, and documentation for things I build.
C for People Who Already Know How to Code
A crash course in the parts of C that bite experienced programmers coming from any other language: undefined behavior, memory layout, integer and string footguns, structs, the preprocessor, and the build toolchain.
Open โAI in IAM: Automating the Enterprise Without Breaking Compliance
A full course on using AI to automate enterprise identity and access management: the LLM and agent fundamentals, concrete automation architectures, and exactly where AI plugs into a real SailPoint ISC implementation without breaking compliance.
Open โC++, End to End
A comprehensive, from-scratch C++ course: syntax through templates, memory, the STL, and modern C++, with live editable examples you can run in the browser.
Open โGo, End to End
A comprehensive, from-scratch Go course: syntax and types through goroutines, channels, generics, and idiomatic Go, with live editable examples you can run in the browser.
Open โ