Morzaram

Morzaram

Hey everyone I was wondering what does your basic REST API controllers look like?

I miss the rails way of

  • dry.rb based form validation object
  • using AR directly in the controller for saving
  • rendering response

Instead of the current elixir way:

  • create make a changeset in the schema
  • make an update function in the context for that particular controller method
  • connect the schema to the new function in the context
  • use the context to validate, update and save

How do you all do it? It feels like a lot of extra steps and a lot more functions that rely on each other.

Also with this pattern, I’m wondering how this would work at scale. I’m already feeling the chaos between polymorphism, 3 features, and 5 different background jobs working around polymorphism.

I noticed that theres the (drops)[Elixir Drops 💦 — drops v0.2.1] library which feels like dry.rb which is nice, but something feels off on how to manage context, schemas, etc at scale.

Would love to hear some ideas on how y’all manage this. I’m missing rails a little bit in this aspect, not going to lie.

I know I should ‘stop thinking OOP’ and think that it’s all functions but it feels so abstract. I need a way to organize the functions and the default way feels quite overwhelming. I’ve read the DDD book but this paradigm coding and organization feels like I’m spinning a web of complexity (even though this feels right).

Anyways I know this is a bit of a rant but I’m getting concerned of the future of expanding this project that is slowly growing more and more into something that feels unmanageable.

Any advice?
How do you all manage complexity and things like these?

Still feel so new even though I’ve been writing elixir for a few years now…

Thanks,

Showing Posts 1 to 1

krasenyp

krasenyp

The question is not really about the interface. There are a myriad guides on how to structure a web project in Elixir and Phoenix.

As for REST, I usually decide what hypermedia formats I’m going to support. Is it HAL, JSONAPI, Siren, or something else? Then I implement my business logic as a library.

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
nseaSeb
Hello, I know there is an approach for handling lists that allows for optimized traversal, but I can’t recall the specific method (somet...
New
brecabral
Documentation While reading the Scoped Routes section, I noticed that the documentation currently refers to a problem without explainin...
New
kpanic
Hi everyone, I am toying with the idea of building a “match maker” for giving personal help to people that wants to start coding. I sta...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
asweet-confluent
I recently noticed that Elixir’s Logger defaults its primary log level to :debug when no :logger, :level application configuration is pre...
New
apz
I’m new to elixir and just tried to install the elixirLS extension for VScode(ium) and it is throwing some errors that I would like help ...
New

Other Trending Topics Top

GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
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
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
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
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews