profile

From Scratch Code

Master how programming languages work under the hood by building projects from scratch. Offering tutoring, mentorship, and courses, in a fun and supportive environment.

Featured Post

Declarative macro magic from Axum in Rust

From Scratch Code It's like code, but from scratch. Take a quick glance at the code snippet below. Without thinking too hard, is get a function or a method? How about post? What did you decide: is get a function or a method? It appears to be both! And the same with post! If you are familiar with API development in Rust, you may recognize this syntax from Axum. This puzzling question piqued my curiosity and led me to build Cairo, where I re-implemented some key Axum concepts in a simpler way...