Thoughts and explorations in Computer Vision, Machine Learning, C++, and more.
A comprehensive guide to setting up, structuring, and managing modern C++ projects with best practices, tools, and workflows...
A deep dive into message brokers vs protocols. Learn when to use RabbitMQ, when to choose MQTT, and how to leverage both in hybrid architectures...
A compact cheatsheet of kubectl commands for everyday cluster inspection, debugging, and troubleshooting.
A comprehensive guide to major detector families including YOLO, RT-DETR, and YOLO-NAS. Explore architectures, trade-offs, and deployment considerations...
A comprehensive guide to using Ninja, the fast build system designed for speed. Learn setup, commands, and best practices for C++ projects...
A comprehensive guide to core parallel programming patterns in CUDA, from reductions and scans to cooperative groups and stream parallelism...
A comprehensive guide to understanding the essential building blocks of CMakeLists.txt files, from basic commands to advanced concepts...
Exploring techniques like dynamic_cast, typeid, virtual functions, and enums for determining object types at runtime...