Archive
- 2024-07-12 :: Writing a Rust code validation API
- 2024-07-10 :: Exception handling in Rust
- 2024-07-06 :: Automating test runs and checking coverage
- 2024-07-03 :: How to write unit tests in Rust
- 2024-06-29 :: From script to library in Rust
- 2024-06-26 :: 25 days of learning Rust: what worked + takeaways
- 2024-06-24 :: Using rusoto to upload a file to S3
- 2024-06-23 :: Making an immutable hashmap constant
- 2024-06-22 :: Linting your Rust code with Clippy
- 2024-06-21 :: Alarm clock part II - text to speech
- 2024-06-20 :: Python Built-ins vs. Rust method chaining (and how it works)
- 2024-06-19 :: A little alarm clock CLI app in Rust
- 2024-06-18 :: Constants in Python vs Rust
- 2024-06-17 :: How to resize images in Rust
- 2024-06-16 :: Use rust-analyzer + ALE to show errors as you code in Rust
- 2024-06-15 :: How to deploy a Rust app to Heroku
- 2024-06-14 :: I built my first Rust website using Axum
- 2024-06-13 :: How to handle environment variables in Rust
- 2024-06-12 :: Converting markdown files to HTML in Rust
- 2024-06-11 :: Building a nice command-line interface with Clap
- 2024-06-10 :: Rustlings 😍 - Small exercises to get you used to reading + writing Rust 🦀
- 2024-06-09 :: Ownership and borrowing in Rust
- 2024-06-08 :: Does Rust have a similar NamedTuple type?
- 2024-06-07 :: Enhancing Pybites Search caching using serde_json
- 2024-06-06 :: How to ship code to crates.io and automate it with GitHub Actions
- 2024-06-05 :: Building Pybites Search in Rust
- 2024-06-04 :: How to run Rust in Python with PyO3 and Maturin
- 2024-06-03 :: Rust Cargo is a lot like Python Poetry 😍
- 2024-06-02 :: How to blog with Zola, a Rust-based static site generator
- 2024-06-01 :: Hello World