Native is now the future of mobile at Shopify
https://shopify.engineering/back-to-native
https://redd.it/1wcotkh
@programmingreddit
https://shopify.engineering/back-to-native
https://redd.it/1wcotkh
@programmingreddit
Shopify
Native is now the future of mobile at Shopify (2026) - Shopify
Coding agents changed what it costs to build mobile apps twice. Here’s why Shopify is moving from React Native back to Swift and Kotlin.
How to Write an Effective Software Design Document
https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
https://redd.it/1wd1jt9
@programmingreddit
https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
https://redd.it/1wd1jt9
@programmingreddit
Refactoringenglish
How to Write an Effective Software Design Document
Best practices for writing a design doc based on my experience working as a developer at Google and Microsoft.
Shopify is moving from React Native back to Swift and Kotlin
https://shopify.engineering/back-to-native
https://redd.it/1wd7wmu
@programmingreddit
https://shopify.engineering/back-to-native
https://redd.it/1wd7wmu
@programmingreddit
Shopify
Native is now the future of mobile at Shopify (2026) - Shopify
Coding agents changed what it costs to build mobile apps twice. Here’s why Shopify is moving from React Native back to Swift and Kotlin.
GCC 13.5 released with 265+ bug fixes
https://www.phoronix.com/news/GCC-13.5-Released
https://redd.it/1wdiygn
@programmingreddit
https://www.phoronix.com/news/GCC-13.5-Released
https://redd.it/1wdiygn
@programmingreddit
Phoronix
GCC 13.5 Released With 265+ Bug Fixes
For those continuing to rely on the GCC 13 compiler in production that debuted more than three years ago, GCC 13.5 released today with more than 265 bug fixes
The API Tooling Crisis: Why developers are abandoning Postman and its clones?
https://efp.asia/blog/2025/12/24/api-tooling-crisis/
https://redd.it/1we94i4
@programmingreddit
https://efp.asia/blog/2025/12/24/api-tooling-crisis/
https://redd.it/1we94i4
@programmingreddit
efpasia
The API Tooling Crisis: Why developers are abandoning Postman and its clones?
I’ve been a Postman user for my entire developer career. I remember when it was just a simple Chrome extension that made pentesting APIs slightly less painful. Those were simpler times. Today, I find myself joining the growing exodus of developers abandoning…
Your Compiler Can Undo Your Security Checks
https://davidbombal.com/your-compiler-can-undo-your-security-checks/
https://redd.it/1wdwqje
@programmingreddit
https://davidbombal.com/your-compiler-can-undo-your-security-checks/
https://redd.it/1wdwqje
@programmingreddit
Davidbombal
Your Compiler Can Undo Your Security Checks
Big thanks to @ThreatLocker for sponsoring my trip to Black Hat USA 2026 and also for sponsoring this video.
Rune is now open source
https://rune.build/blog/rune-is-now-open-source
https://redd.it/1wdjvd3
@programmingreddit
https://rune.build/blog/rune-is-now-open-source
https://redd.it/1wdjvd3
@programmingreddit
rune.build
Rune is now open source. Rune Blog
Rune is now open source under the GPLv3. A native, keyboard-driven IDE written primarily in Go is ready for Go developers to inspect, change, and help build.
40ms Go GC stop-the-world pauses caused by swap
https://frn.sh/go-gc/
https://redd.it/1wf2fei
@programmingreddit
https://frn.sh/go-gc/
https://redd.it/1wf2fei
@programmingreddit
Homebrew: 7.0.0 - faster installations and upgrades, stronger sandboxing, a native macOS app, built-in vulnerability checks and an advisory database, the end of macOS 10.15 support and Intel Macs moving to Tier 3.
https://brew.sh/2026/09/13/homebrew-7.0.0/
https://redd.it/1wftm95
@programmingreddit
https://brew.sh/2026/09/13/homebrew-7.0.0/
https://redd.it/1wftm95
@programmingreddit
Homebrew
7.0.0
Today, I’m proud to announce Homebrew 7.0.0. The most significant changes since 6.0.0 are faster installations and upgrades, stronger sandboxing, a native macOS app, built-in vulnerability checks and an advisory database, the end of macOS 10.15 support and…
Performance Improvements in .NET 11
https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/
https://redd.it/1wh0qrf
@programmingreddit
https://devblogs.microsoft.com/dotnet/performance-improvements-in-net-11/
https://redd.it/1wh0qrf
@programmingreddit
Broken Windows, Abstractions and the Cost of Always Keeping Things Simple
https://pgilmartin.substack.com/p/broken-windows-abstractions-and-the
https://redd.it/1wgvjin
@programmingreddit
https://pgilmartin.substack.com/p/broken-windows-abstractions-and-the
https://redd.it/1wgvjin
@programmingreddit
Substack
Broken Windows, Abstractions and the Cost of Always Keeping Things Simple
The Broken Window Theory is the idea that visible disorder encourages more disorder.
git worktree gotchas
https://www.olafalders.com/2026/09/16/git-worktree-gotchas/
https://redd.it/1wi0xi2
@programmingreddit
https://www.olafalders.com/2026/09/16/git-worktree-gotchas/
https://redd.it/1wi0xi2
@programmingreddit
Olaf Alders
git worktree gotchas
git worktrees are no longer a niche tool, but they still come with some gotchas — like the fact that, in a worktree, .git is a file, not a directory.
Unicode 18.0.0 has been released!
https://www.unicode.org/versions/Unicode18.0.0/
https://redd.it/1wifzlx
@programmingreddit
https://www.unicode.org/versions/Unicode18.0.0/
https://redd.it/1wifzlx
@programmingreddit
Be alert: targeted attacks on prominent Rustaceans | Rust Blog
https://blog.rust-lang.org/2026/09/17/targeted-attacks/
https://redd.it/1wj1x9m
@programmingreddit
https://blog.rust-lang.org/2026/09/17/targeted-attacks/
https://redd.it/1wj1x9m
@programmingreddit
blog.rust-lang.org
Be alert: targeted attacks on prominent Rustaceans | Rust Blog
Empowering everyone to build reliable and efficient software.
"the main purpose of unit tests is keeping your code from being violently sh*t on by others"
https://yosefk.com/blog/unit-tests-mark-territory-more-than-squash-bugs.html
https://redd.it/1wk4lod
@programmingreddit
https://yosefk.com/blog/unit-tests-mark-territory-more-than-squash-bugs.html
https://redd.it/1wk4lod
@programmingreddit
You can run git on object storage if you re-make packfiles
https://www.tigrisdata.com/blog/objgit-packfiles/
https://redd.it/1wkrfqw
@programmingreddit
https://www.tigrisdata.com/blog/objgit-packfiles/
https://redd.it/1wkrfqw
@programmingreddit
Tigrisdata
You can run git on object storage if you re-make packfiles | Tigris Object Storage
Git packfiles were designed for mmap and local disk, so pulling one object out
of a bucket means guessing at a byte range. I wrote a new format instead.
of a bucket means guessing at a byte range. I wrote a new format instead.
Saving another 100TB of RAM with math (and Rust)
https://blog.cloudflare.com/saving-100-tb-of-ram-with-math/
https://redd.it/1wlwr9e
@programmingreddit
https://blog.cloudflare.com/saving-100-tb-of-ram-with-math/
https://redd.it/1wlwr9e
@programmingreddit
Cloudflare Blog
Saving another 100TB of RAM with math (and Rust)
Cloudflare's global network is immense but not limitless. As we look for small ways to trim our resource usage, we sometimes get lucky and we can cut significantly more. Here’s how we reduced one of our Pingora-based service's RAM usage with statistics.