212
I will send you newest post from subreddit /r/programming
TypeScript Cookbook • Stefan Baumgartner & Peter Kröner [Podcast]
https://www.reddit.com/r/programming/comments/1n19f0p/typescript_cookbook_stefan_baumgartner_peter/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://www.buzzsprout.com/1714721/17665067) [comments] (https://www.reddit.com/r/programming/comments/1n19f0p/typescript_cookbook_stefan_baumgartner_peter/)
nx Build System Compromised in Supply Chain Attack
https://www.reddit.com/r/programming/comments/1n17fsz/nx_build_system_compromised_in_supply_chain_attack/
<!-- SC_OFF -->nx Build System compromised in supply chain attack. Targeting developers by exfiltrating credentials and system information. Report: https://github.com/nrwl/nx/issues/32522 <!-- SC_ON --> submitted by /u/N1ghtCod3r (https://www.reddit.com/user/N1ghtCod3r)
[link] (https://github.com/nrwl/nx/issues/32522) [comments] (https://www.reddit.com/r/programming/comments/1n17fsz/nx_build_system_compromised_in_supply_chain_attack/)
New algorithm outperforms Dijkstra after 40 years!
https://www.reddit.com/r/programming/comments/1n13gpp/new_algorithm_outperforms_dijkstra_after_40_years/
<!-- SC_OFF -->EDIT: link to the article https://arxiv.org/abs/2504.17033 For 40+ years, the shortest-path problem (think Google Maps, routing, networks) was dominated by Dijkstra-style algorithms, always hitting the sorting bottleneck. A research team at Tsinghua University just published a breakthrough:
They built a new shortest-path algorithm that avoids sorting altogether, breaking a theoretical barrier thought impossible since the 1980s. Key ideas: - Work in layers instead of strict ordering
- Pick representative pivots (clusters) instead of sorting every node
- Use a few Bellman–Ford–style relaxations to propagate distances
- Runs in O(m log2/3 n) — faster than any sorting-based method It just won Best Paper @ STOC (one of the top CS theory conferences).
Link to article: 36Kr coverage (https://eu.36kr.com/en/p/3419098143837833) What do you think:
- Will this change how we teach algorithms? - Or is it more of a “theory-only” milestone for now? <!-- SC_ON --> submitted by /u/Ambitious-Page-5737 (https://www.reddit.com/user/Ambitious-Page-5737)
[link] (https://arxiv.org/abs/2307.04139) [comments] (https://www.reddit.com/r/programming/comments/1n13gpp/new_algorithm_outperforms_dijkstra_after_40_years/)
Many hate on Object-Oriented Programming. But some junior programmers seem to mostly echo what they've heard experienced programmers say. In this blog post I try to give a "less extreme" perspective, and encourage people to think for themselves.
https://www.reddit.com/r/programming/comments/1n11tps/many_hate_on_objectoriented_programming_but_some/
submitted by /u/KarlZylinski (https://www.reddit.com/user/KarlZylinski)
[link] (https://zylinski.se/posts/know-why-you-dont-like-oop/) [comments] (https://www.reddit.com/r/programming/comments/1n11tps/many_hate_on_objectoriented_programming_but_some/)
Commit hash pinning in GitHub Actions: secure, but at a cost
https://www.reddit.com/r/programming/comments/1n0qxai/commit_hash_pinning_in_github_actions_secure_but/
submitted by /u/ReditusReditai (https://www.reddit.com/user/ReditusReditai)
[link] (https://developerwithacat.com/blog/202508/github-actions-commit-hash-pinning-tradeoffs/) [comments] (https://www.reddit.com/r/programming/comments/1n0qxai/commit_hash_pinning_in_github_actions_secure_but/)
Model-based Testing Distributed Systems with P Language
https://www.reddit.com/r/programming/comments/1n0qv43/modelbased_testing_distributed_systems_with_p/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.mydistributed.systems/2021/06/p-language.html) [comments] (https://www.reddit.com/r/programming/comments/1n0qv43/modelbased_testing_distributed_systems_with_p/)
MongoDB first impressions
https://www.reddit.com/r/programming/comments/1mzvk1h/mongodb_first_impressions/
submitted by /u/Majestic_Wallaby7374 (https://www.reddit.com/user/Majestic_Wallaby7374)
[link] (https://www.youtube.com/watch?v=XEqb3jfw5I8&ab_channel=Awesome) [comments] (https://www.reddit.com/r/programming/comments/1mzvk1h/mongodb_first_impressions/)
We put a coding agent in a while loop
https://www.reddit.com/r/programming/comments/1mzqhru/we_put_a_coding_agent_in_a_while_loop/
submitted by /u/iamkeyur (https://www.reddit.com/user/iamkeyur)
[link] (https://github.com/repomirrorhq/repomirror/blob/main/repomirror.md) [comments] (https://www.reddit.com/r/programming/comments/1mzqhru/we_put_a_coding_agent_in_a_while_loop/)
Event Catalog — Exploring The Advanced Capabili
https://www.reddit.com/r/programming/comments/1mzpabh/event_catalog_exploring_the_advanced_capabili/
submitted by /u/congolomera (https://www.reddit.com/user/congolomera)
[link] (mbneto/event-catalog-exploring-the-advanced-capabili-a6c36ec3b247?source=friends_link&sk=bd40da0b7b33a9b572c7076003506798" rel="nofollow">https://medium.com/@mbneto/event-catalog-exploring-the-advanced-capabili-a6c36ec3b247?source=friends_link&sk=bd40da0b7b33a9b572c7076003506798) [comments] (https://www.reddit.com/r/programming/comments/1mzpabh/event_catalog_exploring_the_advanced_capabili/)
AWS CEO Says Replacing Junior Developers with AI Is the Dumbest Thing He's Ever Heard
https://www.reddit.com/r/programming/comments/1mzofsk/aws_ceo_says_replacing_junior_developers_with_ai/
submitted by /u/Infamous_Toe_7759 (https://www.reddit.com/user/Infamous_Toe_7759)
[link] (https://www.finalroundai.com/blog/aws-ceo-matt-garman-says-replacing-junior-developers-with-ai-the-dumbest-thing) [comments] (https://www.reddit.com/r/programming/comments/1mzofsk/aws_ceo_says_replacing_junior_developers_with_ai/)
Muhammad Azeez - The Agent Builder's Reading List: What Actually Matters
https://www.reddit.com/r/programming/comments/1mzngio/muhammad_azeez_the_agent_builders_reading_list/
submitted by /u/mazeez (https://www.reddit.com/user/mazeez)
[link] (https://mazeez.dev/posts/essential-llm-resources) [comments] (https://www.reddit.com/r/programming/comments/1mzngio/muhammad_azeez_the_agent_builders_reading_list/)
Anyone here prefer lightweight retro tools?
https://www.reddit.com/r/programming/comments/1mzkj3r/anyone_here_prefer_lightweight_retro_tools/
<!-- SC_OFF -->Most retro tools feel bloated or paywalled. We built a free, lightweight retro tool at EvolveDev (https://evolvedev.io/), no setup, just share a link and run. Curious: do you like simple tools for retros, or do you prefer structured ones (Miro, FunRetro, etc.)? And what’s a dealbreaker for your team? <!-- SC_ON --> submitted by /u/Andrew_Tit026 (https://www.reddit.com/user/Andrew_Tit026)
[link] (https://evolvedev.io/) [comments] (https://www.reddit.com/r/programming/comments/1mzkj3r/anyone_here_prefer_lightweight_retro_tools/)
We Put a Coding Agent in a While Loop and It Shipped 6 Repos Overnight
https://www.reddit.com/r/programming/comments/1mzgybx/we_put_a_coding_agent_in_a_while_loop_and_it/
submitted by /u/Dorshalsfta (https://www.reddit.com/user/Dorshalsfta)
[link] (https://github.com/repomirrorhq/repomirror/blob/main/repomirror.md) [comments] (https://www.reddit.com/r/programming/comments/1mzgybx/we_put_a_coding_agent_in_a_while_loop_and_it/)
Mario 64 wastes SO MUCH MEMORY
https://www.reddit.com/r/programming/comments/1mz6obd/mario_64_wastes_so_much_memory/
submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=oZcbgNdWL7w) [comments] (https://www.reddit.com/r/programming/comments/1mz6obd/mario_64_wastes_so_much_memory/)
Don't pick weird subnets for embedded networks, use VRFs
https://www.reddit.com/r/programming/comments/1mz4ftg/dont_pick_weird_subnets_for_embedded_networks_use/
submitted by /u/Comfortable-Site8626 (https://www.reddit.com/user/Comfortable-Site8626)
[link] (https://blog.brixit.nl/dont-pick-weird-subnets-for-embedded-networks/) [comments] (https://www.reddit.com/r/programming/comments/1mz4ftg/dont_pick_weird_subnets_for_embedded_networks_use/)
MCP servers can’t be the future, can they?
https://www.reddit.com/r/programming/comments/1n17vn1/mcp_servers_cant_be_the_future_can_they/
<!-- SC_OFF -->From what I understand, an MCP server is just like a really badly slopped together RPC protocol that gets LLMs to interact with other systems. So…we are just going to run dozens or hundreds of MCP servers locally for our LLMs to access all the tools? This can’t be what AI hypers believe the future is going to be, is it? We are going to burn GPU cycles instead of just making a database call with psql? This can’t be the way… <!-- SC_ON --> submitted by /u/kabooozie (https://www.reddit.com/user/kabooozie)
[link] (https://modelcontextprotocol.io/docs/getting-started/intro) [comments] (https://www.reddit.com/r/programming/comments/1n17vn1/mcp_servers_cant_be_the_future_can_they/)
API Design 101: From Basics to Best Practices
https://www.reddit.com/r/programming/comments/1n14rzg/api_design_101_from_basics_to_best_practices/
submitted by /u/javinpaul (https://www.reddit.com/user/javinpaul)
[link] (https://javarevisited.substack.com/p/why-90-of-apis-fail-and-how-to-design) [comments] (https://www.reddit.com/r/programming/comments/1n14rzg/api_design_101_from_basics_to_best_practices/)
Why I'm declining your AI generated MR
https://www.reddit.com/r/programming/comments/1n12fdr/why_im_declining_your_ai_generated_mr/
submitted by /u/Zulban (https://www.reddit.com/user/Zulban)
[link] (https://blog.stuartspence.ca/2025-08-declining-ai-slop-mr.html) [comments] (https://www.reddit.com/r/programming/comments/1n12fdr/why_im_declining_your_ai_generated_mr/)
The Anatomy of Node: I'm re-building a JavaScript runtime from scratch and blogging about it
https://www.reddit.com/r/programming/comments/1n0rfo1/the_anatomy_of_node_im_rebuilding_a_javascript/
submitted by /u/chesus_chrust (https://www.reddit.com/user/chesus_chrust)
[link] (https://ravestar.dev/blog/anatomy-of-node-part-1/) [comments] (https://www.reddit.com/r/programming/comments/1n0rfo1/the_anatomy_of_node_im_rebuilding_a_javascript/)
postMessaged and Compromised
https://www.reddit.com/r/programming/comments/1n0qvfd/postmessaged_and_compromised/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://msrc.microsoft.com/blog/2025/08/postmessaged-and-compromised/) [comments] (https://www.reddit.com/r/programming/comments/1n0qvfd/postmessaged_and_compromised/)
Object-oriented design patterns in C and kernel development
https://www.reddit.com/r/programming/comments/1n0qtsu/objectoriented_design_patterns_in_c_and_kernel/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://oshub.org/projects/retros-32/posts/object-oriented-design-patterns-in-osdev) [comments] (https://www.reddit.com/r/programming/comments/1n0qtsu/objectoriented_design_patterns_in_c_and_kernel/)
Everything I know about good API design
https://www.reddit.com/r/programming/comments/1mzqigs/everything_i_know_about_good_api_design/
submitted by /u/iamkeyur (https://www.reddit.com/user/iamkeyur)
[link] (https://www.seangoedecke.com/good-api-design/) [comments] (https://www.reddit.com/r/programming/comments/1mzqigs/everything_i_know_about_good_api_design/)
How teams grow organically
https://www.reddit.com/r/programming/comments/1mzpvnm/how_teams_grow_organically/
submitted by /u/GeneralZiltoid (https://www.reddit.com/user/GeneralZiltoid)
[link] (https://frederickvanbrabant.com/blog/2025-08-22-how-teams-grow-organically?utm_source=programming) [comments] (https://www.reddit.com/r/programming/comments/1mzpvnm/how_teams_grow_organically/)
Breaking the Architecture Bottleneck • Andrew Harmel-Law & Marit van Dijk
https://www.reddit.com/r/programming/comments/1mzoy56/breaking_the_architecture_bottleneck_andrew/
submitted by /u/goto-con (https://www.reddit.com/user/goto-con)
[link] (https://youtu.be/zl5U8KO28rM) [comments] (https://www.reddit.com/r/programming/comments/1mzoy56/breaking_the_architecture_bottleneck_andrew/)
Building an Ethereum dApp with Next.js, Wagmi, and MetaMask
https://www.reddit.com/r/programming/comments/1mznnd9/building_an_ethereum_dapp_with_nextjs_wagmi_and/
submitted by /u/No_Athlete7350 (https://www.reddit.com/user/No_Athlete7350)
[link] (https://gauravbytes.hashnode.dev/building-an-ethereum-dapp-with-nextjs-wagmi-and-metamask) [comments] (https://www.reddit.com/r/programming/comments/1mznnd9/building_an_ethereum_dapp_with_nextjs_wagmi_and/)
My thoughts on Vertical Slices, CQRS, Semantic Diffusion and other fancy words
https://www.reddit.com/r/programming/comments/1mzmw3w/my_thoughts_on_vertical_slices_cqrs_semantic/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/my-thoughts-on-vertical-slices-cqrs) [comments] (https://www.reddit.com/r/programming/comments/1mzmw3w/my_thoughts_on_vertical_slices_cqrs_semantic/)
Making games in Go: 3 months without LLMs vs. 3 days with LLMs
https://www.reddit.com/r/programming/comments/1mzj2k0/making_games_in_go_3_months_without_llms_vs_3/
submitted by /u/thewritingwallah (https://www.reddit.com/user/thewritingwallah)
[link] (https://marianogappa.github.io/software/2025/08/24/i-made-two-card-games-in-go/) [comments] (https://www.reddit.com/r/programming/comments/1mzj2k0/making_games_in_go_3_months_without_llms_vs_3/)
AI Is Already Taking Tech Jobs. But, AI lived in India?
https://www.reddit.com/r/programming/comments/1mzfas3/ai_is_already_taking_tech_jobs_but_ai_lived_in/
<!-- SC_OFF -->Guess many heard of this You’re Not Imagining It: AI Is Already Taking Tech Jobs (https://www.forbes.com/sites/richardnieva/2025/07/17/ai-tech-layoffs/) But I google jobs in India, i found this Small cities see 50% H1 rise in IT hiring in a jobs twist (https://economictimes.indiatimes.com/tech/information-tech/small-cities-see-50-h1-rise-in-it-hiring-in-a-jobs-twist/articleshow/122423705.cms?from=mdr) India’s Tech Jobs See 20% Growth in 2025, AI Roles Surge 75 (https://analyticsindiamag.com/ai-news-updates/indias-tech-jobs-see-20-growth-in-2025-ai-roles-surge-75/) <!-- SC_ON --> submitted by /u/smallstar3377 (https://www.reddit.com/user/smallstar3377)
[link] (https://economictimes.indiatimes.com/tech/information-tech/small-cities-see-50-h1-rise-in-it-hiring-in-a-jobs-twist/articleshow/122423705.cms?from=mdr) [comments] (https://www.reddit.com/r/programming/comments/1mzfas3/ai_is_already_taking_tech_jobs_but_ai_lived_in/)
Built a free vehicle recall lookup tool
https://www.reddit.com/r/programming/comments/1mz4ssh/built_a_free_vehicle_recall_lookup_tool/
<!-- SC_OFF -->I created a free car recall checker that helps people find active safety recalls for their vehicles. Most people don't know if their car has active recalls. Government databases exist but are clunky and hard to search. Recalls can be serious safety issues that get fixed free. Technical Implementation:
- Backend: Hono.js API on Cloudflare Workers
- Data Pipeline: Daily ETL jobs pulling from NHTSA and Transport Canada Data Dumps
- Database: D1 / sqlite
- Type Safety: Full TypeScript with Zod contracts between frontend/backend
- VIN Processing: Custom decoder that validates and extracts vehicle details Data Sources:
- NHTSA (National Highway Traffic Safety Administration)
- Transport Canada Safety Recalls
- Updated daily with automated reconciliation The tool is completely free - no ads, no tracking, no registration required. All recall repairs are legally required to be free at authorized dealers. Check it out: https://crdg.ai/tools/recalls Happy to discuss the technical implementation or data processing challenges if anyone's interested! <!-- SC_ON --> submitted by /u/cardogio (https://www.reddit.com/user/cardogio)
[link] (https://crdg.ai/tools/recalls) [comments] (https://www.reddit.com/r/programming/comments/1mz4ssh/built_a_free_vehicle_recall_lookup_tool/)
how to build a coding agent
https://www.reddit.com/r/programming/comments/1mz4f45/how_to_build_a_coding_agent/
submitted by /u/Dorshalsfta (https://www.reddit.com/user/Dorshalsfta)
[link] (https://ghuntley.com/agent/) [comments] (https://www.reddit.com/r/programming/comments/1mz4f45/how_to_build_a_coding_agent/)