# Elixir Development

WARNING

This page is in work in progress state.

# Introduction

# Personal Projects

# Web Development

Elixir has been created based on Ruby syntax. When we talk about Ruby, we always also think about Ruby on Rail web framework. Elixir is offering a similar web framework called Phoenix.

Many different HTTP clients are also available on Elixir, HTTPoison is one of them, using another well known Erlang client called hackney.

When it comes to HTML parsing, you can use meeseeks module.

# References and Resources

# Testing

# Style Guide

# Other Resources