Blog
-
C++ Advanced Profiling Guide | perf· gprof
When your multithreaded C++ game server burns 60% CPU and you cannot find the bottleneck: perf, gprof, Valgrind, VTune, Tracy, flame graphs, cache misses.
-
Complete Guide to Image Formats | JPEG·PNG
Comprehensive guide to image formats used in web and apps: JPEG, PNG, GIF, WebP, AVIF, SVG.
-
AI Prompt Engineering for Developers | ChatGPT
Complete guide to AI prompt engineering for developers. Learn how to craft prompts that generate optimal code in ChatGPT, Claude, and Cursor.
-
Complete AI Vibe Coding Guide | Cursor
Complete guide to AI Vibe Coding. Boost productivity 10x with Cursor, GitHub Copilot, and Claude.
-
API Design Complete Guide
Compare features and pros/cons of REST API, GraphQL, and gRPC.
-
Build System Comparison — Complete Guide
Compare major build systems like CMake, Make, Ninja, and Meson.
-
Coding Test Complete Preparation Complete Guide
Systematically organize coding test preparation strategy.
-
C++26 Contracts Complete Guide
Express function preconditions, postconditions, and invariants at language level with C++26 Contracts.
-
C++26 Reflection Complete!
C++26 standard complete. Biggest changes since C++11 with Reflection, Contracts, memory safety. Includes practical code examples and migration guide.
-
C++26 Static Reflection Complete Guide
Query type information at compile time with zero runtime overhead using C++26 Static Reflection.