Phoenix is the de facto web framework for Elixir. This course will teach you the basics of Phoenix by walking through building an Elixir application.
In order to deliver an Elixir application over the web, it's essential to understand certain key concepts, such as models and views. With this course, Getting Started with Phoenix, you'll learn about how a functional programming language (Elixir) presents an application on the web. You'll see a way to structure your project that keeps application logic separate from presentation logic. You will also learn how to deploy your application, so that it doesn't just reside on your computer. By the end of the course, you'll have an application that you can use for future reference and be equipped to start writing new web applications with Phoenix and Elixir.
In order to deliver an Elixir application over the web, it's essential to understand certain key concepts, such as models and views. With this course, Getting Started with Phoenix, you'll learn about how a functional programming language (Elixir) presents an application on the web. You'll see a way to structure your project that keeps application logic separate from presentation logic. You will also learn how to deploy your application, so that it doesn't just reside on your computer. By the end of the course, you'll have an application that you can use for future reference and be equipped to start writing new web applications with Phoenix and Elixir.