Eyup - it's that Mark Smith!

Building a basic document management system with Elixir - development plan

I'm looking at the phenomenally succesful combination of Elixir and the Phoenix library. I want to write the least amount of code possible so I'll add the Ash domain modelling tool, but later, once I've gotten solid with Elixir and Phoenix.

I care about structure and correctness though so I'm going to add some other tech that support these:

Elixir is not strictly typed though you can add notations to your functions. I'll be doing that, most likely.

For now though, I'll be exploring the basics of Elixir and Phoenix, using this document management system as a basis.

#Agile #Elixir #Simplicity