OPI Blog
Learn from experts in their fields

Browsing Tags: Modernization

An Exploration in Rust: Musings From a Java/C++ Developer
Why Rust? It’s fast (runtime performance) It’s small (binary size) It’s safe (no memory leaks) It’s modern (build system, language features, etc) When Is It Worth It? Embedded systems (where it is implied that interpreted ...
Jul 1, 2021
Amazon SES Postfix Relay Docker Image
A Postfix Docker Image for use as SMTP Relay for Amazon SES. If you have a legacy app that needs to send mail via Amazon SES, this might simplify your config!...