Skip to main content

Docs Summary

Auto-generated by summarize.py

全部文章 All Articles

ARTIFICIAL INTELLIGENCE

  1. AI Agent
  2. Plaud Tech Requirement
  3. AI Agent - Voice AI
  4. AI Agent - Wide Research
  5. AI Agent Context Engineering
  6. AI Agent - LLM Basic
  7. Prompt Collection
  8. 成为AI大师吧 Become AI master
  9. AI Financial Agent
  10. LLM vs traditional NLP/ML/SDE
  11. Deep Research Agents
  12. MCP
  13. IELTS speaking practice partner expert
  14. PR Agents Benchmark Evaluator
  15. Chat Template
  16. 偏差,方差与标准差
  17. Design Good Prompt
  18. Speculative Decoding
  19. Prompt Problems
  20. ChatGPT Fine Tuning
  21. Promising Problems on AI Coding from Cursor
  22. RAG深入理解 RAG Deep Dive
  23. AI Coding Products
  24. Train Domain LLM with GRPO
  25. AI Agent RAG Basics
  26. PPO
  27. The Illustrated Transformer (Notes)
  28. Coding Agent会替代人类吗?Will Coding Agent Replace Human?
  29. LLM为什么使用Decoder only架构?
  30. DeepSeek、WebGUI、RAG本地部署实践
  31. 优化算法 Optimization Algorithmn
  32. Pytorch Cheatsheet
  33. Linear Neural Network
  34. Multilayer Perceptrons (MLP)
  35. PEFT Introduction
  36. S-LORA: SERVING THOUSANDS OF CONCURRENT LORA ADAPTERS
  37. LLM Concept
  38. Nsight System
  39. Prefill和Decode的分析
  40. Statistics
  41. Generate Synthetic Workload
  42. PEFT - LoRA
  43. Deep Learning Overview
  44. DL/ML Common Concept
  45. Self-Attention
  46. Convoulutional Neural Network CNN
  47. Deep Learning Computation
  48. Modern CNN
  49. Modern RNN: GRU, Enconder-Deconder, Seq-Seq
  50. RNN Recurrent Neural Network
  51. Overview
  52. Transformer Inference Arithmetic

COMPUTER NETWORKS

  1. 数据链路层 The Data Link Layer
  2. 传输层 The Transport Layer
  3. Socket
  4. 物理层 The Physical Layer
  5. 代理与反向代理 Proxy VS Reverse Proxy
  6. 一个请求的始末 The Beginning and End of a Request
  7. 应用层 The Application Layer
  8. 网络层 The Network Layer
  9. OSI七层模型 OSI Network 7 layers Model

DATABASE

  1. Kafka概述 Overview
  2. Redis Overview
  3. Redis FAQ
  4. MQ
  5. MysQL日志 Log
  6. MysQL SQL CheatSheet
  7. SQL 最佳实践 Best Practise
  8. Kafka VS Flink
  9. SQL 练习 Select statement
  10. Database Overview
  11. MySQL执行流程 Execution Flow
  12. MySQL索引 Index
  13. MySQL锁 Lock
  14. MySQL事务 Transaction
  15. MySQL 问题清单 MySQL Questions List
  16. Fulltext Index: Lucene
  17. Storage and Retrieval
  18. MySQL概览 Overview

DISTRIBUTED SYSTEMS

  1. RPC 请求语义 RPC Semantics
  2. Full Score in NUS CS5223
  3. 分布式思考 Distributed Thinking
  4. Lab4 ShardStoreServer
  5. Lab3 Paxos Fault Tolerance
  6. Lab 2: Primary-Backup Service
  7. Lab 1: Exactly-Once
  8. 分布式文件系统 Distributed File System
  9. 拜占庭容错 Byzantine Fault Tolerance
  10. 分布式事务 Distributed Transaction
  11. 共识协议 Distributed Consensus, State Machine Replication
  12. 分布式状态,如何定义一致性? Distributed State and Consistency
  13. 物理时钟,Lamport 时钟与 Vector 时钟 Physical Clock, Lamport Logical Clock, and Vector Clock
  14. 分布式系统概述 Distributed Systems Introduction

LEETCODE

  1. 二分搜索 Binary Search
  2. 二叉树前中后向遍历 Binary Tree Front, Middle, and Post Order Traversal
  3. 周赛 Weekly Contest 410
  4. 周赛 Weekly Contest 411
  5. 周赛 Weekly Contest 412
  6. 周赛 Weekly Contest 414
  7. 周赛 Weekly Contest 417
  8. 周赛汇总
  9. 周赛 Weekly Contest 387
  10. 周赛 Weekly Contest 408
  11. 周赛 Weekly Contest 407
  12. 周赛 Weekly Contest 406
  13. 周赛 Weekly Contest 405
  14. 周赛 Weekly Contest 404
  15. 周赛 Weekly Contest 403
  16. Leetcode problem rating
  17. 周赛 Weekly Contest 402
  18. 周赛 Weekly Contest 401
  19. 背包动态规划 Backup DP
  20. 单调栈 Monotonic Stack
  21. 单调队列 Monotonic Queue
  22. 排序 Sort
  23. 图最短路径 Graph V2
  24. 堆 Heap
  25. LRU缓存
  26. Python 常用语法 Python Frequently Used Syntax
  27. 周赛 Weekly Contest 400
  28. Math Todo
  29. 容斥定理 Inclusion–exclusion principle
  30. 周赛 Weekly Contest 131
  31. 常见单词
  32. 二叉树层序遍历 Binary Tree Level Order Traversal
  33. 回溯之子集 Backtrace-Subset
  34. 图遍历 Graph Traversal, Topological Sort, Unicom Branch
  35. Go常用语法 Golang Syntax
  36. 周赛 Weekly Contest 398
  37. Topics Todolist
  38. 树形动态规划 Tree DP
  39. 间隔动态规划 Interval DP
  40. 状态机动态规划 State Machine DP
  41. 双周赛 Weekly Contest 130
  42. 周赛 Weekly Contest 395
  43. 周赛 Weekly Contest 396
  44. Algorithm summary
  45. 为什么要学习 LeetCode? Why practice Leetcode?
  46. 线性DP Linear DP
  47. 动态规划原理 DP Principle
  48. 回溯之排列 Backtrace-Permutation
  49. 回溯之组合 Backtrace Combination
  50. 二叉树与递归,相似平衡 Binary Tree and Recursion v2
  51. 二叉树与递归,最近祖先 Binary Tree and Recursion, Nearest Ancestor of Binary Tree
  52. 二叉树与递归,最大深度 Binary Tree and Recursion
  53. 链表删除系列 Linked List Delete Series
  54. 链表快慢指针系列 Linked List Fast Slow Series
  55. 反转链表系列 Linked List Reverse Series
  56. 同向指针滑窗 Same Direction Pointer/Sliding Window
  57. 双指针 Opposite Double Pointer
  58. 规划 Roadmap

MLSYS

  1. GPU
  2. How to do research in the era of LLM
  3. Machine Learning Systems Overview
  4. Fault Tolerance in LLM Training/Serving Systems
  5. Distributed Training Overview
  6. Distributed Training Approaches
  7. Machine Learning Cluster Architecture
  8. Distributed Training Collective Communication
  9. Distributed Training Parameters Server
  10. Distributed Training System Overview
  11. MLSys Learning PLAN

OPERATING SYSTEMS

  1. Network
  2. OS Todo
  3. 浮点数
  4. 系统调用和零拷贝技术
  5. Deadlock and Lock Types
  6. Link
  7. 操作系统内存管理 Memory Management
  8. 操作系统设备管理 Device Management
  9. 操作系统进程管理 Process Management
  10. 操作系统概览 Operating System Overview
  11. 优化程序性能 HPC Optimizing program's performance

SHARING

  1. 我在Shopee的工作分享:AI Code Review; My work sharing in Shopee: AI Code Review
  2. 我在组内做了一次技术分享:分布式系统,I did a Distributed Systems Sharing in our Team
  3. 训练机器学习模型预测赢家,在 Kaggle 准确度最高 Game Winner Prediction, best 76.9% w EDA&Finetune
  4. 【视频】43秒带你速通分布式系统概念 [Video] A quick tour of Distributed System

SYSTEM DESIGN

  1. Cloud Native
  2. System Performance Data
  3. System Design FAQ
  4. System Design Flow
  5. The Challenges and Problems I Encountered
  6. [System Design] AI Chatbot
  7. [TD] Settlement 订单结算系统(简化)
  8. 一个合格的后端系统
  9. 新加坡PR申请数据 sgpass.info
  10. Overview
  11. 产品系统设计Todo Products Todolist
  12. 从零到一百万用户 Scale from zero to millions of user
  13. 秒杀系统 Flash Sale System
  14. 设计模式 Design Pattern
  15. Nginx高可用
  16. ID生成器
  17. 短链生成系统 URL Shortener System
  18. 容灾与备份 Disaster Tolerance, Backup, Failover
  19. 敏捷开发、DDD与TDD
  20. 聊天系统 Chat System
  21. 网络架构的演变 The Evolution of Web Service Architecture
  22. 一致性哈希 Consistent Hashing

WEB FULL STACK

  1. Chrome api duplicate api request with a gear
  2. Git Command Cheatsheet
  3. The unlimited potential of automated scripts in Computer Science
  4. How to login to websites requiring OTP(text message), using python
  5. DeepLink
  6. 部署常见问题
  7. HTTPs Setup
  8. Http Redirect Status Code
  9. 爬虫关键技术
  10. 插入内容的js脚本
  11. 效率工具汇总
  12. 项目管理工具 Project Management Tools
  13. Regular Expressions Cheatsheet 正则表达式小抄
  14. 绕过应用头像GIF上传限制 Bypass the GIF Upload Restriction
  15. 压力测试工具 Stress Testing Tools
  16. 性能测试检查清单 Performance Testing Checklist
  17. 常见CMD 命令
  18. Golang Type System
  19. Golang 反射系统
  20. CURD Problem
  21. Shell脚本概述 Shell Script
  22. HTTP Q&A
  23. WIFI Port Redirect public requests to my laptop
  24. pandas
  25. Grafana
  26. Encryption, Signature, and Hash
  27. Python GIL
  28. IoC (Inversion of Control) and AOP (Aspect Oriented Programming)
  29. 收录 Web 全栈的知识
  30. Crontab 使用指南
  31. Authentication, Authorization, Token and JWT
  32. Unix Log CLI
  33. Linux系统常见概念 Overview
  34. Frontend Funfact
  35. Nextjs Project Dashboard 01
  36. Nextjs Project Dashboard 02
  37. Nextjs Project Dashboard 03
  38. CSS笔记 Notes
  39. TypeScript
  40. UML 序列图要点 UML Sequence DiagramStress Testing Tool
  41. Frontend技术栈 Tech Stack
  42. React笔记 Notes
  43. React 五子棋入门项目 Tic-Tac-Toe
  44. React Nextjs Foundation 基础
  45. Docker Cheat Sheet

排版参考 为什么这么设计系列文章