All
Articles 105,230Blog Posts 117,539Tech Tutorials 26,550Research Papers 22,105News 16,218
⚡ AI Lessons
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
20h 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
20h 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
⚡ AI Lesson
21h ago
Open source is a thankless job and I think we've lost the plot on how we treat maintainers
I saw an issue today on a fairly popular project (better-auth, see the link to the issue attached). No repro, no context, just a wall of caps and profanity endi
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
1d 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
⚡ AI Lesson
1d ago
Switching a million lines of code from Java threads to Kotlin coroutines, by rewriting three files
I wrote a technical deep dive about how we migrated one of Denmark's most used Android apps with one million lines of code powered by Java threads, into Kotlin
Reddit r/programming
🏗️ Systems Design & Architecture
⚡ AI Lesson
2d ago
Platforms: Build Abstractions, not Illusions • Gregor Hohpe
Let’s be honest, the tech we use today is amazing, but it can also be complex. It’s only natural that teams want to build platforms that hide this complexity to
Reddit r/programming
⚡ AI Lesson
3d ago
Got tired of greedy apps charging a fortune for SAT prep so i found a solution
Hey guys im 17 and prepping for SAT as an international student. When i started this journey i was pretty confused as to what resources to use. ppl suggested kh
Reddit r/programming
⚡ AI Lesson
3d ago
Resource based slot range splitting in a distributed databases
So for learning purposes I was reading a few research papers on the topic of databases. I read through a few papers like gfs, cockroachdb, dynamodb, raft etc..
Reddit r/programming
⚡ AI Lesson
4d ago
Vertical Slices in practice
submitted by /u/Adventurous-Salt8514 [link] [comments]
Reddit r/programming
⚡ AI Lesson
4d ago
The AWS Data Hall Cooling Failure Linked to 150-Plus Cloud Service Disruptions
submitted by /u/Cultural_Wheel_6936 [link] [comments]
Reddit r/programming
🔧 Backend Engineering
⚡ AI Lesson
4d ago
Mojo programming language will become open-source soon.
The main website of the language https://mojolang.org/ displays an announcement bar that says "Mojo will be open source soon! Join us at ModCon '26 for an updat
Reddit r/programming
⚡ AI Lesson
4d ago
Your Package Manager Is Lying to You: npm, Yarn, pnpm, Bun & Deno
Package managers aren't as interchangeable as they seem. This post digs into the real differences in how npm, Yarn, pnpm, Bun, and Deno handle dependencies unde
Reddit r/programming
💻 AI-Assisted Coding
⚡ AI Lesson
5d ago
Insert, a language for self-modifying code
If you ever find yourself with time to kill and crave a fun challenge, you can write a program that prints out its own source code, called a quine ). Go on, giv
Reddit r/programming
🔧 Backend Engineering
⚡ AI Lesson
5d ago
How I Targeted Youtube with my Rust Web Browser. And what it taught me
DISCLAIMER : NO AI OR LLMS WERE USED IN WRITING THIS ARTICLE . EVERY SINGLE WORD WAS TYPED MANUALLY USING A KEYBOARD I HAVE A COMPLETE UNEDITED VIDEO OF ME WRIT
Reddit r/programming
☁️ DevOps & Cloud
⚡ AI Lesson
5d 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
💰 FinTech & AI for Finance Professionals
⚡ AI Lesson
6d ago
Fintech Engineering Handbook
I just published Fintech Engineering Handbook distilled from 6 years of tears, sweat and swears. It’s a free ~25-page resource with various hints and patterns a
Reddit r/programming
⚡ AI Lesson
6d ago
Repricing of Software Engineering Labor
I started my career in the late 2010s, and I have had a front-row seat to the growth of the industry that has given me everything: software engineering. Looking
Reddit r/programming
⚡ Algorithms & Data Structures
⚡ AI Lesson
6d ago
Domino Tiling: From Dynamic Programming to Finite Fields
https://www.omegasyntax.com/domino/ Series of articles about Domino Tiling problem. submitted by /u/eugene [link] [comments]
Reddit r/programming
🏗️ Systems Design & Architecture
⚡ AI Lesson
6d ago
Building an Entity Component System: Data Oriented Hierarchies
Data Oriented Design is the practice of building code that's optimized for the hardware it runs on. Entity Component Systems help writing DOD-friendly code by l
Reddit r/programming
⚡ AI Lesson
6d ago
The dogma of entity-based Services and Repositories
Every day I see more projects where a layer-per-entity approach is created by default: UserService , UserRepository , OrderService , OrderRepository , and so on
Reddit r/programming
⚡ AI Lesson
6d ago
Best Simple System for Now • Daniel Terhorst-North
Software teams often face a false choice: move fast and accumulate technical debt, or build the perfect system and miss the deadline. But there may be a third p
Reddit r/programming
⚡ AI Lesson
1w ago
Risks in Software Development: How to Match Your Caution to What’s Actually at Stake
One of the most important blogs I have written in the last 25 years that most devs struggle with. submitted by /u/watson_full_scale [link] [comments]
Reddit r/programming
⚡ AI Lesson
1w ago
Measuring cache misses on macOS with Instruments
I couldn't find many resources online that showed how to see cache misses on macOS. I thought I'd learn a bit about Instruments, throw some toy problems at it,
Reddit r/programming
🖌️ UI/UX Design
⚡ AI Lesson
1w ago
The Evolution of User Interfaces • Ken Pfeuffer
Every generation gets a new interface: ⌨️ Keyboard 🖱️ Mouse 📱 Touchscreen What's next? submitted by /u/goto-con [link] [comments] </sp
DeepCamp AI