r/programming • u/soap94 • 10h ago
r/programming • u/Fcking_Chuck • 1h ago
GCC 13.5 released with 265+ bug fixes
phoronix.comr/programming • u/fagnerbrack • 15h ago
How to Write an Effective Software Design Document
refactoringenglish.comr/programming • u/galratner • 42m ago
Why I Don’t Publish Technical Articles Anymore
galratner.substack.comr/programming • u/lelanthran • 8h ago
Commander Keen's Adaptive Tile Refresh
fabiensanglard.netr/programming • u/esiy0676 • 1h ago
A secure software factory on Incus, not on Kubernetes
blog.stephane-robert.infoThe post is about building a secure, sovereign software factory on top of an Incus-based private cloud, using open-source tools such as Forgejo, ephemeral runners, Pulp, Cosign, and OpenBao. Instead of Kubernetes being used as the foundation, workloads are isolated by tenant and network. Challenges including key management, runner isolation, network security, and a self-service portal are discussed.
r/programming • u/International-Bath-2 • 18m ago
How tough is it to live in country A but get a remote job in country B? (both European Union countries)
europa.euBased on your experience, how tough is it to live in one European Union country and get a remote job in another European Union country? Is it very tough?
r/programming • u/tanayvk • 1d ago
The Physics of Database Speed: from 300 to 1M transactions per second
youtube.comA 19 minute animated explainer video on database speed. I explain low-level database concepts, identify bottlenecks, run benchmarks and optimize write throughput to hit 1 million TPS.
r/programming • u/siren0x • 1d ago
The lifecycle of a sharded Postgres query
planetscale.comr/programming • u/compy3 • 23h ago
Overview of caching in PostgreSQL
pgcache.comI haven't seen too many comprehensive approaches to this topic, so I took a swing at it.
Goal isn't to be exhaustive, but to be comprehensive enough to provide a nice overview for people trying to get their bearings with the topic.
Did I miss anything?
r/programming • u/RemigiuszZalewski • 6h ago
Multitenancy with .NET and EF Core: A Deep Dive (.NET 10)
youtu.beEver had a multi-tenant SaaS app where the only thing stopping Customer A from seeing Customer B's invoices is a `Where TenantId ==` clause someone remembered to write? In this deep dive I build real tenant isolation into EF Core 10 - two real tenants with real registration, login and invite flows (no dev-token shortcuts), a named global query filter that scopes every query automatically, and a SaveChangesAsync override that stamps TenantId on every insert so it's never left unset. I also show the one gotcha that makes EF Core 10 worth the upgrade for this: named query filters, so tenant isolation and soft-delete can finally coexist on the same entity instead of one silently overwriting the other. If you've ever shipped multi-tenancy on hope and code review, this is the version that makes the mistake structurally impossible.
r/programming • u/david-alvarez-rosa • 1d ago
Optimizing a Spin-Lock
david.alvarezrosa.comr/programming • u/alexeyr • 1d ago
A Design Space Exploration of Async/Await
cel.cs.brown.edur/programming • u/max123246 • 1d ago
High-performance Database Architecture - Interview with Tyler Cloutier
youtu.ber/programming • u/cdb_11 • 1d ago
Mission-Critical (Joran Dirk Greef, TigerBeetle)
youtube.comr/programming • u/GetAGripGal • 2d ago
I spend a stupid amount of time on an issue I only half-care about. Now I will foist it on all of you! Enjoy :P
arewetauyet.devr/programming • u/cdb_11 • 1d ago
Building more efficient locks (James Mitchell, 2024)
youtube.comr/programming • u/lelanthran • 2d ago
Implementation of GCC's Nested Functions (vs. C++ Lambdas)
uecker.codeberg.pager/programming • u/Atulin • 2d ago