AstonJ
Trending in Talks
A year of Hologram releases in review (v0.5 through v0.8), then a deep dive into where it’s headed next: local-first.
Most of it is a to...
New
Mise en Place for Ecto: Organizing Domain Complexity w/Business Rules-Nicholas Henry|ElixirConf 2025
Comments welcome! Vi...
New
Extending Elixir with WebAssembly Components - Chris Nelson| ElixirConf US 2025
Comments welcome! View the <span class="h...
New
From Notebook to Production: Evolution of Elixir Projects - Emmanuel Pinault | ElixirConf US 2025
Comments welcome! View...
New
You can build an AI agent - Dennis Beatty | ElixirConf US 2025
Comments welcome! View the <span class="hashtag-icon-place...
New
Building Careers, Balancing Life: Stories from the Elixir World and Beyond | ElixirConf US 2025
Comments welcome! View th...
New
Engineering Network Protocol Clients - Carlos Souza | ElixirConf US 2025
Comments welcome! View the <span class="hashtag-...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
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
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
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
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #elixirconf-us
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex











First 10 of 13 Posts!
idi527
Great talk - there were some typos…
at https://youtu.be/YQxopjai0CU?t=697
this won’t work
something like this, however, will
at https://youtu.be/YQxopjai0CU?t=892
a typo in
should be
at https://youtu.be/YQxopjai0CU?t=1147
is not valid, it’s does not accept ast, but a function
should be
at https://youtu.be/YQxopjai0CU?t=1260
in the case of an error, the returned tuple will have four entries
the code on the slides should be
at https://youtu.be/YQxopjai0CU?t=1288
missed
dokeyword and the argument to the functionthe code should probably be
at https://youtu.be/YQxopjai0CU?t=1435
Repo.all/1will return a list for both queriesthe code for the first one should be
darinwilson
As the speaker in the aforementioned talk, this seems as good a place as any to apologize for all of the mistakes.
I usually test all of the code in my slides, but I made a number of changes at the last minute and didn’t go through my usual cross checks. Rest assured, I won’t be making that mistake again
I’m very grateful to @idi527 for pointing out the errors. I’m going to take some time to go through everything and update the slides. I’ll also talk to the conf organizers to see what can be done about updating the video.
Again, my apologies. Lesson learned, the hard way (as usual…)
griffinbyatt
Any mistakes aside, I enjoyed the talk
darinwilson
I enjoyed yours as well! It’s great that Phoenix and Ecto are getting some interest from the security community
JEG2
I’m pretty confident that this talk is the best introduction I’ve seen to Ecto in any medium. It’s very well done.
maqbool
can someone explain the repo pattern in detail or some resources to learn the repo pattern?
cc @AstonJ @darinwilson
darinwilson
Corrected slides are available here - many thanks to @idi527 for pointing the errors out to me
kokolegorille
The link requires an authorization access
darinwilson
There’s a short write-up here that covers the basics, and there are a number of others available if you do a search. None of the ones I read struck me as absolutely definitive, so you might just read through a few different ones and see what you think.
But in the end, I think reading through the docs on
Ecto.Repowill tell you most of what you need to know.axelson
@AstonJ thanks for splitting this out of the other thread!
I enjoyed the talk, it was a nice ground-up overview of Ecto (which is a lot to cover in a single talk).
Last Post!
darinwilson
Thanks @Nefcairon - I’m glad you found it helpful!