What did I learn

  • About
  • Tags

Implementing CRUD in Phoenix

February 4, 2018

Last time we have covered the models and we have created a rooms model to keep information about them. Even though those rooms are in the database now, we are not able to manage them. Let’s do that by implementing all available CRUD operations.

Continue reading
Elixir Phoenix

Introduction to Ecto and Models

January 28, 2018

In the previous article, we have learned about MVC and covered a little bit more how to work with Controllers and Views. One piece is still missing. The models. Let’s talk about them now.

Continue reading
Elixir Phoenix Ecto

Controllers, Views and Templates

January 21, 2018

Last time we have covered the very basics of Phoenix framework. We have managed to install a development environment and create the new project. Today we will proceed and build the basic application layout.

Continue reading
Elixir Phoenix

Phoenix - first steps

January 14, 2018

I was covering Elixir in the previous artiles for a while. Now I think it is time to start talking about web development using Elixir. One of the most popular framework to do that is Phoenix which is built on top of Elixir and uses all its advantages.

Continue reading
Elixir Phoenix

Introduction to OTP, GenServers and Supervisors

January 7, 2018

In the previous articles, we have covered how to work with the processes in Elixir on a low level. We have also covered what kind of wrappers exist around processes. That can help us to avoid writing that low-level code. Yes, I am mentioning Agents and Tasks now. Now it’s time to get familiar with OTP and its features called GenServer and Supervisors. Let’s dive in.

Continue reading
Elixir
Newer Older

Powered by Jekyll with Type Theme