All
Articles 134,031Blog Posts 138,447Tech Tutorials 34,802Research Papers 25,953News 18,885
⚡ AI Lessons
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
Rootless container checkpoint/restore in CRIU without CAP_SYS_ADMIN
I've been working on rootless container checkpoint/restore in CRIU and wrote up some notes on the prototype, major failures, and the path toward the current imp
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
2w ago
eBPF Looks Illegal: running your code inside the Linux kernel
A visual walkthrough of Linux eBPF. It goes through the basic pipeline: write a small C program, compile it with clang, load it with bpf(), get it past the veri
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Are Your Tests Slowing You Down? • Trisha Gee
In this talk, Trisha identifies issues that slow down developers when writing, running and debugging tests, and look at tools that can help developers with each
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
How I Built a CLI That Automatically Bridges Jira Status Changes with Git Branching
Most teams still suffer from a classic disconnect: the gap between what a developer is actually doing in their local Git repo and what Jira shows to the rest of
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Beyond Happy Path Engineering: the Network
What happens when network calls stop behaving like clean request/response interactions. Timeouts, retries, duplicate side effects, idempotency, backoff, circuit
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
4w ago
Tuning a Server for Benchmarking
Optimizing code starts with measuring it, and a measurement is only useful if it is repeatable: a 2% improvement is invisible under 5% of noise. Yet on an untun
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Why DROP COLUMN breaks rolling deploys, and a CI linter to catch it
Author here. We kept writing migrations that were fine as a final schema but unsafe during the rollout itself - old pods still reading a column while new pods h
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Docker Networking explained in plain English
submitted by /u/AdvertisingFancy7011 [link] [comments]
DeepCamp AI