Blog
Rust for systems, web, and embedded
February 24, 2023
Introducing MailCrab!
MailCrab is an email test server for development, written entirely in Rust.
August 30, 2021
How we sped up our GitLab pipelines
CI/CD (continuous integration/continous deployment) is a proces where developers integrate new code into the main branch in regular intervals (preferably several times per day). Using CI/CD allows us to get up to a quick iteration pace and gives us a way to gather feedback quickly.