@allenholub Probably paying too much for S3 and lambdas. Now everything runs on EC2
My take a way is not Monolith vs Microservice but to avoid following advices from certified AWS folks.
@RossShardlow @sorentwo Another one: Phoenix + subscription to access to LiveView pkg!
Totally agree. Please stop commercializing the Elixir eco-system.
This great library authors will be hired by Elixir companies for their expertise and work on the open source projects.
@kellabyte Have been using Postgres Queuing for long time with Oban in Elixir
OFC we don’t do cross services queuing but nothing stops you to do so!
https://t.co/211KNqlxcO
@timClicks By embracing that softwares are complex and they will collapse if they left unattended.
Basically doing a job software engineer which most of us don’t(inc me)
We and(product owners) always want to do more and not wiling/unable to remove/split stuff that doesn’t add much value
Nowadays most of the tweets im seeing are from paid users, wondering if bots are also starting to pay to get the blue check
Thanks @elonmusk for giving the voice to the rich people
@BryanFinster@davefarley77@Atlassian Ok! I think there are something for me to learn here. In my mind trunk based dev is tightly related to CD and what @davefarley77 is pitching. If I have multiple commits and then branches it’s not much of CD anymore!
But I suppose I confused the terms!
Thanks!
@allenholub Ha Ha! I’ve been there fixing all that took time. Even after it got better the culture of no deployment on Friday stayed the same.
I’m in an another gig, we deploy regardless of the day, still we would rather to hold big changes(mostly UI) over the weekend.
@ZachSDaniel1 Probably we are taking in different context but: I’d rather to see small functions. I’m ok with ap if the function returning is clear about its intention : `get_posts(likes_more_than: 10, type: active)`
@NobbZ1981@josevalim@Docker Ah! I see. I’ve never paid for my pulls and doing ~1000 pulls from GitHub Action per day.
Maybe they should increase the limit so that freeloaders like me start to pay! 😂
@rtfeldman IMO So that each language can use their own tooling to provide insight about the code, rather thank forcing everyone to write a C extension and parse? You might say that I can communicate to my lang tooling via custom C but then everyone has to implement async in C