Blog Posts
Recording technical practices and reflections from work and learning. This blog content is compiled personally and may contain inaccuracies. If you find any errors or areas for improvement, please feel free to discuss corrections with me. Truth becomes clearer through debate, and I look forward to improving together with you.
- Home /
- Blog Posts

LLDB Remote Debugging
- 2025-11-09
In-depth analysis of LLDB remote debugging architecture, detailed guide on deploying and using lldb-server, covering command line and VSCode configuration, and troubleshooting common connection issues.

Design and Implementation of the Hugo Docs Section
- 2025-10-17
This article details the technical implementation of the Docs section of this blog, focusing on multi-level directory construction based on Hugo recursive templates, page loading without refresh implemented by HTMX, and the interaction design of the accordion sidebar and intelligent TOC.

What is Cross Compilation?
- 2025-08-01
An in-depth look at the concepts and importance of cross compilation, along with its four main stages. Explore common cross-compilation toolchains and target triplets to facilitate multi-platform software development and deployment.

Git Commit Standardization: Enhancing Code Quality and Collaboration Efficiency
- 2025-07-08
Implement Git commit standardization through Commitizen and Commitlint to improve code readability, automate release workflows, and enhance team collaboration. Includes both Docker and binary packaging configuration options.