Elixir
Elixir is a dynamic, functional language for building scalable and maintainable applications. Elixir leverages the Erlang VM, known for running low-latency, distributed, and fault-tolerant systems. Elixir is successfully used in web development, embedded software, data ingestion, and multimedia processing, across a wide range of industries.
-
Elixir: Data Immutability
@veronica-good 2789 ViewsJul 14, 2021, 5:08 PM UTC 209 Views 1 Likes 0 CommentsQuick explanation of Data Immutability concept in Elixir.
-
Elixir: Pattern Matching
@veronica-good 2789 ViewsJul 14, 2021, 6:02 PM UTC 226 Views 1 Likes 0 CommentsOverview of pattern matching in Elixir. Pattern matching allows developers to easily destructure data types such as tuples and lists.
-
Jul 16, 2021, 8:28 PM UTC 225 Views 1 Likes 0 Comments
Solution walk through for Exercism.io: RNA Transcription exercise.
-
Elixir: Maps
@veronica-good 2789 ViewsJul 21, 2021, 4:21 PM UTC 171 Views 2 Likes 0 CommentsQuick overview how to create, access key-value pairs and update maps in Elixir.
-
Elixir: Create a new project
@veronica-good 2789 ViewsJul 21, 2021, 7:43 PM UTC 198 Views 1 Likes 0 CommentsWe go over how to generate a new project using terminal.
-
Phoenix: Create a new app
@veronica-good 2789 ViewsJul 23, 2021, 3:51 PM UTC 284 Views 1 Likes 0 CommentsQuick tutorial on prerequisites for Phoenix and how to create new phoenix app.
-
Phoenix: Templates vs Layouts
@veronica-good 2789 ViewsJul 27, 2021, 8:33 PM UTC 268 Views 1 Likes 0 CommentsOverview of templates folder.
-
Intro to Elixir | Lesson One: Hello, World!
@tam 15387 ViewsOct 31, 2021, 5:06 AM UTC 1531 Views 10 Likes 0 CommentsDuring this lesson, we introduce Elixir and go over creating a simple `Hello, World` function.
-
Intro to Elixir | Lesson Two: On Immutability
@tam 15387 ViewsNov 3, 2021, 4:39 AM UTC 382 Views 5 Likes 0 CommentsDuring this lesson, we learn about what it means to have mutable or immutable data.
-
Intro to Elixir | Lesson Three: On Functions
@tam 15387 ViewsNov 4, 2021, 4:54 AM UTC 442 Views 1 Likes 1 CommentsDuring this lesson, we learn how to write functions in Elixir.
-
Nov 5, 2021, 10:57 PM UTC 463 Views 0 Likes 0 Comments
During this lesson, we learn about using variables and the different data types in Elixir. This is the first part of this lesson.
-
Nov 13, 2021, 5:07 AM UTC 360 Views 1 Likes 1 Comments
We will continue our lesson on data types and discuss lists in Elixir.
Looks like you've reached the end!