wintermeyer
At https://elixir-phoenix-ash.com I publish training material for Elixir and Phoenix. Text base tutorials which start at zero. Recently I added material for the Ash Framework. It is a living document which is suitable for beginners.
Preface
Learning Elixir, Phoenix and Ash is a steep climb. No sugar-coating. This book aims to make that ascent less steep. It’s a guide crafted for beginners.
- A step-by-step guide. While no prior knowledge is required, a basic understanding of programming and HTML will be beneficial.
- Bite-sized “Hello World!” code examples. Crafted for comprehension just by reading the code, with added notes for clarity. No abstract programming theories.
- Simplicity is key. My goal is to get you productive ASAP. For in-depth exploration, there are other resources.
- Not a beauty contest. We’re not investing much time in aesthetics. This is not a CSS design book.
If a section doesn’t resonate with you, skip it. You can circle back later if needed. I recommend reading the book in order, but it’s not required.
Stefan Wintermeyer
Trending in Books
@hugobarauna, Dr. Dimitrios Koutmos (my brother) and I (Alex Koutmos) have been hard at work on writing a book on how you can use Elixir ...
New
I have a sharing session about the Elixir ecosystem for Erlang developers. I feel that people are still confused about the differences be...
New
Other Trending Topics
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixirconf-us
- #elixir-ls
- #ai
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 3- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Eiji
I guess the proper category should be #learning-resources:blogs-podcasts as you simply do not provide any book in print or downloadable (epuib or pdf) format.
Also personally I would add links to
hex.pminstead ofGitHubones. They have a links to documentation andGitHubwith same look making them easier accessible than reading theREADME.mdfiles.wintermeyer
When it is ready I’ll generate a PDF and epub. I don’t want not 100% ready versions out there. But feel free to generate either yourself. The source code is in GitHub. It is an Antora project.
Eiji
I see, makes sense. Just to let you know … the The Little Ecto Cookbook (self-published) (free) was released exactly like that. I was reporting some issues on email and they send me an updated version. Also many books at manning.com are pre released in
MEAP(Manning Early Access Program) version, so that’s definitely not an anti-pattern if you worry about it.I haven’t used
Ashyet, so I will be definitely reading your guide. I knowashis growing and supports lots of stuff inElixirecosystem, but I did not saw anything related toCQRS/ES. I know onlycommandedguides on hexdocs, but I did not found anythingash-related. Maybe you can consider adding a guide aboutashsupport for it (if any) or something like that.