This is a short summary. ↗ Open original to view full content
Can’t Escape Good Old SQL
from blog mattrighetti, | ↗ original
Related
More from mattrighetti
Why Askama?
6 Dec 2024 |
original ↗
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.
Axum, Askama, HTMX
5 Dec 2024 |
original ↗
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.
Files and the OS
1 Jun 2024 |
original ↗
The other day I working on a side project of mine and I stumbled upon a bug in my code that I couldn’t immediately figure out how to solve.
Environment Variables & Rust
7 Mar 2024 |
original ↗
If you’ve ever worked on some kind of project you definitley have encountered the need to declare some environment variables for it.
Advent of Code 2023 - Day 8
8 Dec 2023 |
original ↗
First day of week #2, let’s take a look at day 8