How to build a podcasting platform in under 8 hours
Last year at Rails World, I indulged in some horn tooting and victory-lap taking when I showed off the publishing platform and strength-training app I built to…
Building Efficient ETL Pipelines with Elixir & GenStage: A Comprehensive Guide
This guide details how to build efficient, concurrent ETL pipelines using Elixir and GenStage, offering insights into data validation and processing to enhance your data-driven applications.
Phoenix gives you a great headstart by leveraging the built-in telemetry of the BEAM, your OS and your Elixir code out of the box - learn how it saves you time and gets you up and running fast.
Why You Should Use Ruby’s dry-rb Gems: A Guide to Cleaner, More Flexible Code
The Dry-rb gem suite is a game-changer for Ruby developers who value clean, maintainable code. From robust input validation with dry-validation to building immutable, typed objects with dry-struct, these gems bring type safety, modularity, and clarity to your projects. Dive into five essential Dry-rb gems and transform your Ruby workflow!
How to Create a Typeahead Component Using Phoenix Framework and Elixir
Discover how to create a Typeahead component with Phoenix Framework and Elixir! I've shared the full code on my GitHub, so you can easily follow along and tr...
Learn how to build a lightweight and flexible API in Elixir using Plug! This post dives into advanced techniques, like parsing JSON requests and crafting dynamic JSON responses, while showcasing the elegance of minimalistic API development.
Effective Scaling Strategies for Image Processing Workloads | Curiosum
Learn how horizontal scaling, serverless functions, and the modular FLAME system can optimize performance and cost-effectiveness for compute-intensive functions
[Dale Cook] has cats, and as he readily admits, cats are jerks. We’d use stronger language than that, but either way it became a significant impediment to making progress with an RFID-based s…
If you’ve done your share of leetcode-style interviewing, and you’re above a certain age, you may have been asked during a technical screen to write a program that determines if a linke…
Effortless Video Sharing with Phoenix LiveView and FLAME
As someone who loves experimenting with new technologies, I recently got the Vision Pro (I’m a big fan of VR and the idea of working in mixed reality). What excites me the most is sharing the cool stuff I discover, with my friends and colleagues, like how amazing it is to have a floating 3D […]
I hacked on something quite useful in the last few weeks, off and on. Voice Activity Detection in Elixir with Silero VAD through ONNX. I'll show what I did and try to give an idea of what it is and why it is useful.
What feels like forever ago but what was probably a year and a half I gave a talk about Lively LiveView with Membrane. Video is available for the curious. It was a stunt talk but also a talk about creativity and how Elixir let's me plug things together and try things that feel magical. That feeling has never left me.
One of the Erlang ecosystem's spiciest nerd snipes are hot code updates. Because it can do it. In ways that almost no other runtime can. I use Elixir which builds on Erlang and has the same capabilities.
“Secure by default” - how Phoenix keeps you safe for free
Discover how Phoenix's "secure by default" framework keeps your applications safe without extra cost or effort. Learn about key security features like XSS, CSRF protection, secure browser headers, and SQL injection prevention, automatically integrated for your peace of mind. Perfect for developers at all levels, Phoenix ensures robust security from day one, allowing you to focus on innovation. Whether you're a beginner or seasoned pro, safeguard your projects effortlessly with Phoenix while educating yourself on vital security practices. Save time and reduce risk with Phoenix’s built-in security advantages.