Trending This:
Latest
What changed, why it matters, and how to use the new API.
New
Released in 2024, uv is hands-down the best tool for managing Python installations and dependencies. Here’s why.
New
Announcing a shared commitment to advancing the future of systems programming and reliable distributed software. Synadia and TigerBeetle ...
New
Learn how to add breadcrumbs to a Rails application and why they matter to improve our user’s experience and SEO results at the same time...
New
A query to find out if Postgres is read heavy or write heavy and tips for optimizing Postgres for both read and write workloads.
New
This Week's Trending
Released in 2024, uv is hands-down the best tool for managing Python installations and dependencies. Here’s why.
New
What changed, why it matters, and how to use the new API.
New
This Month's Trending 
Kevin: Hey, have you tried Vite for Rails 8? It’s insanely fast.
John: I’ve heard of it. Isn’t that a build tool? Didn’t Rails already c...
New
In November of 2024 I wrote a blog post titled “Is Python Really That Slow?”, in which I tested several versions of Python and noted the ...
New
by Quentin Ochem – Oct 07, 2024. At AdaCore, we’re in the business of supporting people who develop high-integrity software, in particula...
New
A query to find out if Postgres is read heavy or write heavy and tips for optimizing Postgres for both read and write workloads.
New
Announcing a shared commitment to advancing the future of systems programming and reliable distributed software. Synadia and TigerBeetle ...
New
Learn how to add breadcrumbs to a Rails application and why they matter to improve our user’s experience and SEO results at the same time...
New
This Year's Trending 
Postgres 18 introduces Asynchronous I/O (AIO) that can dramatically improve read performance, especially in the cloud. Learn how these ch...
New
Learn Step-by-Step from a Hands-On Project
9 comprehensive modules taking you from beginner to building production-ready SaaS applicatio...
New
The goal of this book is to help you get from a vague idea of what you need to implement (e.g.: “I need to build a website to manage sche...
New
This post is my attempt to write down, in broad strokes, everything I know about good system design. A lot of the concrete judgment calls...
New
A look at how and why we migrated from Next.js to Ruby on Rails.
New
Hi! I’m Ellen, but you probably know me as duckinator or puppy.
I really wish I didn’t have to write this, but I feel the Ruby community...
New
We are excited to announce the public preview of the brand-new PostgreSQL extension for Visual Studio Code (VS Code), designed to simplif...
New
Brut: A New Web Framework for Ruby
New
In this two-part series, we’ll dig deep into Solid Queue’s internals, discover what makes it unique, and learn more about why it was crea...
New
Memory safety is a cornerstone of Zig’s design philosophy. While maintaining the performance benefits of manual memory management, Zig in...
New
This post was originally given as a talk for Friendly.rb. The slides are also available.
Between Litestack and the Rails 8 trifecta of S...
New
Description:
“Learn how to build a full observability stack in Elixir using OpenTelemetry, PromEx, and Promtail, exporting traces, metri...
New
Chris Houser presents the expression problem showing two ways to solve it in some languages, followed by a demonstration of solving it us...
New
Odin is a general-purpose systems programming language authored by Bill “gingerBill” Hall. Designed as a modern alternative to C, Odin em...
New
Developing a Space Flight Simulator in Clojure
New
Trending Last Three Years
The Zen of Go / Dave Cheney.
Something that came out of the discussion around the debacle of try earlier in the year was a comment that ...
New
Easy Interfaces with Zig 0.10.0.
This release of Zig introduces a new language feature that makes creating interface types much more…
New
GitHub - quoll/asami: A flexible graph store, written in Clojure.
A flexible graph store, written in Clojure. Contribute to quoll/asami ...
New
A brief interview with Common Lisp creator Dr. Scott Fahlman.
November 11, 2022 — Dr. Scott Fahlman is a Professor Emeritus in the Carne...
New
6.16 Why Lisp · naver/lispe Wiki.
An implementation of a full fledged Lisp interpreter with Data Structure, Pattern Programming and High...
New
This is a collection of guided code walk-throughs introducing the functional, concurrent programming language, Elixir. Elixir is based on...
New
Python Asyncio: The Complete Guide.
Asyncio allows us to use asynchronous programming with coroutine-based concurrency in Python. Althou...
New
GitHub - LemmyNet/activitypub-federation-rust: High-level Rust library for the Activitypub protocol.
High-level Rust library for the Act...
New
effects-examples/algorithmic_differentiation.ml at master · ocaml-multicore/effects-examples.
Examples to illustrate the use of algebrai...
New
A consistent logging format for Go.
In this session, Jonathan Amsterdam discusses the Go team’s proposal for a new standard library pack...
New
Using Rust at a startup: A cautionary tale.
Rust is awesome, for certain things. But think twice before picking it up for a startup that...
New
Property-Based Testing in Rust with Arbitrary | Sergey Potapov (greyblake).
A blog about software development.
New
Inline caches in the Skybison Python runtime.
Inline caching is a popular technique for optimizing dynamic language runtimes. The idea c...
New
The Best Go framework: no framework?.
While writing this blog and leading Go teams for a couple of years, the most common question I hea...
New
Carefully exploring Rust as a Python developer.
Trying out the Rust programming ecosystem as a 10+ years Python developer. How to do com...
New
Trending Over 3 Years
New
Ruffle is a Flash Player emulator written in Rust. Ruffle runs natively on all modern operating systems as a standalone application, and ...
New
Rails is not written in Ruby.
I’m born and raised in Kraków, a beautiful city in Poland, maybe you’ve heard about it, maybe you’ve even ...
New
In recent months I use Go for the implementation of Proof of Concept in my leisure time, partly to study of Go programming language itsel...
New
To build a web application you need to make architecture decisions across a range of topics. The beauty of Ruby on Rails or Django is tha...
New
New
PHP: Frankenstein arrays.
PHP has become quite a nice language, but there are some ugly legacies left from the past. Like the deceptive ...
New
This repository contains a collection of sample applications and libraries written in Zig programming language and using DirectX 12 API. ...
New
Tails is a minimal, fast Forth-like interpreter core. It uses no assembly code, only C++, but an elegant tail-recursion technique inspire...
New
GitHub - deadpixi/wasm-maze-generator: A simple WASM maze generator in Go.
A simple WASM maze generator in Go. Contribute to deadpixi/wa...
New
New
GitHub - mcobzarenco/zee: A modern text editor for the terminal written in Rust.
A modern text editor for the terminal written in Rust -...
New
Rocket is a web framework written in Rust. It provides a concise API and is opinionated and feature-rich beyond what you would typically ...
New
C++ Cheat Sheets & Infographics.
Graphics and cheat sheets, each capturing one aspect of C++: algorithms/containers/STL, language ba...
New
Typing is Hard
Type Checking and Type Inference
Common terms
Completeness
Soundness
Decidability
Hindley-Milner Type System
Dependent t...
New
Featured Backend Book
Latest Backend Books
Eloquent Ruby, Second Edition
Backend Learning ResourcesProgramming Clojure, Fourth Edition
Backend Learning ResourcesHaskell Brain Teasers
Backend Learning ResourcesRisk-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 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
- /ruby
- /wasm
- /erlang
- /phoenix
- /keyboards
- /python
- /rails
- /js
- /security
- /go
- /swift
- /vim
- /clojure
- /haskell
- /emacs
- /java
- /svelte
- /onivim
- /typescript
- /kotlin
- /c-plus-plus
- /crystal
- /tailwind
- /react
- /gleam
- /ocaml
- /flutter
- /elm
- /vscode
- /ash
- /opensuse
- /html
- /centos
- /php
- /deepseek
- /zig
- /scala
- /sublime-text
- /textmate
- /lisp
- /react-native
- /debian
- /nixos
- /agda
- /kubuntu
- /arch-linux
- /django
- /ubuntu
Popular Tags
- #apple
- #code
- #programming
- #linux
- #web
- #blog-post
- #podcasts
- #video
- #news
- #otp
- #community
- #chatgpt
- #macos
- #microsoft
- #openai
- #learning
- #new
- #github
- #development
- #design
- #database
- #project
- #performance
- #ios
- #testing
- #internet
- #manning
- #css
- #android
- #apps
- #quantum
- #ai
- #hardware
- #guide
- #nvidia
- #intel
- #browser
- #amazon
- #liveview
- #blog
- #privacy
- #musk
- #llm
- #social
- #writing
- #games
- #windows
- #api







