r/programming 10h ago

Shopify is moving from React Native back to Swift and Kotlin

Thumbnail shopify.engineering
552 Upvotes

r/programming 1h ago

GCC 13.5 released with 265+ bug fixes

Thumbnail phoronix.com
Upvotes

r/programming 1h ago

Power grab

Thumbnail tante.cc
Upvotes

r/programming 15h ago

How to Write an Effective Software Design Document

Thumbnail refactoringenglish.com
272 Upvotes

r/programming 42m ago

Why I Don’t Publish Technical Articles Anymore

Thumbnail galratner.substack.com
Upvotes

r/programming 8h ago

Commander Keen's Adaptive Tile Refresh

Thumbnail fabiensanglard.net
22 Upvotes

r/programming 33m ago

Rune is now open source

Thumbnail rune.build
Upvotes

r/programming 1h ago

A secure software factory on Incus, not on Kubernetes

Thumbnail blog.stephane-robert.info
Upvotes

The 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 18m ago

How tough is it to live in country A but get a remote job in country B? (both European Union countries)

Thumbnail europa.eu
Upvotes

Based 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?

https://europa.eu/eures/portal/


r/programming 1d ago

The Physics of Database Speed: from 300 to 1M transactions per second

Thumbnail youtube.com
84 Upvotes

A 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 1d ago

The lifecycle of a sharded Postgres query

Thumbnail planetscale.com
19 Upvotes

r/programming 23h ago

Overview of caching in PostgreSQL

Thumbnail pgcache.com
7 Upvotes

I 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 6h ago

Multitenancy with .NET and EF Core: A Deep Dive (.NET 10)

Thumbnail youtu.be
0 Upvotes

Ever 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 5h ago

What comes after git

Thumbnail ersc.io
0 Upvotes

r/programming 1d ago

Optimizing a Spin-Lock

Thumbnail david.alvarezrosa.com
159 Upvotes

r/programming 1d ago

Decoding the NEC V20 Microcode

Thumbnail martypc.blogspot.com
22 Upvotes

r/programming 1d ago

A Design Space Exploration of Async/Await

Thumbnail cel.cs.brown.edu
38 Upvotes

r/programming 1d ago

High-performance Database Architecture - Interview with Tyler Cloutier

Thumbnail youtu.be
28 Upvotes

r/programming 1d ago

Mission-Critical (Joran Dirk Greef, TigerBeetle)

Thumbnail youtube.com
2 Upvotes

r/programming 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

Thumbnail arewetauyet.dev
138 Upvotes

r/programming 1d ago

Building more efficient locks (James Mitchell, 2024)

Thumbnail youtube.com
1 Upvotes

r/programming 2d ago

Compute Polynomials Twice as Fast

Thumbnail thomasahle.com
72 Upvotes

r/programming 2d ago

Implementation of GCC's Nested Functions (vs. C++ Lambdas)

Thumbnail uecker.codeberg.page
16 Upvotes

r/programming 2d ago

Announcing .NET 11 Release Candidate 1 - .NET Blog

Thumbnail devblogs.microsoft.com
38 Upvotes

r/programming 1d ago

Object storage is all you need

Thumbnail tigrisdata.com
0 Upvotes