I hope this gets a lot of views. The cafe example is something I am going to use too 👍
@stevenhe3462 Жыл бұрын
This is why the microservice-ish monolith Erlang/Elixir architecture is very good.
@AlexanderRoempke Жыл бұрын
i personaly think thats the way to go, event driven design plus oop seems to try to be elixir but realy never is.
@krazeemonkee7 ай бұрын
a lot of the methods/terms used in the microservices implementation sounded a lot like erlang-land talk w/ processes, managers, events/commands etc ~ however, in the land of erlang, these concerns are components of a monolithic system/network, correct? is there a hybrid architecture that meshes erlang/beam w/ microservices? [i’m still a little programming sprout 🌱 so i hope my question even makes sense]
@stevenhe34627 ай бұрын
@@krazeemonkee Yes, you just send requests between the Erlang monolith and the microservices. Mixing monoliths and microservices is nothing new.
@timibolu Жыл бұрын
Good talk. Learned a lot
@recklessroges Жыл бұрын
So this isn't JiT Architecture. It is Architecture that your company migrated to "just in time" for each expansion, development and as additional complexity was added. [The title confused me because I'm used to JiT compilation.] I wonder how much survivor bias this contains?
@asdqwe4427 Жыл бұрын
I think focusing on providing value as quickly as possible is the only way to survive as a startup.
@trejohnson7677 Жыл бұрын
Exactly wtf what you were expecting?
@Reashu Жыл бұрын
@@trejohnson7677 as they alluded to, probably "the architecture of a just-in-time compiler"
@asdqwe4427 Жыл бұрын
@@Reashu I expected the talk to be about caring about architecture when it tat starts to matter