Smart Pointers in C++: unique_ptr, shared_ptr, and weak_ptr
Mastering modern C++ memory management: exclusive ownership, shared resources, and breaking reference cycles with practical examples.
Think deeper, Build better
Focused notes on embedded systems, C++, Linux, system design, and trading — written for people who want to understand how systems actually work.
Mastering modern C++ memory management: exclusive ownership, shared resources, and breaking reference cycles with practical examples.
A practical overview of Real-Time Operating Systems, scheduling, synchronization, and best practices for embedded development.
Practical patterns for low-overhead logging on microcontrollers without breaking real-time behavior.