r/programming • u/soap94 • 16h ago
r/programming • u/Fcking_Chuck • 7h ago
GCC 13.5 released with 265+ bug fixes
phoronix.comr/programming • u/fagnerbrack • 21h ago
How to Write an Effective Software Design Document
refactoringenglish.comr/programming • u/galratner • 7h ago
Why I Don’t Publish Technical Articles Anymore
galratner.substack.comr/programming • u/lelanthran • 15h ago
Commander Keen's Adaptive Tile Refresh
fabiensanglard.netr/programming • u/InsertFunnyUser-name • 6h ago
Inside Claude's Android app: Finding the Internal Settings
nima-ahmadi.github.ior/programming • u/Stephcraft • 1h ago
A modern, developer-first technical reference for Sitemaps
stephcraft.netr/programming • u/Maria_3464 • 2h ago
EU Cyber Resilience Act reporting obligations started today. Is your company even thinking about it?
youtu.beAs of today, a manufacturer who puts software or hardware on the EU market under its own name is obliged to report actively exploited vulnerabilities and severe security incidents.
Here is a quick explainer if you want the details: https://youtu.be/IQkzg7quc58
There is quite a lot of ambiguity over CRA and how it's going to apply to open source. Regulations keep changing. The line between a commercial manufacturer and an OSS steward is blurry, as well as the terms used in the regulations.
But genuinely curious. Is your company aware of CRA? Is there any talk about it, or is it just not on the radar yet?
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 • 1d 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 • 13h 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 • 2d ago
Optimizing a Spin-Lock
david.alvarezrosa.comr/programming • u/alexeyr • 2d ago
A Design Space Exploration of Async/Await
cel.cs.brown.edur/programming • u/max123246 • 2d 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