笔者业余时间学习的计算机课程。

TOC

Algorithms

Artificial Intelligence

CS

Database

Distributed Systems

Language

OS

  • OSTEP Operating Systems: Three Easy Pieces(virtualization, concurrency, and persistence) University of Wisconsin

Parallel Programming

  • 15-418 Parallel Computer Architecture and Programming CMU
    • 课程涵盖并行体系结构(GPU / Multi-Core)、并行编程模型、缓存一致性的实现方式(Snooping-Based & Directory-Based)、同步机制、Lock-Free编程 等内容。
    • 课程主页 - 2015
    • 课程视频 - 2015
    • 授课者 Kayvon Fatahalian 从 CMU 换到 Stanford 后开设了一门对等的课程 cs149,课程 Lab 在 github 上

Web Development