From 42648a8ff0e4ad6fb4504d8aa5270e29b0219bcf Mon Sep 17 00:00:00 2001 From: Rob Conery Date: Fri, 1 Jul 2016 17:56:45 -0700 Subject: [PATCH] Added Red:4 Learning reference --- learning.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/learning.markdown b/learning.markdown index 14f73f135..91bb42993 100644 --- a/learning.markdown +++ b/learning.markdown @@ -73,6 +73,15 @@ Elixir-School is an open and community driven effort inspired by Twitter’s Sca
+

Take Off With Elixir

+ +Red:4 + +Red:4 is a fictional aerospace startup that needs your help! Through a book, a video, or both you can learn Elixir the fun way by immersing yourself in an on-the-job style set of problems. For instance, you will set up a project to calculate escape velocity for each of the planets in our solar system, learning pattern matching and language basics along the way. You'll move on to orbital mechanics while learning how to debug and refactor your code for clarity and meaning. You'll learn list basics and data storage techniques as you build a solar flare tracking system. Finally, you'll dive into OTP using Ecto and PostgreSQL - all in an effort to overwhelm our internal systems with the power of Elixir! + +
+ + ## Screencasts

Elixir Sips