# 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
- https://elixir-lang.org/getting-started/mix-otp/docs-tests-and-with.html (opens new window)
- https://elixirschool.com/en/lessons/basics/testing/ (opens new window)
# Style Guide
- https://github.com/christopheradams/elixir_style_guide (opens new window)
- https://keathley.io/blog/good-and-bad-elixir.html (opens new window)
# Other Resources
← アタエタ