GigCityElixir's Avatar

GigCityElixir

@gigcityelixir.bsky.social

Beginner, hobbyist, or if you use Elixir in your day job, you will find talks here that change the way you look at code. See you in Chattanooga - Fall 2026 GigCityElixir.com

278 Followers  |  205 Following  |  109 Posts  |  Joined: 13.01.2025
Posts Following

Posts by GigCityElixir (@gigcityelixir.bsky.social)

Preview
Bringing Nerves and Home Assistant together Join us for this presentation by Kevin Schweikert on 2026-01-14 at 19h CET!

Happy new year to all! We’re starting our 2026 meetup season tomorrow (Wed Jan 14th) at 19h CET via Zoom!

@kevinschweikert.de will be kicking us off with a presentation on using #HomeAssistant with #Nerves and #ElixirLang

Registration link:

nervesmeetup.eu/meetup/kevin...

13.01.2026 16:11 β€” πŸ‘ 9    πŸ” 6    πŸ’¬ 1    πŸ“Œ 2

If you want to stay up to date on GCE26, head to the website and add your name to the list! www.gigcityelixir.com

Target conference time is Fall of 2026. Our usual venue is moving and the new one is under construction. We are looking forward to gathering in the new location!

Happy New Year!

09.01.2026 16:15 β€” πŸ‘ 6    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
People coming from Ruby/JS/Python keep tripping on this:

x = 1
x = 2

Looks like mutation, right?

Nope. In Elixir, = is pattern matching. Those are two separate bindings to two different values.

The old value still exists. The name just points somewhere else now.

This one shift explains why Elixir concurrency works without locks and why code stays predictable when things get messy.

People coming from Ruby/JS/Python keep tripping on this: x = 1 x = 2 Looks like mutation, right? Nope. In Elixir, = is pattern matching. Those are two separate bindings to two different values. The old value still exists. The name just points somewhere else now. This one shift explains why Elixir concurrency works without locks and why code stays predictable when things get messy.

New Blog Post!
groxio.com/blog/variabl...

09.01.2026 16:02 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
GigCityElixir | SaΕ‘a Juric - Tell Me A Story
YouTube video by Groxio GigCityElixir | SaΕ‘a Juric - Tell Me A Story

New talk! @sasajuric.bsky.social and "Tell Me A Story"
Check it out - it is one of the most fun talks we've ever seen!
youtu.be/1SWO3c75Mn4
#Elixirlang

24.10.2025 13:45 β€” πŸ‘ 11    πŸ” 3    πŸ’¬ 0    πŸ“Œ 1

Oh man that's really awful :(

24.10.2025 13:44 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
GigCityElixir | Josh Price - Smarter Applications with Ash, LLMs and MCP
YouTube video by Groxio GigCityElixir | Josh Price - Smarter Applications with Ash, LLMs and MCP

New talk out!
@joshcprice.bsky.social and "Smarter Applications with Ash, LLMs and MCP"

youtu.be/ZwPxhBEJoIA
#ElixirLang

21.10.2025 21:09 β€” πŸ‘ 8    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
GigCityElixir 25 | Gonzalo RodrΓ­guez: Building an Exception Tracker in Elixir Gonzalo HD 1080p
YouTube video by Groxio GigCityElixir 25 | Gonzalo RodrΓ­guez: Building an Exception Tracker in Elixir Gonzalo HD 1080p

Ok! Back on the video editing train!

Gonzalo RodrΓ­guez: Building an Exception Tracker in Elixir youtu.be/U9ULzFTwpw4
#ElixirLang
@mimiquate.bsky.social

07.08.2025 16:36 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I am so happy we are officially announcing Elixir Observer πŸŽ‰. It was fun demoing on @gigcityelixir.bsky.social and @elixirconf.bsky.social.

www.youtube.com/watch?v=o-Fs...

#ElixirLang

28.05.2025 14:03 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Keynote: Code Generators are Dead. Long Live Code Generators  - Chris McCord | ElixirConf EU 2025
YouTube video by Code Sync Keynote: Code Generators are Dead. Long Live Code Generators - Chris McCord | ElixirConf EU 2025

The first keynote talk from ElixirConf EU 2025 is now live on YouTube. Watch Chris McCord talk about code generators. youtu.be/ojL_VHc4gLk

22.05.2025 11:33 β€” πŸ‘ 6    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

The human connection is what @gigcityelixir.bsky.social is all about!!
#ElixirLang

15.05.2025 14:40 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
GigCityElixir25 | Amos King: Currently Afloat
YouTube video by Groxio GigCityElixir25 | Amos King: Currently Afloat

First conference video is out!
Amos King - Currently Afloat

youtu.be/OfNTb24voI4
#ElixirLang

22.05.2025 16:37 β€” πŸ‘ 14    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
Post image Post image

Did you know that the BBC serves almost all of its web traffic using @elixirlang.bsky.social ?

#elixirlang

16.05.2025 08:23 β€” πŸ‘ 81    πŸ” 22    πŸ’¬ 1    πŸ“Œ 2
Preview
GitHub - ash-project/ash_sync: Real-time sync for Postgres-backed Ash & Phoenix applications. Real-time sync for Postgres-backed Ash & Phoenix applications. - ash-project/ash_sync

Anyone in the @ash-hq.org community interested in championing the work on github.com/ash-project/...? I've got so much to do I just don't think I can give it the time it deserves. Think of it like an Ash wrapper around Phoenix.Sync with a bunch of goodies out of the box. Any takers? #ElixirLang πŸ‘‡

20.05.2025 23:40 β€” πŸ‘ 15    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0

New Ash extension for working with AI, LLMs, MCP and vector embedding.

Check it out and give it a star!

15.05.2025 13:55 β€” πŸ‘ 12    πŸ” 5    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

⚑ Stream.watch(Keynote.live(:josé_valim)) |> BlueSky.share()
LIVE: @josevalim.bsky.social reveals what's next for Elixir! Get the latest on the type system, research projects, upcoming features, and ask your burning questions in the extended Q&A. #ElixirConfEU #ElixirLang

15.05.2025 14:33 β€” πŸ‘ 2    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image Post image

Elixir 1.19 updates at #ElixirConfEU #ElixirLang

15.05.2025 14:28 β€” πŸ‘ 30    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0

Thank you SaΕ‘a!!

15.05.2025 13:43 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image Post image Post image

As I'm about to send a few follow-up mails, I'm reminded how conferences are, above all, about human connection. @gigcityelixir.bsky.social was packed with insightful talks, of course, but what I'll remember most are the unstructured, informal chats about tech, life, and everything in between.

13.05.2025 07:32 β€” πŸ‘ 23    πŸ” 2    πŸ’¬ 1    πŸ“Œ 1
Post image

Small world!! Love that some of our Conference folks are together in Krakow!
#ElixirLang

15.05.2025 13:14 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image Post image Post image

β€œI was skeptical, but even a 16th century wannabe playwright can write concurrent code these days!” β€” @sasajuric.bsky.social

#elixirlang

10.05.2025 19:54 β€” πŸ‘ 17    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Preview
Ash Weekly: Issue #16 GigCity Elixir wrapped, new AshEvents extension, "Domain Modeling with Ash Framework" book launch, combination query feature released.

Ash Weekly: Issue #16 | GigCity Elixir wrapped, new AshEvents extension, "Domain Modeling with Ash Framework" book launch, combination query feature released

open.substack.com/pub/ashweekl...

#AshFramework #ElixirLang

10.05.2025 23:58 β€” πŸ‘ 22    πŸ” 4    πŸ’¬ 2    πŸ“Œ 0
Post image

@sasajuric.bsky.social is up with our closing keynote of @gigcityelixir.bsky.social with a tale of empathy and community #ElixirLang

10.05.2025 19:26 β€” πŸ‘ 12    πŸ” 1    πŸ’¬ 1    πŸ“Œ 1
Post image

And that’s a wrap on NervesConfUS and GigCityElixir 2025! Thank you to everyone who came and made this possible!!

11.05.2025 01:40 β€” πŸ‘ 8    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Post image

Model your domain, derive the rest with ash, @gigcityelixir.bsky.social

10.05.2025 13:12 β€” πŸ‘ 7    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
5 men in chairs on a stage at a conference

5 men in chairs on a stage at a conference

Woohoo!! Recording an AI Roundtable for #BeamRadio!
#ElixirLang

10.05.2025 17:08 β€” πŸ‘ 10    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Video thumbnail

Lunch break!
#ElixirLang

10.05.2025 15:57 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Great candidates!!!

10.05.2025 14:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

See problem solve problem. Best kind of folks ❀️

10.05.2025 13:57 β€” πŸ‘ 5    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Post image

@grzuy.bsky.social on building an exception tracker in #elixirlang - been excited to see the approach they take with this one, it’s a topic a lot of people seem to bake up solutions for differently

10.05.2025 13:43 β€” πŸ‘ 7    πŸ” 2    πŸ’¬ 1    πŸ“Œ 1
A robotic Ash logo

A robotic Ash logo

Soon

#elixirlang

10.05.2025 13:58 β€” πŸ‘ 28    πŸ” 5    πŸ’¬ 5    πŸ“Œ 0