Enforcing Database Transactions with Rust
Rust's ownership model enables enforcing the use of database transactions, while still allowing single queries without transactions. (more…)
Read more »
This past weekend, I wanted to make a small toy project
that just connects JavaScript to SDL3 with a simple API.
The goal was for it to be quick and simple and fun,
and once hello world worked, build on it as needed. Read more