Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA CompTIA Security+ Amazon AWS Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Life Purpose Meditation Emotional Intelligence CBT
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Retargeting Email Marketing
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Web Development Elixir Programming Language

The Complete Elixir and Phoenix Bootcamp

Master Functional Programming techniques with Elixir and Phoenix while learning to build compelling web applications!
Bestseller
Rating: 4.5 out of 54.5 (5,530 ratings)
19,619 students
Created by Stephen Grider
Last updated 2/2021
English
English [Auto], Portuguese [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Think with a Functional Programming mindset
  • Use Phoenix to build compelling and FAST web apps
  • Understand common Elixir syntax and design patterns
  • Master the OAuth flow with Phoenix for authentication
  • Learn the hidden secrets of Phoenix
Curated for the Udemy for Business collection

Course content

15 sections • 153 lectures • 17h 20m total length

  • Preview02:52
  • Join Our Community!
    00:07
  • Installing Elixir
    Preview02:00
  • Project Outline
    04:05
  • Generating a Project
    02:51
  • Elixir Modules and Methods
    06:04
  • Lists and Strings
    Preview03:22
  • Object Oriented vs Functional Programming
    Preview09:12
  • Method Arguments
    04:48
  • The Enum Module
    05:54
  • Preview03:57
  • Searching a List
    06:02
  • Comprehensions Over Lists
    07:11
  • Not Everything Works the First Time
    05:02
  • Solving Nested Arrays
    06:47
  • Preview08:34

  • Pattern Matching
    10:43
  • Preview05:15
  • Saving a Deck
    03:52
  • Pattern Matching Continued
    10:23
  • Pattern Matching in Case Statements
    14:14
  • The Pipe Operator
    Preview04:23
  • The Pipe Operator Continued
    04:05
  • Module Documentation
    03:49

  • Writing and Generating Documentation
    03:34
  • Creating Function Docs
    06:18
  • Introduction to Testing
    02:53
  • Amazingly Productive Doctests
    03:37
  • Writing Effective Doctests
    05:16
  • Case Tests
    06:52

  • Introduction to Maps
    04:07
  • Updating Values in a Map
    07:55
  • Keyword Lists
    08:21

  • Preview03:43
  • Identicon Generation Process
    02:33
  • Identicon Generation Process Continued
    03:02
  • The Main Pipeline
    03:20
  • Hashing a String
    04:05
  • The Purpose of the Hex List
    05:46

  • Modeling Data with Structs
    06:46
  • Pattern Matching Structs
    10:39
  • Updating Structs
    10:08
  • Building the Grid
    08:16
  • Mirroring a Row
    05:08
  • Mapping with Custom Functions
    06:32
  • Grid Structure
    08:31
  • Giving an Identicon Shape
    09:34
  • Planning Image Creation
    07:41
  • Creating the Pixel Map
    05:48
  • Drawing Rectangles
    09:46

  • Quick Note About Phoenix
    00:17
  • Phoenix Installation
    04:10
  • Postgres Setup on OSX
    06:37
  • What is Phoenix?
    06:34
  • App Overview
    07:17
  • Into Phoenix We Go
    08:09
  • Server Side Templating
    03:39
  • Templates vs Layouts
    09:30

  • Phoenix's MVC Model
    07:37
  • Exploring the Router and Controller
    09:46
  • Views vs Templates
    10:00
  • The Model Layer in Phoenix
    08:28
  • Migration Files
    05:28
  • A Game Plan for Creating Topics
    09:45
  • Routing to the Topic Controller
    07:24
  • Setting Up the Topic Controller
    06:05
  • Code Reuse with Import, Alias, and Use
    09:16
  • Phoenix's Code Sharing Model
    08:09
  • Phoenix's Conn Struct
    08:24
  • A Phoenix Approach to Forms
    04:53

  • The Topic Model
    03:54
  • Model Changesets and Validations
    12:06
  • More on Changesets
    08:27
  • Generating Changesets for the Form
    06:04
  • New Topic Form
    07:48
  • Phoenix Template Syntax
    10:02
  • Handling Form Submissions
    10:41
  • A Quick Review and Breather
    08:15

  • Introduction to the Repo Module
    11:58
  • Handling Failed Form Submissions
    04:27
  • Styling with CSS in Phoenix
    06:34
  • Breaking Restful Conventions Safely
    06:43
  • Using the Repo Module for Queries
    07:03
  • Building Lists in EEX Templates
    06:48
  • Redirects in the Controller
    08:17
  • Generating Anchors with Link Tags
    12:09
  • Router Wildcards
    07:57
  • Setting up the Edit Form
    09:37
  • Defining the Update Route
    06:47
  • Editing a Topic
    11:20
  • Linking to the Edit Topic Form
    06:24
  • The Resources Helper
    07:00
  • Deleting a Topic
    09:43
  • Wrapping up TopicController
    06:58

Requirements

  • Basic understanding of another programming language - Javascript, Ruby, C#, PHP, or similar

Description

Elixir and Phoenix are two of the hottest technologies of 2017.

Functional Programming? You will learn it.  Phoenix with OAuth? Its here.  Postgres for data storage? Of course! Websockets too!

This course will get you up and running with Elixir and Phoenix quickly, and teach you the core knowledge you need to deeply understand and build amazingly fast web applications.

We'll start by mastering the fundamentals of functional programming with Elixir, including functions, modules, and the fantastic 'pipe' operator.  You'll learn how FP differs from classic object oriented programming with a variety of different practical examples.  Once you have a solid understanding of Elixir, we'll discuss how to build amazingly fast applications with the Phoenix Framework with an in-depth app.  Source code is provided for each lecture, so you will always stay up-to-date with the course pacing.

If you are new to Elixir, or if you've been working to learn it but sometimes feel like you still don't quite 'get it', this is the Elixir course for you! To learn Elixir and Phoenix you have to understand them.

  • Learn how to use Elixir's built-in library to clean up your code
  • Master the differences between functional and object oriented programming
  • Grasp all of the different pieces of syntax in common Elixir programs
  • Build interesting and challenging projects that have practical uses
  • Develop a web app using Phoenix that can be expanded in a variety of different ways
  • Go behind the scenes of Phoenix and learn how the internals work
  • Master the OAuth flow by authenticating users with the Github Public OAuth service
  • Practice working with databases by integrating Postgres into your app

I've built the course that I would have wanted to take when I was learning Elixir and Phoenix. A course that explains the concepts and how they're implemented in the best order for you to learn and deeply understand them.

Who this course is for:

  • This course is for anyone looking to learn Elixir and Phoenix

Featured review

Rodrigo Sasaki
Rodrigo Sasaki
67 courses
2 reviews
Rating: 5.0 out of 5a year ago
Very good course. As I am mostly focused on Elixir, and not OAuth, Front-end or many other things that I already know, the course seems slow and off-topic now and again. But the fact that we write from scratch every single line on these projects makes for a very interactive experience

Instructor

Stephen Grider
Engineering Architect
Stephen Grider
  • 4.7 Instructor Rating
  • 285,164 Reviews
  • 751,269 Students
  • 29 Courses

Stephen Grider has been building complex Javascript front ends for top corporations in the San Francisco Bay Area.  With an innate ability to simplify complex topics, Stephen has been mentoring engineers beginning their careers in software development for years, and has now expanded that experience onto Udemy, authoring the highest rated React course. He teaches on Udemy to share the knowledge he has gained with other software engineers.  Invest in yourself by learning from Stephen's published courses.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.