SNShah Nawazinblog.nawaz.info·5d ago · 7 min readAttempt to Learn Elixir: Functions and PatternsElixir is a functional programming language. Functional languages are built with functions as first-class citizens and tend to involve a declarative style of programming, where we specify what is to b10
MMediuswareinmediusware.hashnode.dev·Jun 5 · 10 min readWhat Is Elixir Used For in Modern Software?Every growing software product eventually faces pressure. Traffic increases. Users expect real-time updates. Background jobs multiply. Features become more connected. And suddenly, the backend that on00
JTJeff Thoenseninjeffthoensen.hashnode.dev·May 27 · 4 min readTesting a LiveView App with Playwright: Fixing Navigation TimeoutsI was building a Playwright suite against a Phoenix LiveView app for the first time. Tests ran fine in isolation. Overnight, the full suite timed out across the board. Every failure was in a navigatio00
KEkingsley ebube onohinkingsleyonoh.hashnode.dev·Apr 18 · 7 min readStripe Said Past Due. The State Machine Said No. Both Were Right.A paused subscription receives a customer.subscription.updated webhook from Stripe. The payload says the new status is past_due. The local state machine has eight states and fifteen valid transitions, defined as a single Elixir map literal. paused ca...00
NENelson Estevãoinblog.estevao.org·Mar 20 · 9 min readYour Script Doesn't Need a ProjectSetting up a new project just to run ten lines of code has always been one of programming's most tedious rituals. Create a directory. Write a manifest. Declare your dependencies. Run the install. Now 20
CBCarlos Beckerininvisionai.hashnode.dev·Mar 20 · 13 min readElixir: A Journey to Simplifying System Architecture This article is a short log of how Elixir became an essential tool at Invision AI: Provides infrastructure that would require many frameworks in other languages. Developers who have never touched El00
APAmey Pacharkaringhost-fs.hashnode.dev·Mar 10 · 5 min readBuilding GhostFS: Engineering a Scorched-Earth Steganographic RelayMost engineers focus strictly on encryption when building secure systems. But in high-stakes or heavily monitored network environments, encryption isn't always enough. Standard encrypted traffic (like00
YPYaroslav Podorvanovinyaroslavpodorvanov.hashnode.dev·Mar 4 · 10 min readHow to Switch to Go, Rust, Elixir, or Any Modern Backend StackBack in early 2018, I switched from PHP to Go. At the time I had 6 years of total experience — 4.5 of them with PHP. Three years later, I wrote about switching in Ukrainian. Three years after that, I 00
JFJohn from BoothIQinboothiq.hashnode.dev·Feb 28 · 1 min read150,000 Lines of Vibe Coded Elixir: The Good, The Bad, and The Uglyhttps://getboothiq.com/blog/150k-lines-vibe-coded-elixir-good-bad-ugly TL;DR: Good: AI is great at Elixir. It gets better as your codebase grows. Bad: It defaults to defensive, imperative code. You 00
FEFelipe Eliasinfelipeelias.hashnode.dev·Feb 28 · 1 min readHookLab - Watch your Claude Code hooks in real timeClaude Code recently added HTTP hooks. Instead of shell scripts, you can point hook events at a URL. I built HookLab to play with that. It's a live dashboard. Every hook event shows up in the browser as it happens: which tools are being called, what ...00