WeSearch
Hub / Tags / Elixir
TAG · #ELIXIR

Elixir coverage.

Every story in the WeSearch catalog tagged with #elixir, chronological, with view counts. Subscribe to the per-tag RSS feed to follow this topic in your reader of choice.

16 stories tagged with #elixir, in publish-time order across the WeSearch catalog. Tag pages update as new stories ingest.

⌘ RSS feed for this tag →   or   search "Elixir"

RELATED TAGS
#programming2#api1#middleware1#observability1#technology1#hashing1#bandit1#http1#web1
THE ELIXIR PROGRAMMING LANGUAG

Elixir v1.20 released: now a gradually typed language

From Elixir v1.20, every program is now gradually type checked in search for verified bugs and typing violations.…

7 views ·
#programming#software#development
R/ELIXIR

Generating OG images in Elixir

4 views ·
R/PROGRAMMING

Generating OG images in Elixir

10 views ·
DEV.TO (TOP)

Standalone HTTP Server in Elixir with Bandit

Writing Elixir code is not really exciting to me, but, to be honest, if someone today wants to create...…

34 views ·
#bandit#http
R/ELIXIR

Open-sourcing a distributed bot platform built on Elixir, NATS, and PostgreSQL

14 views ·
R/ELIXIR

[Podcast] Thinking Elixir 305: Eleven Minutes to Mayhem

12 views ·
R/PROGRAMMING

Highest random weight in Elixir

17 views ·
CALVIN FLEGAL

What I've Learned (So Far) Building Online Mini Games with Elixir and Swift

What I've Learned (So Far) Building Online Mini Games with Elixir and Swift -- My most recent side project is a little social arcade called Migo Games. You can check it out on the …

7 views ·
#gaming#technology#software development
JOLA.DEV

Highest Random Weight in Elixir

A description of HRW/rendezvous hashing and the HRW elixir library.…

9 views ·
#hashing#programming
R/ELIXIR

Highest random weight in Elixir

16 views ·
APP STORE

Show HN: Migo Games (Mac / iOS) – multiplayer mini games backed by elixir

Download Migo Games by H Calvin Flegal on the App Store. See screenshots, ratings and reviews, user tips, and more apps like Migo Games.…

12 views ·
#gaming#mobile#apps
HEX

OSS Alternative to AWS Transfer Family Written in Elixir

Phoenix-ready SFTP server with password/public-key auth, session-aware backends, and optional S3 storage…

9 views ·
#technology#software#open-source
R/ELIXIR

[Podcast] Thinking Elixir 304: Types, CVEs, and Hot Reloads

17 views ·
R/ELIXIR

Bunny.net Elixir library

19 views ·
DEV.TO (TOP)

# ElixirConf EU 2026: Three Technical Shifts That Matter

Estimated read time: 3 minutes Málaga hosted the ElixirConf EU 2026. Here's what changed. ...…

13 views ·
#programming#technology
DEV.TO (TOP)

You're probably underusing middleware for HTTP response handling

Deciding what counts as a successful response in a `handle_response/1` after `Tesla.get`, instead of inside the Tesla middleware chain, makes 5xx and malformed payloads silently lo…

14 views ·
#api#middleware