Giter VIP home page Giter VIP logo

cs110l's Introduction

CS110L: Safety in Systems Programming

Description

Stanford CS110L is a course about Rust Language and Systems Programming. Rust is quite elegant, and covers a lot of concepts in Programming Language. I highly recommand this course. There is a list of "what I learned" for your reference.

Rust Basics

  1. Memory Safety
  2. Ownership and Borrow
  3. Error handling with "Option" & "Result"
  4. Traits & Generics for Abstraction
  5. Smart Pointers, e.g. Box / Rc / Arc / RefCells
  6. Macros & Code Generation
  7. Apply Rust Concepts to C / C++, e.g. RAII, Ownership etc.

Concurrency

  1. Multiprocessing vs Multithreading
    • Examples: Google Chrome vs Firefox Explorer
  2. Synchronization Methods in Multithreading
    • Mutex
    • Conditional Variable
    • Channel
  3. Basics of Distributed System
    • Scalability
    • Availability
    • Security
  4. Asynchronous Programming
    • Future
    • Async / Await

Resources

Most resources of this course are incomplete. I'll mainly focus on the Spring 2020 version, which is relatively aggregated. I also notice the content of this course is gradually decreasing across the years, thus maybe the course in 2022 is mostly refined.

Other unofficial resources:

Relative course:

Progress (Finished)

I have learned the basics of Rust with Too Many Linked List. In this course, I want to achieve two goals.

  1. Review Rust to gain a deeper understanding.
  2. Focus on concurrency in the latter part of the course.

To achieve these goals, I hope to complete the course in 1 week(You know, it's always good to have a plan xD.)

Date Lecture Excercise Project Time
0801 01-02 1.5h
0802 03-04 01-02 4h
0803 05-06 03.p1 4h
0804 03.p2 1h
0805 07-08 1.5h
0813 proj1.01-03 3h
0814 proj1.04-07 3h
0820 09-10 2h
0821 11-12 2h
0822 05 0.5h
0823 13 1h
0824 14 1h
0825 15-16 06 proj2.01-02 2h
0826 proj2.03 2h
0827 proj2.04-05 3h
0828 17-18 1h
Total 32.5h

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.