# Engineering@Stord Engineering insights, practices, and culture from the team building Stord's Cloud Supply Chain platform. # Blog # Example This is an example page. ```elixir @doc """ Syntax highlighting works for elixir, woo. """ @spec test_fn(String.t()) :: String.t() def test_fn(word) do %{ key: word } |> Map.get(:key) |> Kernel.to_string() end ``` ```ts twoslash type Fruit = "🍎" | "🍌"; let fruit: Fruit = "🍌"; if (true) { fruit = "🍎"; } const result = fruit; // ^? ``` # Talks Stord engineers sharing what we've learned with the broader community. *** ## Elixir's Configuration Layers: A Visual Journey **Stephanie Lane** · ElixirConf US 2025 A visual walkthrough of how Elixir's layered configuration system works — from compile-time to runtime — and the mental models that make it click.