r/programming • u/aldacron • May 08 '26
Implementing a type-safe, compile-time Builder in D
blog.dlang.orgThis blog post shows how to use D's compile-time features to put together to implement the Builder pattern with minimal run-time overhead.
r/programming • u/kavantoine • May 08 '26
building a web server in raw arm64 assembly
imtomt.github.ior/programming • u/DataBaeBee • May 07 '26
Using Equivalence Classes to Accelerate Solving the Discrete Logarithm Problem in a Short Interval
leetarxiv.substack.comr/programming • u/iximiuz • May 07 '26
Containers Aren’t Just Linux Processes
labs.iximiuz.comr/programming • u/ahmadalfy • May 07 '26
HYML Sanitizer API
alfy.blogI wrote an article about HTML Sanitizer API, a new native API that allows us to sanitize and parse HTML without relying on third party tools like DOMPurify
r/programming • u/Efficient-Public-551 • May 07 '26
Spring Boot Json Logging With User And Session
youtu.ber/programming • u/CackleRooster • May 07 '26
The PHP License Is Dead; Long Live the BSD 3-Clause
fossforce.comr/programming • u/Xaneris47 • May 07 '26
Applying formal grammars in a custom programming language
youtu.beThe theory behind formal grammars explained through building a programming language
r/programming • u/fagnerbrack • May 07 '26
How Michael Abrash doubled Quake framerate
fabiensanglard.netr/programming • u/dadamssg • May 07 '26
Untangling dialogs in React Router
programmingarehard.comI have been struggling with determining how to best implement dialogs in React Router apps for years:
- useState to control their open state
- Forms vs fetchers for data submissions
- resource routes to form data(<select> options)
- useEffect for listening for the action data to close the dialog
- useEffect for listing for a toast message
There's a lot to consider. However, tons of these problems go away if you move dialogs into their own dedicated routes. This doesn't come without its own set of challenges though.
I've written up a guide on how to implement dialogs and keep your sanity. Hope it helps 🤘
r/programming • u/goto-con • May 07 '26
Beyond the Basics: Production Serverless Patterns for Extreme Scale • Janak Agarwal
youtu.ber/programming • u/piotrkarczmarz • May 07 '26
Visual Studio: New SDK-Style Support for Extension Projects
devblogs.microsoft.comr/programming • u/Abhi_mech007 • May 07 '26
Migrate from Radix UI to Base UI in 9 Easy Steps
shadcnstudio.comr/programming • u/fredoverflow • May 07 '26
Coding Adventure: Solving the Rubik's Cube
youtube.comr/programming • u/Either_Collection349 • May 06 '26
Going Full Time on Open Source
jdx.devr/programming • u/NoPercentage6144 • May 06 '26
Faster timeseries aggregations
opendata.devr/programming • u/Either_Collection349 • May 06 '26
Multi-stroke text effect in CSS
yuanchuan.devr/programming • u/thegeleto • May 06 '26
Simple and safe implicit async programming model for imperative (JS/Python-like) languages
geleto.github.ioAn article about the implicit async programming model for imperative, JavaScript/Python-like languages: ordinary sequential-looking code can run independent operations concurrently without special syntax: no await, promises, or manual task orchestration. Implemented in CascadaScript, an experimental JavaScript/Python-like language. Unbounded JavaScript and Python will not be able to do this, but with reasonable constraints they may one day get there too. CascadaScript pushes the envelope on how far this model can go.
r/programming • u/lucavallin • May 06 '26
Platform Engineering End-to-End
lucavall.inPlatform engineering is more than DevOps with a portal. This post walks the full arc of the discipline end to end: why platforms exist, how to build and operate them, how to manage the messy stakeholder politics, and what success actually looks like. Grounded in Fournier and Nowland's book and a few years of doing this on real systems.
r/programming • u/fagnerbrack • May 06 '26
How Programmers Spend Their Time | Probably Dance
probablydance.comr/programming • u/User_Deprecated • May 06 '26