Archives
All the articles I've archived.
2025 1
January 1
Visualizing modern C++ code using Clang and UML
Published: at 10:00 AMOverview of clang-uml functionality and examples showing how UML can still be useful for modern C++ development.
2024 2
December 2
Alternative ADL model serialization functions with nlohmann::json
Published: at 08:00 PMHow to implement co-existing alternative JSON serialization logic for the same data model using `nlohmann::json`
compile_commands.json gallery
Published: at 06:00 PMCollection of `compile_commands.json` databases generated by various build systems along with setup instructions.