Password authentication is seen as the simplest auth method, but there are plenty of pitfalls along the way. We will implement Basic auth from scratch, examining several classes of attacks against our API - and how to counter them. (more…)
Read more »
In the last several years async-friendly languages and APIs have received a large amount of attention. One contentious point in the language design space are the “colored functions”, or… (more…)
Read more »
Rust is a modern systems programming language focusing on safety, speed,
and concurrency. It accomplishes these goals by being memory safe without using
garbage collection. (more…)
Read more »
SQLite clone from scratch in Rust. Contribute to joaoh82/rust_sqlite development by creating an account on GitHub. (more…)
Read more »
We join the Rust community in announcing the formation of the Rust Foundation, the host of the popular Rust programming language that began within Mozilla. (more…)
Read more »