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 Views209 Views 1 Likes 0 CommentsQuick explanation of Data Immutability concept in Elixir.
-
Elixir: Pattern Matching
@veronica-good 2789 Views226 Views 1 Likes 0 CommentsOverview of pattern matching in Elixir. Pattern matching allows developers to easily destructure data types such as tuples and lists.
-
225 Views 1 Likes 0 Comments
Solution walk through for Exercism.io: RNA Transcription exercise.
-
Elixir: Maps
@veronica-good 2789 Views171 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 Views198 Views 1 Likes 0 CommentsWe go over how to generate a new project using terminal.
-
Phoenix: Create a new app
@veronica-good 2789 Views284 Views 1 Likes 0 CommentsQuick tutorial on prerequisites for Phoenix and how to create new phoenix app.
-
Phoenix: Templates vs Layouts
@veronica-good 2789 Views268 Views 1 Likes 0 CommentsOverview of templates folder.
-
Intro to Elixir | Lesson One: Hello, World!
@tam 15340 Views1521 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 15340 Views377 Views 4 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 15340 Views439 Views 1 Likes 1 CommentsDuring this lesson, we learn how to write functions in Elixir.
-
459 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.
-
357 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!