Elixir, Phoenix and Ash
Links
Elixir
Elixir Homepage GitHub Repository
Phoenix Framework
Phoenix Homepage GitHub Repository
Ash Framework
Ash Homepage GitHub Repository
Stefan Wintermeyer
Work related
Training and Consulting SpeakerDeck
Phoenix projects
vutuv Schulferien Deutschland Feriendaten Deutschland
Private
Personal Homepage
Social Media
Twitter Facebook Instagram

An Elixir, Phoenix and Ash Beginner's Guide

    • Preface
    • Elixir
    • Phoenix Framework
      • The Base Setup
      • Hello World!
      • The conn Struct
        • Static Clock
      • Links
      • Static files
        • Images
      • CSS
    • LiveView
      • Light Switch
      • Clock
      • Counter
      • Airport Code Search
      • Autocomplete
    • Router
      • Display all existing routes
      • Params
      • Query Strings
      • Multilevel Paths
      • Wildcards
    • Ecto
      • Create a Database
      • Create a Table
      • Create a Dataset
      • Validations
        • Uniqueness Validations
      • Seeds
      • Querying the Database
      • Update an Entry
      • Associations
    • Ash Framework
      • Resources
      • Relationships
        • belongs_to
        • has_many
        • many_to_many
        • has_one
      • Constraints
      • Validations
      • Identities
      • PostgreSQL
        • Minimal
        • Phoenix
    • Recipes
    • Acknowledgments
An Elixir, Phoenix and Ash Beginner's Guide main
  • An Elixir, Phoenix and Ash Beginner's Guide
    • main
  • An Elixir, Phoenix and Ash Beginner's Guide
  • Acknowledgments
Edit this Page

Acknowledgments

A lot of different people made it possible to create this book.

Heros

  • José Valim (@josevalim) for creating Elixir

  • Chris McCord (@chris_mccord) for creating the Phoenix Framework

  • Zach Daniel (@ZachSDaniel1) for creating the Ash Framework

Bug Hunters

  • @digitalcohesion 2023-09-29

  • @j0urneyK 2024-01-24

  • @hellosmithy 2024-02-19

  • @mardukbp 2024-10-30

Copyright (C) 2020-2025 Stefan Wintermeyer - wintermeyer-consulting.de - Twitter: @wintermeyer

This webpage was built with Antora.