What did I learn

  • About
  • Tags

Authentication in Phoenix

February 18, 2018

Authentication solutions are broad. They contain registration and login functionality, as well as Email confirmation, password recovery, update user’s profile etc.

We are going to cover the most valuable part and implement registration and login functionality.

You can find some existing libraries for that. Addict for example. But we are learning, right? It would be better for us to understand how everything works under the hood.

So let’s get started.

Continue reading
Elixir Phoenix

How to use Bootstrap 4 with Phoenix

February 11, 2018

Bootstrap 4 has been out recently. Let’s use the advantage of that and learn how to integrate front-end libraries into Phoenix projects.

Continue reading
Elixir Phoenix

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
Newer Older

Powered by Jekyll with Type Theme