Course Outline
Introduction
Elixir in Depth
- Object-oriented programming vs functional programming
- Syntax, design patterns, and logic
- Erlang VM
Preparing the Development Environment
- Installing and configuring Elixir
- Installing and configuring Phoenix
Elxir Basics
- Working with syntax, data types, operators, and logic
- Using maps, modules, and functions
MVC and Models in Phoenix
- Creating topics
- Routing and setting up the topic controller
- Reusing code
- Generating changesets
- Handling form submissions
OAuth for Security
- Defining routes
- Receiving info
- Interpretting responses
- Handling OAuth success
Plugs and Websockets
- Using module plugs
- Using OAuth plugs
- Working with associations
- Creating a socket event object
Summary and Conclusion
Requirements
- An understanding of object-oriented programming
Audience
- Web Developers
Testimonials
I really liked that there were a lot of practical exercises in which you could put the learned immediately into action.
Daniel Bubla
The atmosphere was very nice, much more relaxed conversation than classic teaching style. Also, several of the techniques, especially those I doubt would hold up or be worth it (effort-gain-wise) under “real world” work conditions (as mentioned above) made me reflect on my coding style, and why I do or don't do some things (both on topics presented int he course and related ones), which I don't do that often (needed the impetus) but is really useful, even if I come to the conclusion that my style already suits my needs well.