A wise man once said “own your words”, he couldn’t be more right. This is my personal repository. I hope you find something helpful here.
Recent Posts
Rust Talk Links
The following are the links from my presentation at KCDC called “A Web Developer’s Guide to Rust”
I hope you enjoyed it!
For full slide export, click here.
Ahead of time compilation
White House Paper Memory Safety
Understanding Rust’s Borrow Checker
Rocket Web Framework
Actix Web Framework
The Art of WebAssembly Book
S-Expressions
Rust Game of Life
HTMX + Service Workers + WebAssembly + Rust
AWS SDK for Rust
DynamoDB Crate Example
read moreReferencing Git File Versions In Perpetuity
A real-world use case for referencing a version of a git file came up in practice recently. The suggested solution was to copy a file into git to a folder as the project morphed and evolved over time. I suggested there would be a better way utilizing the power of version control.
Permalinks cat-file will work within the git command line to cat a file out at a particular point in time.
read more