๐Ÿง
Practical Elixir
CtrlK
  • ๐ŸฅWelcome!
  • ๐ŸทPrerequisites
  • ๐ŸธWhy functional programming?
  • ๐Ÿฆ‹History of Elixir
  • ๐Ÿ™Elixir fundamentals
    • ๐ŸTypes
      • ๐Ÿ’Basic types
      • ๐ŸชฑList and tuples
      • ๐Ÿฆ‰Keyword lists and maps
    • ๐Ÿฆ€Pattern matching
    • ๐ŸฎModules
    • ๐ŸฆŽFunctions
    • ๐ŸฆญConditionals
    • ๐ŸณRecursion
    • ๐Ÿ–Enumerables
    • ๐ŸฆMix
  • ๐Ÿฆ…Web development with Elixir
    • ๐ŸฆDirectory structure
    • ๐ŸฆคFirst steps
    • ๐Ÿฆ‡Phoenix basics
    • ๐ŸฃViewing to-do list
    • ๐Ÿ”Adding dynamic behavior
    • ๐Ÿฆ†Data persistence
  • ๐ŸResources
Powered by GitBook
On this page
Edit on GitHub

๐ŸResources

For more resources about Elixir and Phoenix, please refer to the following list:

  • Official Elixir guide

  • Official base Phoenix guide

  • Official Phoenix LiveView guide

  • Phoenix in Action (Book)

  • Programming Elixir 1.6 (Book)

  • Ecto documentation

PreviousData persistence

Last updated 1 year ago