2023-第一季度学习计划

整体计划

  1. 了解 rust 语法, 能够使用 rust 进行算法练习并写点简单的项目
  2. 使用 rust 编写一个代理服务
  3. 了解 swc, 对比其与 babel 之前的差异, 并尝试使用 swc 重构之前的 babel插件或者重新实现一些新的插件工具
  4. 坚持算法练习并更换语言为 rust
  5. 坚持 typescript 体操练习

一月进度

  1. typescript 体操练习

  2. Rust 学习记录

    1. https://github.com/LZS911/guessing_game/blob/master/src/main.rs
    2. https://github.com/LZS911/variables/blob/master/src/main.rs
    3. https://github.com/LZS911/hello-rust/blob/master/src/main.rs
  3. 算法练习 t82 - t86

二月进度

  1. Rust 学习记录

  2. rust-proxy

  3. 算法练习 t87 - t90

三月进度

  1. 使用TypeScript实现一个类似rust中match功能的函数

  2. 使用babel与swc实现一个简易版本babel-plugin-import

  3. typescript 体操练习

  4. 算法练习 t91 - t94

  5. 学习 docker 并使用其搭建一个 monorepo 开发环境