Programming

Programming

1461 bookmarks
Custom sorting
Elixir: The Alchemy of Code Generation
Elixir: The Alchemy of Code Generation
This article was originally written in Russian and has been translated to English with the help of...
·dev.to·
Elixir: The Alchemy of Code Generation
Everything I Was Lied To About NodeJS Came True With Elixir
Everything I Was Lied To About NodeJS Came True With Elixir
Discover why Elixir delivers on everything Node.js promised but failed to achieve. Learn how Elixir outperforms Node.js in concurrency, parallelism, fault tolerance, and scaling without requiring complex infrastructure. Perfect for frustrated Node developers seeking better performance, simpler maintenance, and lower cloud costs. Explore how the BEAM VM enables true scalability and reliability that serverless Node deployments can't match.
·d-gate.io·
Everything I Was Lied To About NodeJS Came True With Elixir
Mastering Elixir CI pipeline | Curiosum
Mastering Elixir CI pipeline | Curiosum
Developer time is precious for business. Don't waste it on things that can be easily automated. Continuous integration (CI) is where this automation is put in place
·curiosum.com·
Mastering Elixir CI pipeline | Curiosum
In Elixir, everything is a process
In Elixir, everything is a process
I set myself an interesting/unreasonable challenge with this one - trying to explain everything that makes Elixir special in a single post.
·tawandamunongo.dev·
In Elixir, everything is a process
Elixir for Multimedia: A Practical Guide for Developers
Elixir for Multimedia: A Practical Guide for Developers
Elixir is a great language for building distributed, scalable, and reliable multimedia apps. It’s based on Erlang, which is known for…
·blog.swmansion.com·
Elixir for Multimedia: A Practical Guide for Developers
Running ML models in Elixir using Pythonx
Running ML models in Elixir using Pythonx
I just discovered Pythonx, which runs a Python interpreter in the same OS process as Elixir. Looks like it also wraps uv so it sets up a virtual environment with all the Python dependencies your code needs. Here's how I got the MLX version of the recently released SmolVLM model
·samrat.me·
Running ML models in Elixir using Pythonx
Northwind Elixir Traders
Northwind Elixir Traders
Learn about working with databases in Elixir with Ecto's migrations, changesets, queries, and more. Reimagine a classic database in SQLite, and learn by doing.
·leanpub.com·
Northwind Elixir Traders
calculator-app - Chad Nauseam Home
calculator-app - Chad Nauseam Home
"A calculator app? Anyone could make that." (this was originally a https://x.com/ChadNauseam/status/1890889465322786878) Not true. A calculator should show you the result of the mathematical expressi…
·chadnauseam.com·
calculator-app - Chad Nauseam Home
Tooltips in Phoenix LiveView
Tooltips in Phoenix LiveView
Integrating the tooltip library tippy.js into a Phoenix LiveView application
·blog.puretype.ai·
Tooltips in Phoenix LiveView
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