Example projects
When learning a new language it can often be used to have example code to refer to and learn from, so here's some examples:
Tiny: URL shortener
A simple HTML serving web application that takes URLs and gives the user a shorter URL to use in its place.
Uses the Elli web server and the Postgresql database via the epgsql client.
The Gleam standard library
A collection of modules for working with the common data structures of Gleam. Makes heavy use of Erlang FFI.