StellarSt0rm's Cozy Website


Hi! You can call me May, it's the name I use online. You can find me on Codeberg, where I share the little projects I make sometimes (Go over to the Projects page to read about them). This website is rendered with my own templating engine, Static Website Generator, despite it's name, it's a full templating engine and while currently geared for websites, in the future I will make it more configurable for a wider range of uses. By the way, I love coding in Rust; it makes me feel so comfortable to know when a function might not return a result (`Option<_>`), or knowing when it might fail (`Result<_, _>`) and being able to easily see all the error reasons from the enum! I also really like the fancy syntax sugar like `if let` or being able to return values in a loop (And giving them labels too!), and many other little things that make it such a joy to use. And if you couldn't tell already, I love Rust and NixOS :3