Learn Datalog Today!
Drinking with Datalog
optimize your home bar with ✨logic programming✨
Writing a formatter has never been so easy: a Topiary tutorial
This blog post is a tutorial on how to quickly write a formatter for a programming language from scratch using Topiary, our open-source formatting engine based on tree-sitter.
Test async work in Elixir with assert_eventually
Test async tasks in Elixir without using Prosess.sleep but by - get this - actually waiting for them to complete!
Building a Distributed Rate Limiter in Elixir with HashRing | AppSignal Blog
We'll build a distributed rate limiter using HashRing for Elixir.
Ecto Datetime With Time Zone
How to upload and SAVE images in Elixir : r/elixir
26 votes, 17 comments. While working on faelib.com , I had to implement uploading images and saving them in the file system. Below is how it went…
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.
Out-of-the-box Elixir telemetry with Phoenix
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.
My experience with Phoenix LiveView | Dimitrios Lytras
Some takeaways from my time with Phoenix LiveView
Translating Ecto Changeset Errors in Phoenix
This is a how-to on translating Ecto changeset errors in Phoenix the right way.
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!
The Modifications I Make to Every New Phoenix Project - John Elm Labs
Make your life significantly easier with these simple modifications
Contents • Build Your Own Lisp
Elixir Best Practices - Deeply Nested Maps - DockYard
Down the rabbit hole
Making Beautiful API Keys | Let's Build Together
We created uuidkey to encode UUIDv7s with Crockford Base32 into human-readable keys that are sortable, indexable, and actually pleasant to look at.
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...
The Elixir Year: A Technical Sabbatical
Planning a year of deliberate practice & applied engineering
Building a World of Warcraft server in Elixir: 2024 Update | pikdum's blog
Learn any programming language Like a Expert – SkillHero
LiveView got braces: a complete guide to Phoenix LiveView v1.0.0's new curly brace syntax
A complete guide to Phoenix LiveView's new curly brace HEEx syntax, introduced in LiveView v1.0.0
Building an Elixir API with Plug Only
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
Building Apps with Tauri and Elixir - CrabNebula
Learn how to build desktop applications using Elixir and the Phoenix framework with Tauri.
Elixir Streams | How to synchronize the asynchronous within a GenServer
Elixir and Phoenix tips, courses, and more.
RFID From First Principles And Saving A Cat
[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…
Let's build something from scratch | Courses by Entropitor
Learn how to build things from scratch
Diving into eBPF: Building a Process Tracer from Scratch!
How i ended up writing an ebpf based program to trace processes for a github action.
The Tortoise and the Hare in Alloy
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…