Groxio

4.1K posts

Groxio banner
Groxio

Groxio

@GroxioLearning

Beginner or pro, Author & expert Bruce Tate's tailored approach to Elixir training will help you think beyond routine code to beautifully designed software.

Chattanooga, TN เข้าร่วม Kasım 2018
1.5K กำลังติดตาม2.4K ผู้ติดตาม
ทวีตที่ปักหมุด
Groxio
Groxio@GroxioLearning·
Hey! We are over at the other site too - groxio.bsky.social
GIF
English
1
0
3
2.1K
Groxio รีทวีตแล้ว
ElixirConf
ElixirConf@ElixirConf·
🌆Elixir community is coming to Chicago: Big ideas. Great architecture. Deep-dish-fueled discussions. 📅 September 9-11 🎤 CFP open now 🗓 Deadline: April 12 elixirconf.com
ElixirConf tweet media
English
1
3
16
2K
Groxio รีทวีตแล้ว
Code BEAM
Code BEAM@CodeBEAMio·
Why attend Code BEAM Europe? Real-world BEAM in production - actionable insights from 30 speakers 300+ engineers who know these technologies, plus an unconference track driven by the community The Philharmonic in Haarlem - great venue, great city Tickets coming soon 👉 join the waitlist: #newsletter" target="_blank" rel="nofollow noopener">codebeameurope.com/#newsletter 📅 21–22 Oct · Haarlem
Code BEAM tweet media
English
0
3
7
423
Groxio
Groxio@GroxioLearning·
In Elixir, data structures are contracts. By using tagged tuples like `{:ok, value}`, success and failure become explicit data rather than hidden states you might forget to check. Here is why the shape of your data is the feature. grox.io/blog/20-when-t… #ElixirLang
English
1
3
41
1.3K
Groxio
Groxio@GroxioLearning·
Building a Phoenix app in 30 minutes with AI is impressive, but working code and maintainable code are not the same thing. We looked inside the generated code to see where the shortcuts were taken and how to fix them. #ElixirLang grox.io/blog/19-the-mo…
English
0
2
22
1.2K
Groxio
Groxio@GroxioLearning·
In Elixir, inner scopes can read outer bindings but can't change them. Once you see that boundary clearly, the common rebinding mistake stops looking like a bug and starts looking like a design. grox.io/blog/18-scope-… #ElixirLang
English
0
0
3
273
Groxio
Groxio@GroxioLearning·
AI built a full Phoenix LiveView app in 30 minutes, then kept adding “helpful” features nobody asked for. The demo looked perfect. The maintenance story is where the real cost appears. New blog post! grox.io/blog/17-the-il… #ElixirLang
English
2
2
31
1.6K
Groxio รีทวีตแล้ว
ElixirConf Europe
ElixirConf Europe@ElixirConfEU·
Level up on April 22nd: Full-day ElixirConf EU workshops. OTP patterns, RAG systems, LLM apps, BEAM internals, AI + Elixir. Limited spots @whatyouhide @redrapids @erik_stenman Reserve: #training" target="_blank" rel="nofollow noopener">elixirconf.eu/#training
ElixirConf Europe tweet media
English
0
4
8
2.3K
Code BEAM
Code BEAM@CodeBEAMio·
🎉 Code BEAM Lite Vancouver agenda is LIVE! 🇨🇦 Keynote: @rvirding & Brooklyn Zelenka on Erlang's lessons for local-first systems 10 speakers including @whatyouhide , @redrapids , Hayleigh Thompson & more March 23 | Limited tickets 🎟️ #schedule" target="_blank" rel="nofollow noopener">codebeamvancouver.com/#schedule
Code BEAM tweet media
English
1
1
2
857
Groxio
Groxio@GroxioLearning·
In most languages, = stores a value. In Elixir, = matches a shape. If the structure fits, names bind. If it doesn’t, the match fails — and that failure is the filter. Pattern matching is selection, not assignment. Full post: grox.io/blog/16-patter… #ElixirLang
English
0
7
38
1.1K
Groxio รีทวีตแล้ว
José Valim
José Valim@josevalim·
"The Claude Code and Tidewave combo is so central to what I do that my son and I have a term we use - ClaudeWave." cheezyworld.ca/post/my_dev_en…
English
1
14
119
7.8K
Groxio รีทวีตแล้ว
Groxio
Groxio@GroxioLearning·
This Master Class is about structured prompting, architectural patterns, and proper oversight. It's about building production-ready systems with AI, not letting AI generate whatever and hoping it works. You are in charge, not the agent. Learn with@redrapids.bsky.social codebeamvancouver.com #ElixirLang
Groxio tweet media
English
0
1
1
826
Groxio รีทวีตแล้ว
José Valim
José Valim@josevalim·
I have been sitting on this article for 3+ months to see if it would stand the pace of change in AI and I believe it did. So here it goes! The future of coding agents is vertical integration: tidewave.ai/blog/the-futur…
English
7
22
128
11.6K
Groxio
Groxio@GroxioLearning·
The problem with AI coding agents isn’t capability. It’s visibility. Without checkpoints, you end up approving changes you haven’t really seen. Ask → Plan → Agent adds explicit decision points before code runs. Stop vibe coding. Start directing. grox.io/blog/15-the-ed…
English
1
1
6
367
Groxio
Groxio@GroxioLearning·
In Elixir, data shape is a design decision. Atoms signal meaning. Tuples encode fixed structure. Lists imply sequential access. Maps express association by key. The shape you choose affects behavior, readability, and evolution. New post: grox.io/blog/14-data-s… #ElixirLang
English
2
7
39
1.7K
Groxio รีทวีตแล้ว
José Valim
José Valim@josevalim·
Heyo, I built a thing for fun: PR Quiz! It is a MCP App that turns pull request reviews into an interactive learning experience, inside Claude Desktop (and others). Watch the video, links below.
English
6
17
128
8.6K
Groxio
Groxio@GroxioLearning·
In Elixir, calling a function doesn’t immediately run code. First, the runtime selects a function head by pattern matching on the shape of your data. Only then does the clause execute. That’s why greet(:admin) and greet(:user) are the same function. Full breakdown: grox.io/blog/13-functi… #ElixirLang
English
0
3
32
1.3K