About Me and My Blog This blog provides a brief self-introduction and explains the motivation behind deploying the blog. And some useful tools for setting up a blog will also be mentioned! 2025-06-04 #Motivation
Computer Organization and Architecture Based on textbooks and Bilibili lectures, a systematic review of core knowledge in Computer Organization and Architecture. 2025-11-29 Review #Computer Science
Leetcode-Mistake-Collection-3 The article is intended to systematically document the errors I encountered while solving LeetCode problems, along with the corresponding corrective strategies. 2025-11-26 Leetcode Mistake Collection #updating #Leetcode
Project and Business Plan A collection of projects that originate from tiny ideas. Each entry explores the idea's value, implementation, and challenges, documenting the journey from concept to solution. 2025-11-20 #updating,Project #Business
RAG Python App This Production-Ready RAG Python app lets you deploy locally with ease. Try out RAG functionalities firsthand and enjoy a smooth experience! 2025-11-16 Python #updating #Python #RAG
Ollama API For Python A lightweight Python API service built with FastAPI to connect local Ollama LLMs, featuring API key verification, credit management, and easy integration for secure, controlled access to local model c 2025-10-18 Python #updating #Python #API #Ollama
Web Toolkit A collection of useful websites for learning, algorithmic problem-solving, and more. 2025-10-11
ICP Filing This article details the entire process from purchasing a server to successfully completing the filing, including server selection, domain name purchase, filing procedures, and precautions. 2025-09-27 Tutorial #Server #Website Launch #ICP filing
CMake Tutorial CMake is a cross-platform build system that simplifies compiling code across different operating systems and compilers. This post offers a concise introduction to its core concepts and basic usage. 2025-09-21 Tutorial #CMake
BinaryTree Covers binary tree traversals and introduces AVL trees as a self-balancing structure. Explains the core left and right rotation operations used to maintain balance. 2025-09-17 Data Structure #Data Structure #BinaryTree