I’m publishing a new series of articles on my blog this week. It’s my attempt to condense and share what I’ve learned in over 20 years of #ElixirLang/#Phoenix/#LiveView and #Ruby/#Rails development. I hope you find it helpful.

I’m publishing a new series of articles on my blog this week. It’s my attempt to condense and share what I’ve learned in over 20 years of #ElixirLang/#Phoenix/#LiveView and #Ruby/#Rails development. I hope you find it helpful.
I was recently confronted with examples of small teams/solo devs fighting with complexity and tech-debt coming from their frameworks and eating their precious time to build features, so I put down my thoughts. There are no absolutes in tech, there isn't a 'winner' library.
https://iamkonstantin.eu/blog/less-glue-more-product-why-elixir-shrinks-architectural-complexity
LiveView 1.1 is out and I’m very excited about colocated hooks, we have a lot of these snippets and they will be a lot easier to write now. All the changes https://www.phoenixframework.org/blog/phoenix-liveview-1-1-released
What are all y'all's laptops looking like? Are you a purist or tagger like me.
I'm choosy about my stickers, so far this is my status.
Very useful if you finally (after 5 years of existence and >1M downloads) want to understand what the heck your are actually precompiling your Elixir NIF package for :
Beam me up Freddy! Es gibt noch andere vms in der Welt. Spannende Einblicke in #elixirlang und #beam!
Veckans Kodsnack är här: Lars Wikman berättar allt om att arrangera konferenserna Goatmire Elixir och Nervesconf EU.
Plus: rabattkod, och en förklaring av vad Goatmire egentligen är.
https://kodsnack.se/650/, och överallt där poddar finns!
#podcast #elixirLang #myElixirStatus #nerves
Nicht vergessen, diesen Mittwoch wagen wir einen Blick über den Tellerrand! #elixirlang Anmeldung via https://www.eventbrite.de/e/double-feature-on-modern-software-development-tickets-1425757120929
Hey #elixirlang people, how do you usually structure code with Oban workers for async processing? #myelixirstatus
Do you create both sync and async APIs, like Context.something and Context.something_later where the latter inserts an Oban job that calls the former?
Do you put business/context logic directly into the worker module?
Do you provide a dedicated context function to create the Oban job or do you just call Oban.insert where needed?
Gonna have a "business logic framework" for my #ElixirLang folks ready soon. Some people will love it, some people will hate it.
Here's a super basic example from my app.
It looks innocent but it does a lot automatically and it's very flexible
Thoughts?
Hey fellow #ElixirLang devs: Are you using Dev Containers for working with Elixir? Are you all using the elixir image as the base?
Some Keila contributors seem to prefer using them so I keep the config around in the repo.
This looks like a good idea to me but I’ve literally never used Dev Containers: https://github.com/pentacent/keila/pull/442/files #MyElixirStatus
A #datacube viewer for #biodiversity and #carbon dynamics built with #ElixirLang #phoenixframework and #maplibre - seen at #lps25 by folks from Estonia | #geospatial
Working my way though the Ash Framework book.
So far, so good. I'll have more thoughts after I'm finished, but..
I kinda wanna shove it in someones face and yell "This! This is how you teach me."
Started working on a homepage as a portfolio.
I'm particularly proud of this curvy social media thing.
(it's all phx live view)