The State of DevOps
Analyzing developer sentiment towards DevOps based on the Stack Overflow 2020 Developer Survey
I ❤️ Bopomofo
and you should too!
My Pleco Flashcard Setup
How I use Pleco's flashcard feature to practice Mandarin
用 CMake 的 FetchContent 來管理 C++ 依賴項
如何使用內建的 CMake 功能替換 Git 子模組
C++ Dependency Management with CMake's FetchContent
How to replace git submodules with a built-in CMake feature
Using OpenCV to Detect Face Key Points with C++
After detecting faces in an image in the last post, we now use one of OpenCV's built-in models to extract face key points.