Programming

Programming

1474 bookmarks
Custom sorting
Data channels in Elixir WebRTC
Data channels in Elixir WebRTC
An overview of the new data channels API in Elixir WebRTC
·blog.swmansion.com·
Data channels in Elixir WebRTC
Tools to debug Memory issues in Elixir
Tools to debug Memory issues in Elixir
After diving into memory issues in Elixir in my previous post, I had the chance to give a talk at the Curiosum Elixir meetup. Since I had…
·medium.com·
Tools to debug Memory issues in Elixir
maelstrom-software/maelstrom: Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
maelstrom-software/maelstrom: Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner. - maelstrom-software/maelstrom
·github.com·
maelstrom-software/maelstrom: Maelstrom is a fast Rust, Go, and Python test runner that runs every test in its own container. Tests are either run locally or distributed to a clustered job runner.
Elixir Macros Demystified, part 3: defmacro and require
Elixir Macros Demystified, part 3: defmacro and require
In part 3 of this series, we'll learn about defining macros using defmacro, handling quoted expressions, and understanding macro pitfalls.
·arrowsmithlabs.com·
Elixir Macros Demystified, part 3: defmacro and require
TIL: Configuring multiple FLAME backends
TIL: Configuring multiple FLAME backends
In OctoCut, I have to perform a few tasks that are CPU or memory intensive. Instead of performing them on the machine serving web requests, I want to perform them on a different machine. FLAME is perfect for this. (If you're not familiar with FLAME, I highly recommend checking out
·samrat.me·
TIL: Configuring multiple FLAME backends
Matrjoschka of phoenix communication
Matrjoschka of phoenix communication
Shining some light on how phoenix built additional layers of abstraction on top of the primitives of message passing on the BEAM.
·kobrakai.de·
Matrjoschka of phoenix communication
Table of Contents
Table of Contents
Every entry in every series, listed for quick navigation.
·computerenhance.com·
Table of Contents
strtod Is Wild!
strtod Is Wild!
Example article format
·festina-lente-productions.com·
strtod Is Wild!
Reducing Compile-Time Dependencies in Gettext for Elixir
Reducing Compile-Time Dependencies in Gettext for Elixir
This is how we significantly improved compilation time for Elixir projects that use Gettext, using a few metaprogramming tricks and ten years of Elixir experience since we wrote the first version of this library.
·andrealeopardi.com·
Reducing Compile-Time Dependencies in Gettext for Elixir
Catching up with Elixir
Catching up with Elixir
I've kept very busy recently and as I look at what I published last it has clearly kept me from blogging. I don't love that. I like having a blog and I like tending to it. I've not missed a beat on the newsletter's weekly cadence but that might not be your jam. Let's catch up. I've been diving into embedded Linux with Elixir.
·underjord.io·
Catching up with Elixir
To Nerves from Elixir
To Nerves from Elixir
I adore Nerves. I recently joined the core team. And I'll be doing my best to help people get along with this lovely way to co-mingle hardware and massively concurrent reliable software.
·underjord.io·
To Nerves from Elixir
Typing lists and tuples in Elixir
Typing lists and tuples in Elixir
This article explores the design decisions of typing lists and tuples in Elixir within a sound gradual type system
·elixir-lang.org·
Typing lists and tuples in Elixir
Building custom Hex repositories - Dashbit Blog
Building custom Hex repositories - Dashbit Blog
Learn how to build custom Hex repositories using codemix hex.registry build/code that ships with Hex since version 0.21
·dashbit.co·
Building custom Hex repositories - Dashbit Blog
How we verify webhooks - Dashbit Blog
How we verify webhooks - Dashbit Blog
Shows how to sign and verify HTTP requests with Elixir. This is useful for webhooks and communications between servers on the Web.
·dashbit.co·
How we verify webhooks - Dashbit Blog
Cuckoo_filter - A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum
Cuckoo_filter - A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum
cuckoo_filter is a high-performance, concurrent, and mutable Cuckoo Filter implemented using atomics for Erlang and Elixir. A Cuckoo Filter is a space-efficient probabilistic data structure for approximated set-membership queries. It can be used to test whether an element is a member of a set in constant time with a low rate of false positives. By using erlang atomics we have fast and concurrent access for read and write operations. It is implemented in erlang so you can use it in both erlang...
·elixirforum.com·
Cuckoo_filter - A high-performance, concurrent, and mutable Cuckoo Filter for Erlang and Elixir - Your Libraries & OS Mentoring / Libraries - Elixir Programming Language Forum