Files and the OS
More from mattrighetti
Query builders and ORMs have been around for as long as I can remember, each serving different purposes. ORMs, for example, allow you to focus on application logic without worrying about SQL or database intricacies. However, this convenience comes at a cost—using an ORM almost always means losing control over what’s happening in your database....
Askama implements a template rendering engine based on Jinja. It generates Rust code from your templates at compile time based on a user-defined struct to hold the template’s context.
Lately I’ve been working on Ulry, after tiressly trying to make Next.js work for me, I realised it wasn’t the right fit (I’m not alone). I decided to make a U-turn and go all in with Rust and SSR.
If you’ve ever worked on some kind of project you definitley have encountered the need to declare some environment variables for it.
First day of week #2, let’s take a look at day 8