Programming

Programming

1474 bookmarks
Custom sorting
Drinking with Datalog
Drinking with Datalog
optimize your home bar with ✨logic programming✨
·ianthehenry.com·
Drinking with Datalog
Writing a formatter has never been so easy: a Topiary tutorial
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.
·tweag.io·
Writing a formatter has never been so easy: a Topiary tutorial
Test async work in Elixir with assert_eventually
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!
·peterullrich.com·
Test async work in Elixir with assert_eventually
How to upload and SAVE images in Elixir : r/elixir
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…
·reddit.com·
How to upload and SAVE images in Elixir : r/elixir
How to build a podcasting platform in under 8 hours
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…
·justin.searls.co·
How to build a podcasting platform in under 8 hours
Out-of-the-box Elixir telemetry with Phoenix
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.
·honeybadger.io·
Out-of-the-box Elixir telemetry with Phoenix
Why You Should Use Ruby’s dry-rb Gems: A Guide to Cleaner, More Flexible Code
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!
·bounga.org·
Why You Should Use Ruby’s dry-rb Gems: A Guide to Cleaner, More Flexible Code
Making Beautiful API Keys | Let's Build Together
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.
·docs.agentstation.ai·
Making Beautiful API Keys | Let's Build Together
Building an Elixir API with Plug Only
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.
·bounga.org·
Building an Elixir API with Plug Only
RFID From First Principles And Saving A Cat
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…
·hackaday.com·
RFID From First Principles And Saving A Cat
The Tortoise and the Hare in Alloy
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…
·surfingcomplexity.blog·
The Tortoise and the Hare in Alloy