MISCELLANEOUS CODE

A handful of solutions to the classic Fibonacci problem in C++ and Elixir.

An Elixir implementation of an LRU cache using GenServer to preserve state and handle cache updates asynchronously.

An Elixir "To Do" list application. Users and Tasks are stored in a Postgres database Docker container. Database access is handled with Ecto.