✕ Clear all filters
11 articles
▶ Videos →

📰 Reddit r/programming

11 articles · Updated every 3 hours · View all reads

All Articles 135,226Blog Posts 139,815Tech Tutorials 35,089Research Papers 26,161News 19,055 ⚡ AI Lessons
Reddit r/programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
To handle performance issues, Integrate Redis with Spring Boot instead of scaling servers
A lot of developers rely on scaling servers to handle performance issues, but often, the real bottleneck is just fetching the exact same data from the database
Reddit r/programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Tiny Static Site Generator with custom template engine
I wanted to understand how template engines and markdown parsers work internally. The project explores: compiling templates into Python functions using exec() b
Reddit r/programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
How Fast Can You Parse 1 Billion Rows in Java? – Insane Speed Test • Roy van Rijn
Join me in this deep dive where I'll explain all the code changes and tricks that took me from the reference implementation which processes the billion records
Reddit r/programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Deriving Type Erasure
Ever looked at std::any and wondered what’s going on behind the scenes? Beneath the intimidating interface is a classic technique called type erasure: concrete
Reddit r/programming 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
Exotic CRTP: Enforcing Strict Interfaces Without Friends Using C++23 Explicit Object Parameters
I’ve been experimenting with CRTP and ended up with a variation that enforces a strict interface/implementation boundary without friend declarations. The goal w
Reddit r/programming 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
FastAPI Introduces Official VSCode Extension
FastAPI released an official VSCode extension, which includes features such as route exploration, endpoint search, and CodeLens-style navigation. This tool aims
Reddit r/programming 🔧 Backend Engineering ⚡ AI Lesson 2mo ago
WebAssembly on Kubernetes • Nicolas Frankel
WebAssembly started as a technology tailored to web browsers and is becoming popular as a server-side technology as well. The next step is for Wasm to become a