Trending This:
Latest

Can an LLM Tutor?
Sharing to see what folks think.
funx
New

There are many ways to solve equality: duck typing, injection, protocol dispatch.
Here’s why Funx uses the one it does:
<span class="...
New

Episode 270 of Thinking Elixir. News includes a Kickstarter campaign to fund Rebar4 development with the goal of making it an official pa...
New

I considered a plugin, but thought this might be a good job for an LLM.
This short post covers my strategy:
<span class="hashtag-icon...
New

Just checked in to see if Funx had hit 80 downloads.
Instead: 1,327. In a single day.
Any ideas on what happened?
New
This Week's Trending

Episode 270 of Thinking Elixir. News includes a Kickstarter campaign to fund Rebar4 development with the goal of making it an official pa...
New

Can an LLM Tutor?
Sharing to see what folks think.
funx
New

I considered a plugin, but thought this might be a good job for an LLM.
This short post covers my strategy:
<span class="hashtag-icon...
New

There are many ways to solve equality: duck typing, injection, protocol dispatch.
Here’s why Funx uses the one it does:
<span class="...
New
This Month's Trending 

I just finished putting together interactive Livebook notebooks for every chapter of Advanced Functional Programming with Elixir.
You ca...
New

Another in my series of trimmings from Advanced Functional Programming with Elixir . This one explores how polymorphism relies on tags an...
New

Episode 267 of Thinking Elixir. News includes the exciting announcement of Tidewave Web, a new AI-powered service that runs locally in yo...
New

And the part 3 of the “Building a Ragnarok Online Server in Elixir” is On!
In this part we see how to have shared-state and resilient in...
New

Use IEx before ExUnit, don’t test private functions, test what matters, test the contracts, avoid dogma
New

This post is a follow-up to some thoughtful comments I received on an earlier discussion. It digs deeper into polymorphism, a theme I als...
New

Just checked in to see if Funx had hit 80 downloads.
Instead: 1,327. In a single day.
Any ideas on what happened?
New

Episode 268 of Thinking Elixir. News includes a new library called Lotus and LotusWeb that provides a safe, read-only environment for run...
New

I didn’t have room for this in my book, Advanced Functional Programming with Elixir , but I still thought it was worth sharing on my blog.
New

Episode 269 of Thinking Elixir. News includes the release of Expert, the new official Elixir LSP that’s already supported by Zed editor, ...
New
This Year's Trending 

Peeper is the tiny library to preserve state across GenServer crashes/restarts.
Works as an almost drop-in substitute for GenServer, sui...
New

Episode 244 of Thinking Elixir. News includes the release of Elixir 1.18.2 with various enhancements and bug fixes, a new experimental SQ...
New

Hi folks! Ukrainian Erlanger is here :sign_of_the_horns:!
I’d like to share my recent talk at the TADSummit Online Conference, where I ...
New

For the past few years, Safari has been putting in a lot of effort to enhance its WebAssembly support and 2024 was no exception… I believ...
New

In this conversation, Lars, Zach, and Rebecca discuss the Ash framework and their upcoming book. They also touch on the Igniter tool. The...
New

Learn how set up an RTMP server for free using the open-source Red5 software. This tutorial covers all steps from downloading the code fr...
New

We all have varying degrees of exposure to Big Tech. Some of it seems fine, stable and can be relied on. Some of it feels like shifting s...
New

I spent a lot of time recently getting a Phoenix/Elm app to the point where there are type guarantees at every boundary between the front...
New

Just wrote a new blog post about how to deploy a Phoenix app using Kamal 2. Check it out and let me know what do you think:
New

Episode 252 of Thinking Elixir. News includes Tidewave, a new Phoenix MCP server that helps AI-enabled editors access application runtime...
New

How the Elixir community can survive — and thrive — in an age of LLMs.
New

Episode 247 of Thinking Elixir. News includes Phoenix now including DaisyUI which has sparked mixed reactions, Erlang/OTP 28.0-rc2 releas...
New

Episode 246 of Thinking Elixir. News includes the release of Plug v1.17.0 with dark mode support for Plug.Debugger, an exciting Phoenix P...
New

An exploration of various ways to set up a consistent and versioned Elixir development environment, evaluating asdf, mise, Nix, and pkgx,...
New

How I took “Mowing” (a LiveView minesweeper clone) from running a single game per deployed instance into a global game with persistent st...
New
Trending Last Three Years

The Ruby ecosystem is rich with tools that make us developers more productive at what we do. Both Rails and Sinatra have been used to bui...
New

Hi everyone :wave: I’m excited to share an article detailing how we have reorganized our Elixir/Phoenix project’s directory structure.
W...
New

In a 2 day spike, I created my own Elixir-based AI Personal Fitness Trainer! The surprising part for me was how useful and helpful I foun...
New

Jason Stiebs shows a couple ways for a LiveView to make it easy for users to click and copy an important value to their clipboard. He sho...
New

Elixir language viewed from the perspective of a JavaScript developer. I compared selected aspects of the two languages and touched on to...
New

In this blog post over on Fly.io I take a look at PHP 8.1’s new Enum class, and show you how it can be used to set up a level structure f...
New

I’m showing you how you can customise the phx.new generator to give you a new Phoenix project the way YOU want it. In this post I show yo...
New

We will build a chat application in Flask and incrementally design and implement a plugin system in it to resemble the ChatGPT plugin sys...
New

Episode 132 of Thinking Elixir. LiveView isn’t always the right answer. Chris Nelson created LiveState to enable embedding custom HTML co...
New

Episode 123 of Thinking Elixir. Creator of the Ash Framework, Zach Daniel, shares how he feels Ecto is such a good tool, that people have...
New

Can we have multiple servers running our Laravel application across regions of the world, and still store our files “locally” with Larave...
New

This post is a guide on how Norba and I are building LiveMatch, a real-time app for soccer to follow multiple games in one place.
New

Episode 119 of Thinking Elixir. Kat Marchán was the maintainer of NPM CLI for 5 years but now works at Microsoft on the VisualStudio prod...
New

This post asks if we can remove Alpine from the PETAL stack. Can we do everything we need with just LiveView? Also, let’s explore an area...
New

It’s important to learn safe coding practices. As developers, we want people to love our products and happily pay to use them. We also wa...
New
Trending Over 3 Years

When DoorDash approached the limits of what our Django-based monolithic codebase could support, we needed to design a new stack that woul...
New

As DoorDash transitioned from Python monolith to Kotlin microservices, our engineering team was presented with a lot of opportunities to ...
New

There are 3 main formatters for Erlang which you can use from the command-line,
rebar3_format,
Steamroller
elmfmt.
Visual Studio Cod...
New

Includes talk about concurrency and performance topics:
New

Is Zig the Long Awaited C Replacement.
Comparison with previous C contenders such as C++, D, Java, C#, Go, Rust and Swift
https://erik...
New

Everyone outside of tech has heard of JavaScript, Java, Python, Ruby and even .Net, but few if any have heard of F#. However, F# may be o...
New

Over the last few years, due in large part to the hype surrounding blockchain and cryptocurrencies, decentralized applications have gaine...
New

I’ve spent the last year building keyboards, which has included writing firmware for a variety custom circuit boards.
I initially wrote ...
New

They expect you to make a onepage application (SPA)
The polaris design system officially only supports react
Integration with the s...
New

Ruby’s Struct is one of several powerful core classes which is often overlooked and under utilized compared to the more popular Hash clas...
New

Erlang is famous for its introspecting powers. You can get a lot of information about the processes running in your nodes without any ext...
New

Like, on a scale from c to rust?
issue
c
zig (release-safe)
rust (release)
out-of-bounds heap read/write
none
runtime
runtime
...
New

Following up on the previous post on using UDP multicasting to broadcast and detect peers on a network, I create a registry of those peer...
New

Summary: I describe a simple interview problem (counting frequencies of unique words), solve it in various languages, and compare perform...
New

In a previous post we talked about implementing a simple video chat with WebRTC and Elixir. This update will touch on some of the API cha...
New
Featured Backend Book
Latest Backend Books
Risk-First Software Development, Second Edition
Backend Learning ResourcesAdvanced Functional Programming with Elixir
Backend Learning ResourcesBuild, Tune, Explore with OpenWebRX+
Backend Learning ResourcesVector Search with JavaScript
Backend Learning ResourcesMore OCaml
Backend Learning ResourcesKotlin Brain Teasers
Backend Learning ResourcesElixir Patterns
Backend Learning ResourcesKotlin Coroutine Confidence
Backend Learning ResourcesMySQL 9 Essentials
Backend Learning ResourcesSimplicity
Backend Learning ResourcesThe New and Improved Flask Mega-Tutorial
Backend Learning ResourcesRegular Expressions Machinery
Backend Learning ResourcesThe Art of Functional Programming
Backend Learning ResourcesAsh Framework
Backend Learning ResourcesHotwire Native for Rails Developers
Backend Learning ResourcesGet money off!

The Pragmatic Bookshelf
35% off any eBook

Manning Publications
45% off any item

The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!
Latest Jobs
Backend Jobs
March 25, 2025
Backend Jobs
March 26, 2025
Backend Jobs
July 06, 2025
Our Community
Devtalk Supports Global Peace
Filter by:
Sub Categories:
My Saved Portals
-
None saved yet
Popular Portals
- /elixir
- /rust
- /wasm
- /ruby
- /erlang
- /phoenix
- /keyboards
- /rails
- /js
- /python
- /security
- /go
- /swift
- /vim
- /clojure
- /emacs
- /haskell
- /java
- /onivim
- /typescript
- /svelte
- /crystal
- /kotlin
- /c-plus-plus
- /tailwind
- /react
- /gleam
- /ocaml
- /flutter
- /elm
- /vscode
- /ash
- /html
- /opensuse
- /centos
- /php
- /deepseek
- /zig
- /scala
- /sublime-text
- /textmate
- /lisp
- /nixos
- /debian
- /react-native
- /agda
- /kubuntu
- /arch-linux
- /django
- /revery
Popular Tags
- #apple
- #code
- #programming
- #linux
- #web
- #blog-post
- #podcasts
- #video
- #news
- #otp
- #community
- #chatgpt
- #macos
- #microsoft
- #new
- #openai
- #learning
- #github
- #development
- #design
- #database
- #ios
- #project
- #performance
- #testing
- #internet
- #css
- #android
- #apps
- #quantum
- #hardware
- #guide
- #manning
- #nvidia
- #intel
- #ai
- #browser
- #liveview
- #amazon
- #privacy
- #musk
- #writing
- #blog
- #social
- #games
- #llm
- #windows
- #languages