Attention Mechanism The introduction and explanation for the Basic Neural Network Transformer. 2025-07-28 Artificial Intelligence > LLM #Artificial Intelligence #Deep Learning #Neural Networks #Transformer
CLI Roadmap Several website recommendations for command line interface usage, including fruitful technical blog and courses, and several specific guidelines for tool usage like vim and tmux, etc. This blog also i 2025-07-27 Efficient Tools #tutorial #CLI
LLM Learning Initial Initial plan and learning materials for learning large language models from scratch. 2025-07-27 Artificial Intelligence > LLM #Tutorial #LLM
Python Scraping Tutorial This blog introduces the basic tutorial for scraping, including the basic usage of bs4 and requests module, and a small demo for scraping contents for other's technical blog. 2025-07-24 Code > Python #Finished #Tutorial #scraping
Feishu GPU Auto Monitoring My Github project - Scripts for monitoring GPU usage on remote machine via feishu bot. 2025-07-24 Project #Finished #Python #Automatic Scripts
Pythonic Functional Programming Tutorial for Pythonic: the introduction of functional programming and its philosophy 2025-07-16 Code > Python #Python #Tutorial #Pythonic
Python Pythonic This article introduces advanced Python programming concepts, including Pythonic style, metaprogramming, functional programming, and more. 2025-07-16 Code > Python #Finished #Python #Tutorial
Python Package Manager A basic tutorial for several advanced package manager, including pip, venv, uv and conda. 2025-07-14 Code > Python #Python #Tutorial #Package Manager
Quick-GPT: A Fast and Simple CLI LLM Calling Function My Github project: Quick-GPT, a fast and user-friendly CLI LLM calling command using just one command! 2025-07-13 Project #Python #CLI #AI API Calling
Python Architecture Patterns: Multi-File Programming Tutorials on managing import paths when programming in Python with multiple files, including understanding import priority, absolute imports, and relative imports. 2025-07-12 Code > Architecture Design #Python #Tutorial #finished #Modules
Python Architecture Patterns Introduction to architecture design patterns in Python, with several announcement of advanced Python programming. 2025-07-12 Code > Architecture Design #Python #Tutorial #finished #Architecture Patterns
My-Bloging-Workflow Basic introduction to CI&CD in software engineering, including demonstration of my own blog post automation. 2025-07-11 #CI & CD #Workflow
Python Pipe & Functional Programming The basic tutorial of using pipes in Python programming, including advanced usage. The blog also introduces the introduction of functional programming. 2025-07-03 Code > Python #Finished #Python #Tutorial #Functional Programming #pipe
Torch Memo TensorBoard Tutorials for Tensor Board in torch.utils.tensorboard 2025-07-01 Artificial Intelligence > Torch #Finished #Python #Tutorial #Pytorch #TensorBoard
Factor Mining in Quantitative Investing: A Survey This article is a survey for Quantitative factor mining, including basic concepts, methodology and factor effectiveness test 2025-07-01 Artificial Intelligence #Finished #Survey #Quantitative Factor Mining
Javascripts Advanced This article introduces advanced JavaScript syntax including DOM structure, modifying hml properties, event lister and callback-hell problem. 2025-06-22 Code > Full Stack Programming > Frontend #tutorial #Finished #javascript
Javascripts Memo This article introduces fundamental JavaScript syntax along with advanced techniques, covering DOM manipulation for HTML interaction and basic demo for frontend code. 2025-06-20 Code > Full Stack Programming > Frontend #tutorial #Finished #javascript
DataStructure Awesome Final Project: All codes for implementations and applications of several data structures, including STLite final assignment. 2025-06-10 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Data Structure #C/C++ #awesome
LLM Evaluating Initial try for LLM evaluating on gsm8k dataset. 2025-05-30 Artificial Intelligence > LLM #Finished #Python #Tutorial #LLM
Math Integral Cheatsheet Integral cheatsheet for poor freshman. 2025-05-23 Project #Integral Cheatsheet #latex
DataStructure Graph SCC Several algorithms to solve SCC problems, including Kosaraju and Tarjan Algorithms, with its applications. 2025-05-19 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Finished #Data Structure #C/C++ #Graph
WSL Proxy Tutorial for basic conception of Internet in WSL and ways to fix DNS pollution problem in WSL, including several tools to check internet. 2025-05-18 Efficient Tools #tutorial #WSL #Proxy
DataStructure Graph AOE and AOV Network This Blog introduces AOE and AOV networks, with its applications using DFS and topological order. 2025-05-15 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Finished #Data Structure #C/C++ #Graph
Secure Shell and Encryption This article introduces the basic principles and specific operations of SSH, as well as an introduction to network security and cryptography. 2025-05-13 Efficient Tools > Missing Semesters #tutorial #Missing Semester #SSH
DataStructure Graph SSSP Problem Several algorithms to solve SSSP problems, including DAG, Bellman-Ford algorithms and Dijkstra algorithms. 2025-05-12 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Finished #Data Structure #C/C++ #Graph
DataStructure Graph MST Problem Minimum Spanning Trees in the Graph, including prim and kruskal algorithms. 2025-05-11 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Finished #Data Structure #C/C++ #Graph
Agents in Coding: A Survey Survey on AI coding agents: advancements, challenges, and future directions in software engineering. 2025-05-10 Artificial Intelligence > CS294 LLM Agents #Artificial Intelligence #Deep Learning #AI research #Agents #Coding #LLMs
DataStructure Graph Introduction Introduction to graph theory algorithms, including the lecture notes of data structure and discrete mathematics. 2025-05-09 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Finished #Data Structure #C/C++ #Graph
DataStructure Disjoint Set This article introduces the basic implementation and applications of the Union-Find data structure, including LCA (Lowest Common Ancestor) problems and maze generation. 2025-05-08 Algorithm > SJTU CS0501(H) Data Structure #tutorial #Finished #Data Structure #C/C++ #Disjoint Set #LCA