Trending This:
Latest

Why C++ remains a powerful and relevant programming language in today’s tech landscape.
New

A new version of Rust’s image crate has support for EXIF orientation, which allows me to resize images without mangling their rotation.
New

Where does JIT-compiled code live? How does Ruby switch between bytecode and native execution? Why does TracePoint slow everything down? ...
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

Chris Houser presents the expression problem showing two ways to solve it in some languages, followed by a demonstration of solving it us...
New
This Week's Trending

Chris Houser presents the expression problem showing two ways to solve it in some languages, followed by a demonstration of solving it us...
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

Where does JIT-compiled code live? How does Ruby switch between bytecode and native execution? Why does TracePoint slow everything down? ...
New

Go for Bash programmers II - CLI tools. Contribute to go-monk/from-bash-to-go-part-ii development by creating an account on GitHub.
New

Why C++ remains a powerful and relevant programming language in today’s tech landscape.
New

A new version of Rust’s image crate has support for EXIF orientation, which allows me to resize images without mangling their rotation.
New
This Month's Trending 

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

Developing a Space Flight Simulator in Clojure
New

Our primary job as developers is to deliver new features. As the product grows, a second job emerges: building internal tools.
In this t...
New

Brian Goetz (Java Language Architect) 2025 JVM Language Summit session on evolving the Java language.
New

For some housekeeping, if you are not signed up, also make sure to sign up for the RSS feed of my crime de-coder blog. I have not been cr...
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

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

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

Odin is a general-purpose systems programming language authored by Bill “gingerBill” Hall. Designed as a modern alternative to C, Odin em...
New

Refactoring some Clojure code that implements an order-1 word-level Markov text generator.
New

“It’s not that hard to build a fully functioning, code-editing agent.” Thorsten Ball
New

Ivar is a Ruby gem that automatically checks for typos in instance variables.
New

A recap of the first year of work on enabling support for the free-threaded build of CPython in community packages.
New

:fire: Time Travel Visual Debugger for Rust
New

The official site of the Los Angeles Python programming language community.
New

How to Use Python in C
New
Trending Last Three Years

crubit/design.md at main · google/crubit.
Contribute to google/crubit development by creating an account on GitHub.
New

user-defined iteration using range over func values · Discussion #56413 · golang/go.
There is no standard way to iterate over a sequence...
New

Note-taking isn’t rocket science.
I swear some people out there be building their note-taking system like NASA engineers building the ne...
New

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

What Makes the Zig Programming Language Unique?.
Zig lets you run code during compilation. What are the implications?
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

Scala isn't fun anymore.
I’ve just spent over a day, going to sleep at 1:00 am, to upgrade dependencies and fix eviction warnings in the...
New

Drop your database for PostgreSQL.
Postgres is one of the most flexible databases available, and it’s open source.
New

Building a high-performance database buffer pool in Zig using io_uring’s new fixed-buffer mode.
In this post, we will explore how to bui...
New

Marten is a Crystal web framework that makes building web applications easy, productive, and fun. It enables pragmatic development and ra...
New

Exercises.
A list of exercises to work on your OCaml skills.
New

GitHub - quoll/asami: A flexible graph store, written in Clojure.
A flexible graph store, written in Clojure. Contribute to quoll/asami ...
New

GitHub - kaveh808/kons-9: Common Lisp 3D Graphics Project.
Common Lisp 3D Graphics Project. Contribute to kaveh808/kons-9 development by...
New

SciML: Open Source Software for Scientific Machine Learning.
Open Source Software for Scientific Machine Learning
New

agda-lecture-notes/agda.pdf at master · jespercockx/agda-lecture-notes.
Agda lecture notes for the Functional Programming course at TU D...
New
Trending Over 3 Years
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

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

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

Ruffle is a Flash Player emulator written in Rust. Ruffle runs natively on all modern operating systems as a standalone application, and ...
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
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

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

GitHub - mcobzarenco/zee: A modern text editor for the terminal written in Rust.
A modern text editor for the terminal written in Rust -...
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
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
- /elm
- /flutter
- /vscode
- /ash
- /html
- /opensuse
- /centos
- /php
- /deepseek
- /zig
- /scala
- /sublime-text
- /textmate
- /lisp
- /debian
- /nixos
- /react-native
- /agda
- /kubuntu
- /arch-linux
- /django
- /revery
Popular Tags
- #apple
- #code
- #programming
- #linux
- #web
- #podcasts
- #blog-post
- #video
- #news
- #otp
- #community
- #chatgpt
- #macos
- #microsoft
- #new
- #openai
- #learning
- #github
- #development
- #design
- #database
- #project
- #performance
- #ios
- #testing
- #internet
- #css
- #android
- #apps
- #quantum
- #hardware
- #guide
- #manning
- #nvidia
- #intel
- #ai
- #browser
- #liveview
- #amazon
- #privacy
- #musk
- #writing
- #blog
- #games
- #llm
- #social
- #windows
- #languages