APAmey Pacharkaringhost-fs.hashnode.devBuilding 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 (like3d ago·5 min read
YPYaroslav Podorvanovinyaroslavpodorvanov.hashnode.devHow 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 Mar 4·10 min read
JFJohn from BoothIQinboothiq.hashnode.dev150,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 Feb 28·1 min read
FEFelipe Eliasinfelipeelias.hashnode.devHookLab - 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 ...Feb 28·1 min read
FEFelipe Eliasinfelipeelias.hashnode.devElixir Toolbox - Major UpdateI've been working on Elixir Toolbox quite a bit lately and wanted to share what's new: More categories: ~150 now, including AI/LLM sections (and more) JSON API: the aggregated data is now exposed for anyone to query New trending page, showing packag...Feb 26·1 min read
TITech Insights Hubintopperblog.hashnode.devPhoenix Channels: Real-Time Elixir CommunicationPhoenix Channels: Real-Time Elixir Communication Tool Overview Modern solution. Quick Start const use = () => true; Patterns Production ready. FAQ Q: Use? Yes. Conclusion Start now.Feb 12·1 min read
TITech Insights Hubintopperblog.hashnode.devElixir Phoenix LiveView: Real-Time Apps Without JavaScriptElixir Phoenix LiveView: Real-Time Apps Without JavaScript What Changed Everything Modern development requires modern tools. Table of Contents Overview Setup Guide Implementation Best Practices FAQ Overview Understanding the tool. Setup // Quick st...Feb 12·1 min read
DDataFormatHubindataformathub.hashnode.devDeep Dive: Why Phoenix LiveView Streams Change Everything in 2026The Elixir and Phoenix ecosystem continues its steady, pragmatic evolution, delivering robust tools for building resilient and interactive web applications. As someone who's just spent considerable time delving into the latest iterations and best pra...Feb 5·13 min read
DSDaniil Shuraevinshuraev.hashnode.devBehaviour Dispatch Patterns in ElixirBehaviours as API Surface Many programming languages have the concept of interfaces. They allow us to separate an abstract definition of an API shape from its implementation. In Elixir, the closest equivalent is a behaviour. We describe a behaviour m...Dec 14, 2025·9 min read
EOedward omondiinomondiedwin.hashnode.devHow to Integrate AshLtree with AshFrameWorkIntroduction Versioning records using ash_papertrail is straightforward enough, except when the record being versioned has children that also need versioning—and keeping them in sync with the parent version adds another layer of complexity. If you ne...Dec 8, 2025·4 min read