Caden Garrett

Building @vast.codes 🦀
👀About / 🔥Projects / 📚Blog Posts
  • Patching Node Dependencies

    2024.08.27
    • #node
    • #npm
    • #patch-package
  • Building PaperPods

    A tour of modern web app development

    2024.04.13
    • #product
    • #paperpods
  • Creating Python Extensions with Rust

    Utilizing PyO3 and maturin to create Python Extensions

    2023.06.24
    • #rust
    • #python
  • Optimizing Matrix Multiply with Rust

    An instructive intro to performance optimization with Rust

    2023.06.17
    • #rust
    • #performance
  • Calling Python from Rust

    A quick and dirty way to call your Python modules from Rust

    2023.06.03
    • #rust
    • #python