Contributions

Tool
Aqua is general templating and scaffolding solution for Elixir projects, that helps:
- make the Elixir's development experience smoother
- follow the best practices for project structuring
- increase development speed
Article
In the article we’ll try to answer the question: which control flow statements use in our code, and which - not to use. Performance testing and dissembling is under cut. Check it out!
Article
This article covers the situation with HTTP clients in Elixir community and give some suggestions about making HTTP requests.