Fixing UUIDv7 (for database use-cases) - Marc's Blog
Use processes directly for Elixir by josevalim · Pull Request #7 · pkolaczk/async-runtimes-benchmarks
Tasks are a higher-level abstraction and they will include additional features for tracking responses.
So we change Elixir to use processes directly, reflecting the other processes and reducing mem...
Flashcards · Phoenix Framework
Elixir/Ports and external process wiring - ludd
Modern CV Technology: JSON Resume embedded in HTML
Delimited continuations in lone lisp
The lone lisp delimited continuations implementation journey.
Charm
We make the command line glamorous
ex_cldr
Common Locale Data Repository (CLDR) functions for Elixir to localize and format numbers,
dates, lists, messages, languages, territories and units with support
Achieving High-Quality Tests in Elixir with Gherkin (Part 1)
In this two-part blog, we will explore the power of Gherkin, a domain-specific language designed for behavior-driven development.
Fey — Fey v0.0.3
My OCaml-flavoured Elixir style
Inline anonymous functions + result-pipeline helpers = flatter, top-down reading flow
Your Images Are (Probably) Oversized
Or why you should always set the `sizes` and `srcset` attributes on your (responsive) img tags.
Advanced Debugging in Elixir with IO.inspect | AppSignal Blog
Let's explore both the fundamentals and advanced patterns for using IO.inspect effectively.
The Hacker's Playbook: Understanding Common Hacking Techniques | Abdul Wahab Junaid
1. The Art of Anonymity A hacker's first priority is to remain anonymous. They don't want you to know they've been in your system. To achieve this, they
What are Elixir Protocols? | Culttt
Polymorphism in Elixir is implemented using Protocols, which are like blueprints for functions.
[RFC] Ripple: A compiler-interpreted API to support SPMD and loop annotation programming for SIMD targets - LLVM Project - LLVM Discussion Forums
[RFC] Ripple: A Compiler-Interpreted API for Efficient SIMD Programming TL;DR We have been working on Ripple, a lean addition to LLVM to support Single-Program, Multiple-Data (SPMD) and loop-annotation-based parallel programming for SIMD hardware. We propose a parallel programming API to support these two models, which departs from GPU-style SPMD programming, in that block computations of different dimensions (including 0) can coexist in the same function. This makes it easier to explicitly expr...
Structs and Embedded Schemas in Elixir: Beyond Maps | AppSignal Blog
Let's dive into the ins and outs of structs and Ecto schemas.
Color Shifting in CSS • Josh W. Comeau
A little while ago, I was trying to animate an element’s background color, so that it cycled through the rainbow. Seems easy, but it turns out, browsers have a surprisingly big limitation when it comes to color processing! In this tutorial, we’ll dig into the issue, and I’ll share a couple of strategies you can use to work around this limitation.
RabbitMQ tutorial - "Hello world!" | RabbitMQ
Introduction
SmallJS - Home
Structs as maps with __struct__
I'm reading another book about Elixir and I had a little Eureka!-moment with structs.
Rapidly building interactive CLIs in Go with Bubbletea - Inngest Blog
Our product is just different enough to make our CLI require really good interactivity. We bundle an interactive event browser in our CLI. Here's how it's built.
Different Types of Recursion in Golang - GeeksforGeeks
Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school education, upskilling, commerce, software tools, competitive exams, and more.
Charm
We make the command line glamorous
Liveness analysis with Datalog
After publishing Linear scan register allocation on SSA, I had a nice call with Waleed Khan where he showed me how to Datalog. He thought it might be useful to try implementing liveness analysis as a Datalog problem.
Elixir Hub
You central point for all things Elixir.
Lua · Elixir School
Module attributes — Elixir v1.18.4
Understanding mix.exs: The Heart of Your Elixir Project
At the core of every Elixir project lies a file that orchestrates your project’s dependencies, configuration, and tasks: mix.exs. This file…
Organising your Elixir project with Mix | Culttt
Mix is a set of tools for creating, testing, and building Elixir applications.