Jonas Hietala: Let's create a Tree-sitter grammar
Fundamentals of Object Storage
I did a livestream where I talked about Object Storage. The how and why. The Bad Old Days. And also the neat and interesting stuff just beyond the basics. I figured I'd cover that in text as well.
Direct File Uploads to Amazon S3 with Phoenix LiveView | AppSignal Blog
Let's explore how you can upload from Phoenix LiveView directly to Amazon S3.
Erlang -- Maps
Idempotent seeds in Elixir | bitcrowd blog
A standard Phoenix app contains a priv/repo/seeds.exs script file, which populates a database when it is run, so that developers can work with a conveniently prepared environment.
libvips
A fast image processing library with low memory needs.
Puddle Of Code - How to Create Desktop Application with Elixir
Programming Adventures with Michał Kalbarczyk
Use weird tests to capture tacit knowledge · Applied Cartography
`Keyword.get` Considered Harmful
Cachex — Cachex v3.6.0
Powerful Caching in Elixir with Cachex | AppSignal Blog
Improve the performance of your Elixir application with Cachex, a powerful caching library.
Absinthe with Phoenix Framework - GraphQL in Elixir | Curiosum
Learn how to set up an Elixir & Phoenix project to handle GraphQL requests, how to use Absinthe DSL to define queries, mutations, and subscriptions and more.
eigr.io – A Serverless Runtime on the BEAM
Hello Elixir enthusiasts! 🚀 As the tech landscape evolves, so should our tools and approaches to development. Today, I'm excited to introduce you to a significant advancement in Elixir development that can reshape how we build distributed systems – I present to you Spawn.
SensitiveData — Sensitive Data v0.1.0
ElixirToolbox | Curated list of Elixir libraries
A curated list of Elixir libraries by category
Elixir’s Phoenix Security: Token Auth & CSRF Prevention
An in-depth look at Phoenix security features, including token-based authentication and CSRF prevention.
Introducing lazyasdf: An Elixir-based TUI for the asdf version manager
Poncho Projects
An Alternative to Umbrella Projects
Creating Custom Exceptions in Elixir | AppSignal Blog
Let's run through the process of creating custom exceptions in Elixir.
Introduction
Better 404 design
There are exactly three things I want from a 404 page:
Something approaching an apology An easy way to report the broken link Copy that might elicit a sensible chuckle This page only took a few minutes to make. The "let us know" link pre-populates the entire e-mail and is implemented in a Rails view thanks to a helper method that makes constructing mail_to links a little nicer:
def mail_to_url(email, **options) "mailto:#{email}?
FIT parsing and code generation in Elixir
Using macros to generate FIT profile.
Svelte As An Alternative LiveView DSL
Observability for Phoenix using the Grafana Stack in Dev | Stereowrench
Configure a local copy of the Grafana stack to power observability for an Elixir Phoenix application.
Writing Python like it’s Elixir (or Erlang)
The OTP framework, the most wonderful toolbox of Erlang/Elixir, in Python, is it possible?
ejabberd for Elixir Developers | ejabberd Docs
Introducing Elixir WebRTC
For the last few months, we’ve been working on an Elixir implementation of WebRTC and we are glad to announce it’s very first version!
Elixir Macros Demystified, part 1: what are macros for anyway?
To learn Elixir macros and metaprogramming, we need to start with a high-level understanding of what macros actually are.
Textual - File magic with the Python standard library
Textual is a TUI framework for Python, inspired by modern web development.
The State of Elixir HTTP Clients | AppSignal Blog
Take a deep dive into Elixir HTTP client libraries — Mint and Finch.