Projects
These are some of the projects I am (or have been) working on. Less official ones and smaller experiments can also be found on my github page.
entice
Full title: ‘to entice so.’ - this fancy named project aims to create a framework for a distributed simulation of virtual worlds. Its primary use- and show-case is an MMORPG server, where it also delivers the client-side software.
The entice/entice repo has more details.
Languages: Elixir, C#, Scala - Technologies: Erlang/OTP, Phoenix-Framework, PostreSQL, .NET
ex_sider
This project aims to map Redis datastructures onto the usual interfaces found in the Elixir standard library. Since Redis has sets, hashes, lists etc. we can simply take our commonly known language interface for these and exchange the backend with the Redis connection. (In practise there are some incompatibilities, but that is to be expected when you’re moving from simple in-mem data to a distributed key-value-store.
Language: Elixir - Technologies: Redis
kiss
A HUGO theme based on Octopress that does the least you need for a simple blog (my own).
Language: HTML, CSS, JS, GO - Technologies: Hugo, Git/GitHub
mac
A do-one-thing-and-do-it-well project: Parses a MAC-address-to-vendor listing and generates a static library that can be used to search for vendors based on given MACs. This is pure elixir and has no other dependency. You can also update the address listing yourself if need be.