I am a software engineer working for ifm as a Node.js backend developer. My primary interest are programming languages, functional programming and software engineering.
Showcase
json_env
json_env is dotenv, but with JSON.
It loads environment variables from JSON files (.env.json
per default) and starts a subprocess with them.
Storing configuration in the environment separate from code is based on The Twelve-Factor App methodology.
It is also my first Rust project.