Learn With Me: Elixir Learn With Me: Elixir - Elixir Projects (#57) We learn about Elixir projects and the mix tool.
Learn With Me: Elixir Learn With Me: Elixir - First Learning Overview (#56) I discuss what I've learned so far and the kinds of things I'll be learning next.
Learn With Me: Elixir Learn With Me: Elixir - Calling Erlang Functions From Elixir (#55) We learn about how to call Erlang functions from Elixir code.
Learn With Me: Elixir Learn With Me: Elixir - The Kernel Module Part 3: List, Tuple, and Map Functions (#54) We discuss the Kernel module functions that deal with lists, tuples, and maps.
Learn With Me: Elixir Learn With Me: Elixir - The Kernel Module Part 2: Nested Structure Functions (#53) We learn about nested structure functions.
Learn With Me: Elixir Learn With Me: Elixir - Elixir 1.8 (#52) We learn about some of the changes in Elixir 1.8 and how it differs from 1.7.
Learn With Me: Elixir Learn With Me: Elixir - A Pipeline Realization (#51) I share a realization I had about how Elixir pipelines can be used.
Learn With Me: Elixir Learn With Me: Elixir - The Kernel Module Part 1 (#50) In Part 1 of the Kernel module, we learn about various categories of Kernel functions.
Learn With Me: Elixir Learn With Me: Elixir - The Map Module Part 2 (#49) In Part 2 of our coverage of the Map module, we take an in-depth look at the rest of the Map functions.
Learn With Me: Elixir Learn With Me: Elixir - Exceptions (#48) We discuss exceptions in Elixir and the role they play.
Learn With Me: Elixir Learn With Me: Elixir - The Map Module Part 1 (#47) In Part 1 of our coverage of the Map module, take an in-depth look at Map functions.
Learn With Me: Elixir Learn With Me: Elixir - Collectables (#46) We learn about collectables in Elixir.
Learn With Me: Elixir Learn With Me: Elixir - Closures (#45) We discuss closures in Elixir and compare them to closures in Javascript and C#.
Learn With Me: Elixir Learn With Me: Elixir - The Stream Module (#44) We cover the functions in the Stream module and how you can use them to create and transform streams.
Learn With Me: Elixir Learn With Me: Elixir - Streams (#43) We learn about the awesomeness of streams and how Elixir streams work.
Learn With Me: Elixir Learn With Me: Elixir - The List Module Part 2 (#42) In Part 2 of our coverage of the List module, we finish taking an in-depth look at the individual functions.
Learn With Me: Elixir Learn With Me: Elixir - Sigils (#41) We learn about sigils and how to use them.
Learn With Me: Elixir Learn With Me: Elixir - Flow Control Structures (#40) We learn about flow control structures in Elixir and why we waited so long to learn about them.
Learn With Me: Elixir Learn With Me: Elixir - The List Module Part 1 (#39) We take a close look at functions the List module, including many functions that operate on keyword lists.
Learn With Me: Elixir Learn With Me: Elixir - Temporary Scoping and With (#38) We discuss how with statements work and how they create temporary variables.
Learn With Me: Elixir Learn With Me: Elixir - Dates and Times (#37) We learn about how dates and times are handled in Elixir.
Learn With Me: Elixir Learn With Me: Elixir - The Enum Module Part 4 (#36) In Part 4 of our coverage of the Enum module, we take a close look at the remaining Enum functions.
Learn With Me: Elixir Learn With Me: Elixir - Factorial (#35) We implement a factorial project, which calculates factorials in several different ways.
Learn With Me: Elixir Learn With Me: Elixir - Ranges (#34) We learn about ranges and how they differ from a list of numbers.
Learn With Me: Elixir Learn With Me: Elixir - The Enum Module Part 3 (#33) In Part 3 of our coverage of the Enum module, we continue to learn about the Enum functions.