AstonJ
Wonder if we can compile a list of learning resources, blog posts, talks, threads etc to help those who are just learning about Contexts.
This is a wiki - so please add anything you feel is missing…
What are Phoenix Contexts?
In short:
Phoenix Contexts are just dedicated modules that expose and group functionality.
In depth:
- Official docs
- Phoenix Contexts explained by forum members
- Chris’s announcement on 1.3rc
- Chris’s announcement on 1.3 RC3 release
Books
Programming Phoenix - due to be updated for Phoenix 1.3.
Screencasts
Talks
Blog Posts
https://panache.nu/blog/giving-phoenix-contexts-some-context
http://www.resurgens.io/2017/06/26/phoenix-1-3.html by @dlively (thread)
https://robots.thoughtbot.com/lessons-from-using-phoenix-1-3
Understanding the concept of a context in Phoenix (2017-08-16)
Threads
And more:
https://forum.elixirforum.com/search?q=contexts
Misc
- Phoenix 1.3 Sample Application (with Absinthe)
Trending in Wikis
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
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
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
ICal is a library for interacting with iCalendar data. It parses iCalendars into typed Elixir structs via ICal.from_ics, and can prepare ...
New
Latest Phoenix Threads
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #ai
- #phoenix_html
- #elixirconf-us
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Linuus
Added a blog post by @michalmuskala
kokolegorille
There is an example phoenix 1.3 application, with contexts and absinthe here
https://seanclayton.me/post/phoenix-1-3-and-graphql-with-absinthe/?utm_source=hashnode.com
Which obviously is inspired by this one
https://ryanswapp.com/2016/11/29/phoenix-graphql-tutorial-with-absinthe/
It is a full example, easy to follow on how contexts can interact.
AstonJ
I added a link to your post in the wiki
AstonJ
Added a blog post by @Qqwy
AstonJ
Added @chrismccord’s ElixirConf EU Keynote talk
marciol
All explanations from this thread worth mention:
AstonJ
AstonJ
http://www.resurgens.io/2017/06/26/phoenix-1-3.html
by @dlively (EF thread)
AstonJ
peerreynders
Building beautiful systems with Phoenix contexts. Andrew Hao - ElixirDaze 2018 (March 1,2)
Worth watching. 'nuff said.