Getting Started with Phoenix 1
Offered By: Pluralsight
Course Description
Overview
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.
Syllabus
- Course Overview 1min
- What Is Phoenix? 18mins
- Ecto Models & Migrations 32mins
- Controllers and Views: Fetching & Displaying Data 25mins
- Templates: Laying out the View 20mins
- Putting It Together: Creating an Event 16mins
- Plugs 17mins
- Channels: Real-time Communication 19mins
- Deployment 11mins
- Recap & Where to Go 8mins
Taught by
Nate Taylor
Related Courses
Functional Programming in ErlangFutureLearn The Complete Elixir and Phoenix Bootcamp
Udemy Elixir: The Big Picture
Pluralsight Getting Started with Elixir
Pluralsight Architecting Elixir Applications with OTP
Pluralsight