What did I learn

  • About
  • Tags

Functions in Elixir

October 6, 2017

Once you start developing any program besides the very simple one you will absolutely start structuring your code in subroutines. In the Object Oriented Programming, they called methods. But as soon as Elixir is a functional programming language, subroutines here are functions. Let’s take a look what functions can give us.

Continue reading
Elixir

A quick glance on basic types in Elixir

September 27, 2017

Let’s talk about basic types in Elixir. If you are familiar with other programming languages you can see a lot of similarities in Elixir as well.

Continue reading
Elixir

Pattern matching in Elixir

September 21, 2017

What is one of the most common things in the programming languages? Of course, it is the assignment statement. Without an ability to assign values to variables and constants most of the programming languages would have hard times.

Continue reading
Elixir Pattern-Matching

Elixir - first steps

September 14, 2017

What should people, who starting to learn a new language or technology, start from? Of course from implementing a classic “Hello World” project and try it out. Let’s try to do this as well.

Continue reading
Elixir

Why I have decided to learn Elixir

September 6, 2017

The root of this decision lays a few years earlier in my life. Actually at that time that was not about Elixir.

Continue reading
Elixir Phoenix
Newer Older

Powered by Jekyll with Type Theme