Reddit Programming – Telegram
Reddit Programming
212 subscribers
1.22K photos
125K links
I will send you newest post from subreddit /r/programming
Download Telegram
OSMEA – Open Source Flutter Architecture for Scalable E-commerce Apps
https://www.reddit.com/r/programming/comments/1orskt7/osmea_open_source_flutter_architecture_for/

<!-- SC_OFF -->Hey everyone 👋 We’ve just released OSMEA (Open Source Mobile E-commerce Architecture) — a complete Flutter-based ecosystem for building modern, scalable e-commerce apps. Unlike typical frameworks or templates, OSMEA gives you a fully modular foundation — with its own UI Kit, API integrations (Shopify, WooCommerce), and a core package built for production. 💡 Highlights 🧱 Modular & Composable — Build only what you need
🎨 Custom UI Kit — 50+ reusable components
🔥 Platform-Agnostic — Works with Shopify, WooCommerce, or custom APIs
🚀 Production-Ready — CI/CD, test coverage, async-safe architecture
📱 Cross-Platform — iOS, Android, Web, and Desktop 🧠 It’s not just a framework — it’s an ecosystem. You can check out the project by searching for:
➡️ masterfabric-mobile / osmea on GitHub Would love your thoughts, feedback, or even contributions 🙌
We’re especially curious about your take on modular architecture patterns in Flutter. <!-- SC_ON --> submitted by /u/engineer_nurlife (https://www.reddit.com/user/engineer_nurlife)
[link] (https://github.com/masterfabric-mobile/osmea) [comments] (https://www.reddit.com/r/programming/comments/1orskt7/osmea_open_source_flutter_architecture_for/)
Good Code Is Like a Good Joke: It Needs No Explanation
https://www.reddit.com/r/programming/comments/1ort91i/good_code_is_like_a_good_joke_it_needs_no/

<!-- SC_OFF -->Learn why clean, self-explanatory code matters, and how to write code so clear it needs no comments, like a well-told joke. <!-- SC_ON --> submitted by /u/Proper-Sprinkles9910 (https://www.reddit.com/user/Proper-Sprinkles9910)
[link] (https://codecurious.dev/articles/good-code-is-like-a-good-joke-it-needs-no-explanation) [comments] (https://www.reddit.com/r/programming/comments/1ort91i/good_code_is_like_a_good_joke_it_needs_no/)
Ported Routerify to work with hyper 1.7
https://www.reddit.com/r/programming/comments/1os07wb/ported_routerify_to_work_with_hyper_17/

<!-- SC_OFF -->Hey everyone, I’ve been working on something I think a lot of you might appreciate — especially if you’ve used Hyper directly or ever wished there was a lightweight router again. TL;DR I ported Routerify (https://github.com/routerify/routerify) (which hasn’t been updated in years) to work with Hyper 1.7 and Tokio 1.x.
All original tests now pass — so it’s a fully functional, modern router built directly on Hyper’s new service API. New repo: routerify-ng
Crate: crates.io/crates/routerify-ng Feedback welcome I’d love feedback, code review, or help maintaining it. If you’ve been missing an Express-like router that’s still pure Hyper — give it a try and let me know what breaks! Update 1 - I just migrated one of my own project ripress (https://crates.io/crates/ripress) that has 26k downloads so a real thing from hyper 0.14 to hyper 1.7 using this version of routerify. Update 2 - Ripress (https://crates.io/crates/ripress) is using this version of routerify and it's out you can check it out!! <!-- SC_ON --> submitted by /u/UpsetPermit8095 (https://www.reddit.com/user/UpsetPermit8095)
[link] (https://github.com/guru901/routerify-ng) [comments] (https://www.reddit.com/r/programming/comments/1os07wb/ported_routerify_to_work_with_hyper_17/)
Introducing NalthJS a type-noscript agnostic framework for building secure web
https://www.reddit.com/r/programming/comments/1oscqg2/introducing_nalthjs_a_typenoscript_agnostic/

<!-- SC_OFF -->Introducing the New security focused web framework: NalthJS <!-- SC_ON --> submitted by /u/Evening-Direction-71 (https://www.reddit.com/user/Evening-Direction-71)
[link] (https://nalthjs.com/) [comments] (https://www.reddit.com/r/programming/comments/1oscqg2/introducing_nalthjs_a_typenoscript_agnostic/)
GitHub - nalikiru-dev/Nalth.js: NALTH is a TypeScript-agnostic security framework built on Vite.js foundations, designed for developers who prioritize security without sacrificing performance.
https://www.reddit.com/r/programming/comments/1ospal1/github_nalikirudevnalthjs_nalth_is_a/

<!-- SC_OFF -->This is a sub reddit after ward the introduction of nalth. It supper usefull tool test it out give feedback and be an early adopters. https://nalthjs.com (https://nalthjs.com/) <!-- SC_ON --> submitted by /u/Evening-Direction-71 (https://www.reddit.com/user/Evening-Direction-71)
[link] (https://github.com/nalikiru-dev/nalth.js) [comments] (https://www.reddit.com/r/programming/comments/1ospal1/github_nalikirudevnalthjs_nalth_is_a/)
The OWASP Top 10:2025 is out! We have new data and new risks, but the same goal: more secure software
https://www.reddit.com/r/programming/comments/1ostz5x/the_owasp_top_102025_is_out_we_have_new_data_and/

<!-- SC_OFF -->Here’s what’s new/notable since the 2021 version: A01 Broken Access Control → still #1. The most common cause of serious breaches. A02 Security Misconfiguration → moved up, because configuration errors are still everywhere. A03 Software Supply Chain Failures → expanded beyond dependencies! Your build tools, pipelines, containers, even package registries are now part of the threat model. A10 Mishandling of Exceptional Conditions → a brand new category reminding us that error handling is extremely important. <!-- SC_ON --> submitted by /u/shehackspurple (https://www.reddit.com/user/shehackspurple)
[link] (https://owasp.org/Top10/2025/0x00_2025-Introduction/) [comments] (https://www.reddit.com/r/programming/comments/1ostz5x/the_owasp_top_102025_is_out_we_have_new_data_and/)
Practicing real-world backend logic by simulating payment/transfer flows
https://www.reddit.com/r/programming/comments/1osyj2b/practicing_realworld_backend_logic_by_simulating/

<!-- SC_OFF -->Been practicing real-world backend problems lately — wallet balances, retries, idempotency, audit trails. Feels way more useful than pure algorithm grind. Anyone else doing practical logic drills? <!-- SC_ON --> submitted by /u/changer666666 (https://www.reddit.com/user/changer666666)
[link] (https://stripe.com/) [comments] (https://www.reddit.com/r/programming/comments/1osyj2b/practicing_realworld_backend_logic_by_simulating/)
Trying to build a free, open-source tool that gives feedback on website text. where to start?
https://www.reddit.com/r/programming/comments/1ot1r43/trying_to_build_a_free_opensource_tool_that_gives/

<!-- SC_OFF -->I’m experimenting with a small proof-of-concept project to see how AI could help suggest improvements for website or landing page text. The idea is to identify possible usability or clarity issues, and get suggestions for better structure or call-to-action wording. I’m trying to stick to free and open-source tools, and avoid any paid APIs. Some things I’m wondering about: Which open-source NLP models are good for something lightweight like this? How should I structure the workflow: input processing, generating suggestions, and formatting output? Simple ways to test it: maybe CLI-based first, then a quick Gradio interface. Any tips for keeping it functional but lightweight, without overcomplicating it? <!-- SC_ON --> submitted by /u/icetea74 (https://www.reddit.com/user/icetea74)
[link] (http://www.com/) [comments] (https://www.reddit.com/r/programming/comments/1ot1r43/trying_to_build_a_free_opensource_tool_that_gives/)
VS Code extension for interactive code flowcharts and dependency graphs
https://www.reddit.com/r/programming/comments/1ot1u31/vs_code_extension_for_interactive_code_flowcharts/

<!-- SC_OFF -->I built CodeVisualizer, a VS Code extension that visualizes your code in two ways: **Function-Level Flowcharts**: Converts individual functions into interactive flowcharts showing control flow, loops, conditionals, and execution paths. Supports Python, TypeScript/JavaScript, Java, C++, C, Rust, and Go. **Codebase Dependency Graphs**: Analyzes and visualizes module dependencies across your entire project with color-coded file categories. Currently supports TypeScript/JavaScript. Everything runs locally - your code never leaves your machine (except optional AI labels). The dependency visualization adapts to your VS Code theme and uses high-contrast colors for better readability. Would love feedback from the community! <!-- SC_ON --> submitted by /u/Difficult_Prize_7548 (https://www.reddit.com/user/Difficult_Prize_7548)
[link] (https://github.com/DucPhamNgoc08/CodeVisualizer) [comments] (https://www.reddit.com/r/programming/comments/1ot1u31/vs_code_extension_for_interactive_code_flowcharts/)
I wrote a short post on the importance of taking the literal perspective on writing scalable code. Code that itself scales over time. Check it out and let me know what you think!
https://www.reddit.com/r/programming/comments/1ot2o25/i_wrote_a_short_post_on_the_importance_of_taking/

submitted by /u/_itshabib (https://www.reddit.com/user/_itshabib)
[link] (https://medium.com/@itsHabib/importance-of-scalable-code-cca491d0fa01) [comments] (https://www.reddit.com/r/programming/comments/1ot2o25/i_wrote_a_short_post_on_the_importance_of_taking/)