Posts
All the articles I've posted.
-
Practical Profiling with perf on Linux
Published:`perf` is the user-space front-end to the Linux perf_event subsystem.
-
Mastering the Art of LLM Integration: A Developer's Guide to Effective AI Utilization
Published:I've been exploring how Large Language Models (LLMs) can transform our development workflows.
-
Modern Idioms with the C++23 Standard Algorithms Library
Published:Mastering algorithm idioms consistently delivers some of the biggest productivity and performance gains.
-
Mastering C++ Range-Based For Loops: Performance Patterns You Need to Know
Published:Range-based for loops, introduced in C++11, are one of my favorite features for writing cleaner, more maintainable code.