RFFP 0: On the Rust learning curve

TL;DR

This is my introductory post for my Rust education series, Rust from First Principles. I dig into what it means for a language to be "hard to learn" and introduce a framework for reasoning about Rust code to deepen your understanding.

Read more  ↩︎

About This Blog

TL;DR

As is my want, this blog is a fullstack Rust project. The backend is very straightforward as its job is largely to just serve blog post documents, and it has a fairly straightforward stack: Axum + MongoDB and deployed on Shuttle. All of the unique parts of the project are in the frontend. There, I combine Ratatui and Yew for a texted-based, terminal-esque UI. This presented a series of fun and interesting challenges.

Read more  ↩︎