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
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
🔧 Backend Engineering
⚡ AI Lesson
1mo 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
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
Story of Semicolon
I had always wondered, why ";"? And the number of times, I have been frustrated because of this little guy, missing it somewhere, adding an extra somewhere, I r
Reddit r/programming
🔧 Backend Engineering
⚡ AI Lesson
1mo ago
Cross-Language Data Types
Have you ever thought about sharing data across language boundaries without serialization? This blog post highlights the challenges behind this endeavor and how
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
DeepCamp AI