Home
Β· LiveView Basics
LiveView Basics Β· the basics to get you up and running creating your first LiveViews while giving you the foundation to build more complex ones
Now that Phoenix 1.8 and LiveView 1.1 have been released, here's a little something I've been working on:
liveviewbasics.com
LiveView can be a bit intimidating for a mostly backend Elixir engineer, at least it was for me, so here's some basics to get you started
#ElixirLang
06.08.2025 19:59 β π 29 π 2 π¬ 1 π 1
Release ElixirLS 0.29.0 Β· elixir-lsp/elixir-ls
v0.29.0: 4 August 2025
Highlights
Added Call hierarchy provider implementing LSP textDocument/prepareCallHierarchy, callHierarchy/incomingCalls and callHierarchy/outgoingCalls
ElixirLS now bundles...
New elixir-ls release!
> ElixirLS now bundles a number of experimental LLM oriented tools exposed as custom commands and a builtin MCP server. The tools focus on model friendly text interface instead of typical IDE oriented LSP API methods
#ElixirLang github.com/elixir-lsp/e...
04.08.2025 10:49 β π 32 π 7 π¬ 2 π 1
I don't hate it but why? π
01.08.2025 22:24 β π 0 π 0 π¬ 2 π 0
`M3u8::Reader.new.read` <- this is an anti-pattern:
1) you create a pointless intermediate state and waste memory
2) if a constructor changes, all those calls will have to be updated
3) it is actually not clear what's going on because `.new` may do a lot of weird stuff
01.08.2025 12:18 β π 0 π 0 π¬ 1 π 0
ππ’
01.08.2025 05:32 β π 0 π 0 π¬ 0 π 0
Yes, a very kind person with an amazing sense of humor. A fantastic public speaker too.
31.07.2025 07:45 β π 1 π 0 π¬ 1 π 0
image
We lost a wonderful human being this week.
I wish we did swap our talks back at RubyConf in Braga to troll the audience and see if they will realize you're not me, and I'm not you, like you wanted to.
You were THE Piotr S. of the Ruby community, as we liked to joke.
I'll be missing you Piotr.
31.07.2025 07:10 β π 35 π 3 π¬ 5 π 0
Elixir and @gleam.run have both landed in the top 3 most admired languages in the 2025 @stackoverflow.com.web.brid.gy Developer Survey. π
According to devs worldwide, Gleam is turning heads while Elixir continues to impress.
30.07.2025 13:53 β π 19 π 5 π¬ 1 π 1
Would love to see it too :)
30.07.2025 08:21 β π 2 π 0 π¬ 1 π 0
merb-slices | RubyGems.org | your community gem host
One thing I wanted to clarify - I built technical foundation for slices via dry-system gem, and came up with the idea to call them slices in Hanami *however* the concept of slices was first introduced in Merb back in 2008.
I just carried the Merb torch.
rubygems.org/gems/merb-sl...
30.07.2025 05:16 β π 1 π 0 π¬ 0 π 0
I've recently become a fan of igniter btw :)
30.07.2025 05:13 β π 0 π 0 π¬ 0 π 0
Yes this should mostly boil down to coming up with nice conventions and a little bit of orchestration to ease setup.
30.07.2025 05:13 β π 3 π 0 π¬ 1 π 0
GitHub - bradleygolden/claude
Contribute to bradleygolden/claude development by creating an account on GitHub.
This is a really cool project! github.com/bradleygolde...
Think of it like a Quickstart for working with claude code and Elixir projects, that leans on all the conventions we've been working on like tidewave & usage rules.
#ElixirLang
29.07.2025 22:52 β π 32 π 8 π¬ 1 π 0
Actually, I run CI inside my docker container, and I can reproduce it easily locally, I struggled a lot with other stuff, like juggling 3 Ecto repos and 2 adapters, and 3 apps for testing, and deps, and dealing with caching issues, and so on and so forth π
29.07.2025 20:07 β π 1 π 0 π¬ 0 π 0
π€¦π»π¨
29.07.2025 14:03 β π 3 π 0 π¬ 2 π 0
Yes and I'm determined to build at least a PoC for Phoenix at some point later this year
29.07.2025 14:00 β π 4 π 0 π¬ 1 π 0
Small delay as I hit various issues when writing doctests yesterday, but things are resolved and I'll be releasing it today π
29.07.2025 06:13 β π 4 π 0 π¬ 0 π 0
Inherit β inherit v0.2.0
I just released 0.2.0 of Inherit. Lots of improvements, feels very solid now. Have been using it heavily in GenDOM
hexdocs.pm/inherit/read...
#ElixirLang
28.07.2025 01:08 β π 11 π 2 π¬ 0 π 0
Hey Elixir friends! :) π Hologram v0.5.0 is here!
Major performance leap: milliseconds β microseconds execution times + 50x rendering speed improvements!
and... Session/cookie management, live reload, incremental compilation, new pointer/mouse events.
#Hologram #Elixir #ElixirLang #BEAM #WebDev
26.07.2025 00:04 β π 56 π 9 π¬ 2 π 0
A screenshot of code showing the new `match_mode` option for multi select fields.
```
<Cinder.Table.table resource={MyApp.Book} actor={@current_user}>
<:col
field="tags"
filter={:multi_select}
filter_options={[
options: [
{"Fiction", "fiction"},
{"Bestseller", "bestseller"},
{"Award Winner", "award_winner"},
{"New Release", "new_release"}
],
match_mode: :all # Records must contain ALL selected tags
]}
>
```
Cinder v0.5.0 has been released, with fixes for array fields including a new `match_mode` option - select records where any or all of the array values match the filter! hexdocs.pm/cinder/
26.07.2025 07:19 β π 39 π 8 π¬ 1 π 0
This is not about what's possible to do, but more about what is built into the framework and promoted as a "blessed way" of handling params. IIRC Phoenix doesn't have that.
25.07.2025 14:23 β π 0 π 0 π¬ 1 π 0
ps. I just noticed that you're one of the authors of sentry-elixir which I happen to maintain now so ^5!
25.07.2025 08:10 β π 1 π 0 π¬ 1 π 0
Thanks for acknowledging this and engaging then. I appreciate it a lot π
I love Ecto. I even played a role helping with architectural design of Ecto 2.0.
This lib is one of the reasons why I decided to dive into Elixir eventually and make it my go-to language π
25.07.2025 08:10 β π 2 π 0 π¬ 1 π 0
Congrats!
24.07.2025 18:43 β π 3 π 0 π¬ 0 π 0
That's why I wrote around 5k LOC of OSS Elixir code during the last month or so π
24.07.2025 14:35 β π 1 π 0 π¬ 1 π 0
Software dev in Atlanta, currently working with #ElixirLang. Previously at GitHub, Microsoft, and Xamarin. Also play the viola π΅
Web developer (mainly #ElixirLang & Ruby), hiker, father, home cook
Building Hologram, a full-stack Elixir web framework
https://hologram.page
Independent AI researcher, creator of datasette.io and llm.datasette.io, building open source tools for data journalism, writing about a lot of stuff at https://simonwillison.net/
π¨πΌβπ»Senior Frontend Dev
π Hamburg
π¨βπ« Learning @elixirphoenix
πͺ Lifting kettlebells
π§πΌ Dad
β½οΈ @bvbofficial.bsky.social
π€ he/him
I do software. Having fun with it. I mostly make silly, frivolous things. Live music, tech, weird markets, and urbanism chatter too. Often wrong.
πNYC
β82 Jamaica Music Fest Lost Docu guy
@eastcoastemo.bsky.social's other half
Blog www.bobbby.online
Cyclist, Rubyist, author (http://99bottlesofoop.com and http://poodr.com), obsessive programmer, recalcitrant blogger and the antidote for ambition.
Welcome to a calmer internet!
#ZenBrowser
π https://github.com/zen-browser
π https://zen-browser.app
β₯οΈ https://ko-fi.com/zen_browser
π¬ https://discord.gg/zen-browser
The JS to Elixir guy. Making tech education free and accessible on https://techschool.dev
Software engineer, dancer, yada yada. I like making things, mostly with Elixir.
My babies
https://micastigo.com/
https://pasito.fun/
Writing on mental health, productivity, product dev, software dev, dancing, music at https://r38y.com/.
Software Developer (mostly Elixir).
Mainly here to read.
Fediverse https://chaos.social/@sd
Non-equal part Petes Seeger and Townsend; depends on the day. #stl #ruby #jayhawks #stlcards #pico8 #bbq #woodworking #gardening
Developer from Austria π¦πΉ
I am interested in Elixir, Swift, Typescript / React. Svelte, Docker, Kubernetes, Terminal / Linux, Neovim & probably anything related to coding :)
Other interests are PokΓ©mon, Aquariums, Retro Consoles, Gaming
Associate Professor at @cst.cam.ac.uk, researching decentralised systems and security protocols. Advisor to the Bluesky team. Wrote βDesigning Data-Intensive Applicationsβ (OβReilly). he/him
Chief Customer Officer & Co-Founder at @AppSignal.com. Stroopwafel connoisseur.
The free and flexible app for your private thoughts. For help and deeper discussions, join our community: http://obsidian.md/community
Hi! I'm Etienne, I'm a dad, a βforeverβ-Dungeon Master and a Ruby on Rails engineer.