The Git Commands I Run Before Reading Any Code
https://piechowski.io/post/git-commands-before-reading-code/
https://redd.it/1u7si3g
@r_coding
https://piechowski.io/post/git-commands-before-reading-code/
https://redd.it/1u7si3g
@r_coding
piechowski.io
The Git Commands I Run Before Reading Any Code
Five git log commands that diagnose a new codebase before you open a single file: code churn hotspots, bus factor, bug clusters, and crisis patterns.
Undoable – make every code change reversible
https://github.com/AkhilNam/undoable
https://redd.it/1u82b32
@r_coding
https://github.com/AkhilNam/undoable
https://redd.it/1u82b32
@r_coding
GitHub
GitHub - AkhilNam/undoable: Make every code change reversible. Multi-agent instructions, prompts, and evals for safer reviews,…
Make every code change reversible. Multi-agent instructions, prompts, and evals for safer reviews, rollbacks, and migrations. - AkhilNam/undoable
The Token Budget Is Becoming Engineering Policy
https://newsletter.thelongcommit.com/p/the-token-budget-is-becoming-engineering
https://redd.it/1u86hfc
@r_coding
https://newsletter.thelongcommit.com/p/the-token-budget-is-becoming-engineering
https://redd.it/1u86hfc
@r_coding
Thelongcommit
The Token Budget Is Becoming Engineering Policy
AI coding is moving from personal workflow to metered infrastructure, and the next fight is over budgets, incentives, and who gets to spend.
C3: The Best Modern C Alternative That Nobody Knows About
https://medium.com/gitconnected/c3-the-best-modern-c-alternative-that-nobody-knows-about-4fa3f7bcd5fd?sk=f6b537348ffd6c229e09c1d2f6e54b94
https://redd.it/1u87ghf
@r_coding
https://medium.com/gitconnected/c3-the-best-modern-c-alternative-that-nobody-knows-about-4fa3f7bcd5fd?sk=f6b537348ffd6c229e09c1d2f6e54b94
https://redd.it/1u87ghf
@r_coding
Medium
C3: The Best Modern C Alternative That Nobody Knows About
C3 will be more popular than Zig, Go, C++, Rust, or D, among C enthusiasts
Wasp now lets you also write "full-stack" logic (next to frontend and backend logic) in TypeScript
https://wasp.sh/blog/2026/06/15/wasp-typescript-spec
https://redd.it/1u899dj
@r_coding
https://wasp.sh/blog/2026/06/15/wasp-typescript-spec
https://redd.it/1u899dj
@r_coding
wasp.sh
Wasp now lets you write your full-stack logic as a spec in TypeScript | Wasp
Wasp drops its custom DSL and replaces it with a TypeScript-native way to define your full-stack app: the TypeScript Spec. Here's what it is, how it works, and what it unlocks.
does anyone have a good idea on a laptop to buy for coding projects to just do around places? I'm looking for something relatively cheap and so I can get some more experience coding that's not just sat in my room
https://redd.it/1u8oxs0
@r_coding
https://redd.it/1u8oxs0
@r_coding
Reddit
From the coding community on Reddit
Explore this post and more from the coding community
Apache Iceberg Optimization: A Practical Guide
https://medium.com/itnext/apache-iceberg-optimization-a-guide-b51aa3530f47
https://redd.it/1u97uit
@r_coding
https://medium.com/itnext/apache-iceberg-optimization-a-guide-b51aa3530f47
https://redd.it/1u97uit
@r_coding
Medium
Apache Iceberg Optimization: A Guide
The core optimization layers of healthy tables: compaction, snapshots, metadata, partitioning, delete files, and intelligent automation for…
"Contributors Wanted for UnVibe!"
https://github.com/Demon-Die/UnVibe
https://redd.it/1u9tz0v
@r_coding
https://github.com/Demon-Die/UnVibe
https://redd.it/1u9tz0v
@r_coding
GitHub
GitHub - Demon-Die/UnVibe: UnVibe trains developers to truly understand code, not just generate it. AI writes the hardest solution…
UnVibe trains developers to truly understand code, not just generate it. AI writes the hardest solution — you decode it, rebuild it simpler, then defend your understanding in interviews. Your &...
When modernizing legacy systems, don’t be afraid to build glue services
https://bencane.com/posts/2026-06-18-glue-services-legacy-modernization/
https://redd.it/1ua2jn6
@r_coding
https://bencane.com/posts/2026-06-18-glue-services-legacy-modernization/
https://redd.it/1ua2jn6
@r_coding
Benjamin Cane
When modernizing legacy systems, don’t be afraid to build glue services • Benjamin Cane
Glue services help modern platforms move forward without letting legacy integrations dictate the future architecture.
USB for Software Developers: An introduction to writing userspace USB drivers
https://werwolv.net/posts/usb_for_sw_devs/
https://redd.it/1ua31u6
@r_coding
https://werwolv.net/posts/usb_for_sw_devs/
https://redd.it/1ua31u6
@r_coding
WerWolv
USB for Software Developers: An introduction to writing userspace USB drivers | WerWolv
A basic introduction to USB for people that don't need to know what happens on the wire
I developed a small 5G virtualized Radio Access Network (vRAN) Deployment Tool as part of a 5G Test Automation Project. This tool is designed to support automated radio-level validation in 5G testing
https://github.com/nidalaburaed/5GBTSvRANDeployment
https://redd.it/1ua2hjd
@r_coding
https://github.com/nidalaburaed/5GBTSvRANDeployment
https://redd.it/1ua2hjd
@r_coding
GitHub
GitHub - nidalaburaed/5GBTSvRANDeployment: My work as a 5G System Perfomance Engineer
My work as a 5G System Perfomance Engineer. Contribute to nidalaburaed/5GBTSvRANDeployment development by creating an account on GitHub.
Java 21 Pattern Matching for Switch: A Real Spring Boot Payment Example
https://medium.com/javarevisited/java-21-pattern-matching-for-switch-a-real-spring-boot-payment-example-5c3daf2a1838?sk=f8dc62f18aa8d7097e7028d339a8309a
https://redd.it/1ua8ifl
@r_coding
https://medium.com/javarevisited/java-21-pattern-matching-for-switch-a-real-spring-boot-payment-example-5c3daf2a1838?sk=f8dc62f18aa8d7097e7028d339a8309a
https://redd.it/1ua8ifl
@r_coding
Medium
Java 21 Pattern Matching for Switch: A Real Spring Boot Payment Example
Trace one $1,500 payment from the browser into a Java 21 pattern-matching switch — record patterns, guard conditions, and sealed interfaces…
Code Review - His First Game in C!
https://www.youtube.com/watch?v=tKI1CN0gqE4
https://redd.it/1uaagmn
@r_coding
https://www.youtube.com/watch?v=tKI1CN0gqE4
https://redd.it/1uaagmn
@r_coding
YouTube
Code Review - His First Game in C! LikeRogue by Komi (HandCraftGames)
Buy my games on Steam! https://store.steampowered.com/app/2572310
Play LikeRogue and ChudBuds: https://github.com/handcraftgamesOfficial/LikeRouge-X-Chudbuds
Check out Komi and JB's channel: @handcraftgames
No AI
No sponsors
Play LikeRogue and ChudBuds: https://github.com/handcraftgamesOfficial/LikeRouge-X-Chudbuds
Check out Komi and JB's channel: @handcraftgames
No AI
No sponsors
Learning The Vlang Programming Language | The Flourishing
https://www.youtube.com/watch?v=CAsTLvwb38I
https://redd.it/1uahh10
@r_coding
https://www.youtube.com/watch?v=CAsTLvwb38I
https://redd.it/1uahh10
@r_coding
YouTube
Reasons and Resources - Learning The Vlang Programming Language
In this episode I talk about some reasons and resources to learn more about the Vlang Programming Language
Related Links
https://en.wikipedia.org/wiki/V_(programming_language)
https://en.wikipedia.org/wiki/V_(programming_language)#Features
https://en.wi…
Related Links
https://en.wikipedia.org/wiki/V_(programming_language)
https://en.wikipedia.org/wiki/V_(programming_language)#Features
https://en.wi…
I Fixed the Most Annoying Thing in My Smart Home | Zigbee Smart home using Python
https://youtu.be/glA_e_BNnjc
https://redd.it/1uam95o
@r_coding
https://youtu.be/glA_e_BNnjc
https://redd.it/1uam95o
@r_coding
YouTube
I Fixed the Most Annoying Thing in My Smart Home | Zigbee Smart home using Python
I've spent years making my home smarter with automation, sensors, Python scripts, and connected devices.
But one tiny problem kept breaking everything...
The light switch.
It doesn't matter how clever the automation is—if someone turns off the switch,…
But one tiny problem kept breaking everything...
The light switch.
It doesn't matter how clever the automation is—if someone turns off the switch,…
I wrote a list of interesting programming related Youtubers, tech talks, videos and podcasts - all on github
https://github.com/monoira/interesting
https://redd.it/1uass3q
@r_coding
https://github.com/monoira/interesting
https://redd.it/1uass3q
@r_coding
GitHub
GitHub - monoira/interesting: Programming related Youtubers, talks, videos and podcasts.
Programming related Youtubers, talks, videos and podcasts. - monoira/interesting
Java 21 Sequenced Collections:A Real Spring Boot Shopping Cart Example
https://medium.com/dev-genius/spring-boot-shopping-cart-demo-using-java-21-sequenced-collections-fec9b2e96db2?sk=d6ca06d08012ab398a33e813372daaec
https://redd.it/1ub82vc
@r_coding
https://medium.com/dev-genius/spring-boot-shopping-cart-demo-using-java-21-sequenced-collections-fec9b2e96db2?sk=d6ca06d08012ab398a33e813372daaec
https://redd.it/1ub82vc
@r_coding
Medium
Java 21 Sequenced Collections:A Real Spring Boot Shopping Cart Example
A practical Java 21 demo showing addFirst(), addLast(), getFirst(), getLast(), removeLast(), and ordered cart behavior through REST APIs…
An immersive FIFA World Cup 2026 web experience — interactive 3D globe, live scores, full bracket. Looking for honest feedback.
https://wc26-universe.vercel.app
https://redd.it/1ubn7n4
@r_coding
https://wc26-universe.vercel.app
https://redd.it/1ubn7n4
@r_coding
wc26-universe.vercel.app
FIFA World Cup 2026
Welcome to the World of Football.