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/)
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/)
Improving Rust Compile Times By 71%
https://www.reddit.com/r/programming/comments/1orsv5i/improving_rust_compile_times_by_71/
submitted by /u/ChiliPepperHott (https://www.reddit.com/user/ChiliPepperHott)
[link] (https://elijahpotter.dev/articles/improving-rust-compile-times-by-71-percent) [comments] (https://www.reddit.com/r/programming/comments/1orsv5i/improving_rust_compile_times_by_71/)
https://www.reddit.com/r/programming/comments/1orsv5i/improving_rust_compile_times_by_71/
submitted by /u/ChiliPepperHott (https://www.reddit.com/user/ChiliPepperHott)
[link] (https://elijahpotter.dev/articles/improving-rust-compile-times-by-71-percent) [comments] (https://www.reddit.com/r/programming/comments/1orsv5i/improving_rust_compile_times_by_71/)
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/)
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/)
Treat Your AI Assistant Like an Overconfident Junior Developer
https://www.reddit.com/r/programming/comments/1orzerm/treat_your_ai_assistant_like_an_overconfident/
submitted by /u/shift_devs (https://www.reddit.com/user/shift_devs)
[link] (https://shiftmag.dev/ai-coding-assistance-6758/) [comments] (https://www.reddit.com/r/programming/comments/1orzerm/treat_your_ai_assistant_like_an_overconfident/)
https://www.reddit.com/r/programming/comments/1orzerm/treat_your_ai_assistant_like_an_overconfident/
submitted by /u/shift_devs (https://www.reddit.com/user/shift_devs)
[link] (https://shiftmag.dev/ai-coding-assistance-6758/) [comments] (https://www.reddit.com/r/programming/comments/1orzerm/treat_your_ai_assistant_like_an_overconfident/)
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/)
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/)
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/)
A Lost Tape of Unix Fourth Edition Has Been Rediscovered After 50+ Years
https://www.reddit.com/r/programming/comments/1osgpzx/a_lost_tape_of_unix_fourth_edition_has_been/
submitted by /u/Akkeri (https://www.reddit.com/user/Akkeri)
[link] (https://ponderwall.com/index.php/2025/11/09/unix-lost-tape/) [comments] (https://www.reddit.com/r/programming/comments/1osgpzx/a_lost_tape_of_unix_fourth_edition_has_been/)
https://www.reddit.com/r/programming/comments/1osgpzx/a_lost_tape_of_unix_fourth_edition_has_been/
submitted by /u/Akkeri (https://www.reddit.com/user/Akkeri)
[link] (https://ponderwall.com/index.php/2025/11/09/unix-lost-tape/) [comments] (https://www.reddit.com/r/programming/comments/1osgpzx/a_lost_tape_of_unix_fourth_edition_has_been/)
How I Built a Kindle Reading Stats Dashboard That Actually Works
https://www.reddit.com/r/programming/comments/1osi6j1/how_i_built_a_kindle_reading_stats_dashboard_that/
submitted by /u/dreamnyt (https://www.reddit.com/user/dreamnyt)
[link] (https://aacevski.com/blog/kindle-reading-stats-dashboard/) [comments] (https://www.reddit.com/r/programming/comments/1osi6j1/how_i_built_a_kindle_reading_stats_dashboard_that/)
https://www.reddit.com/r/programming/comments/1osi6j1/how_i_built_a_kindle_reading_stats_dashboard_that/
submitted by /u/dreamnyt (https://www.reddit.com/user/dreamnyt)
[link] (https://aacevski.com/blog/kindle-reading-stats-dashboard/) [comments] (https://www.reddit.com/r/programming/comments/1osi6j1/how_i_built_a_kindle_reading_stats_dashboard_that/)
Writing C for curl | daniel.haxx.se
https://www.reddit.com/r/programming/comments/1osji9o/writing_c_for_curl_danielhaxxse/
submitted by /u/lelanthran (https://www.reddit.com/user/lelanthran)
[link] (https://daniel.haxx.se/blog/2025/04/07/writing-c-for-curl/) [comments] (https://www.reddit.com/r/programming/comments/1osji9o/writing_c_for_curl_danielhaxxse/)
https://www.reddit.com/r/programming/comments/1osji9o/writing_c_for_curl_danielhaxxse/
submitted by /u/lelanthran (https://www.reddit.com/user/lelanthran)
[link] (https://daniel.haxx.se/blog/2025/04/07/writing-c-for-curl/) [comments] (https://www.reddit.com/r/programming/comments/1osji9o/writing_c_for_curl_danielhaxxse/)
I achieved 0% ANR in my Android app. Spilling beans on how I did it - part 1
https://www.reddit.com/r/programming/comments/1osotbc/i_achieved_0_anr_in_my_android_app_spilling_beans/
submitted by /u/Nek_12 (https://www.reddit.com/user/Nek_12)
[link] (https://nek12.dev/blog/en/i-achieved-0-anr-in-my-android-app-spilling-beans-on-how-i-did-it-part-1) [comments] (https://www.reddit.com/r/programming/comments/1osotbc/i_achieved_0_anr_in_my_android_app_spilling_beans/)
https://www.reddit.com/r/programming/comments/1osotbc/i_achieved_0_anr_in_my_android_app_spilling_beans/
submitted by /u/Nek_12 (https://www.reddit.com/user/Nek_12)
[link] (https://nek12.dev/blog/en/i-achieved-0-anr-in-my-android-app-spilling-beans-on-how-i-did-it-part-1) [comments] (https://www.reddit.com/r/programming/comments/1osotbc/i_achieved_0_anr_in_my_android_app_spilling_beans/)
Native Apps with ClojureScript, React and Static Hermes
https://www.reddit.com/r/programming/comments/1osoyqm/native_apps_with_clojurenoscript_react_and_static/
submitted by /u/roman01la (https://www.reddit.com/user/roman01la)
[link] (https://romanliutikov.com/blog/native-apps-with-clojurenoscript-react-and-static-hermes) [comments] (https://www.reddit.com/r/programming/comments/1osoyqm/native_apps_with_clojurenoscript_react_and_static/)
https://www.reddit.com/r/programming/comments/1osoyqm/native_apps_with_clojurenoscript_react_and_static/
submitted by /u/roman01la (https://www.reddit.com/user/roman01la)
[link] (https://romanliutikov.com/blog/native-apps-with-clojurenoscript-react-and-static-hermes) [comments] (https://www.reddit.com/r/programming/comments/1osoyqm/native_apps_with_clojurenoscript_react_and_static/)
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/)
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/)
Customizing ed(2): Syntax Highlighting and rlwrap Heresy
https://www.reddit.com/r/programming/comments/1ospfaj/customizing_ed2_syntax_highlighting_and_rlwrap/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/customize-ed-2.html) [comments] (https://www.reddit.com/r/programming/comments/1ospfaj/customizing_ed2_syntax_highlighting_and_rlwrap/)
https://www.reddit.com/r/programming/comments/1ospfaj/customizing_ed2_syntax_highlighting_and_rlwrap/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/customize-ed-2.html) [comments] (https://www.reddit.com/r/programming/comments/1ospfaj/customizing_ed2_syntax_highlighting_and_rlwrap/)
How to Give Constructive Feedback with Confidence as an Engineering Leader
https://www.reddit.com/r/programming/comments/1osqf4h/how_to_give_constructive_feedback_with_confidence/
submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/how-to-give-constructive-feedback) [comments] (https://www.reddit.com/r/programming/comments/1osqf4h/how_to_give_constructive_feedback_with_confidence/)
https://www.reddit.com/r/programming/comments/1osqf4h/how_to_give_constructive_feedback_with_confidence/
submitted by /u/gregorojstersek (https://www.reddit.com/user/gregorojstersek)
[link] (https://newsletter.eng-leadership.com/p/how-to-give-constructive-feedback) [comments] (https://www.reddit.com/r/programming/comments/1osqf4h/how_to_give_constructive_feedback_with_confidence/)
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/)
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/)
What do noise functions sound like?
https://www.reddit.com/r/programming/comments/1osx289/what_do_noise_functions_sound_like/
submitted by /u/RelativeCard4701 (https://www.reddit.com/user/RelativeCard4701)
[link] (https://aabiji.github.io/html/noise.html) [comments] (https://www.reddit.com/r/programming/comments/1osx289/what_do_noise_functions_sound_like/)
https://www.reddit.com/r/programming/comments/1osx289/what_do_noise_functions_sound_like/
submitted by /u/RelativeCard4701 (https://www.reddit.com/user/RelativeCard4701)
[link] (https://aabiji.github.io/html/noise.html) [comments] (https://www.reddit.com/r/programming/comments/1osx289/what_do_noise_functions_sound_like/)
Why TypeScript’s “strict: true” isn’t enough. Missing compiler flags for production code
https://www.reddit.com/r/programming/comments/1osxrxw/why_typenoscripts_strict_true_isnt_enough_missing/
submitted by /u/wineandcode (https://www.reddit.com/user/wineandcode)
[link] (https://medium.com/@maks-dolgikh/why-typenoscripts-strict-true-isn-t-enough-missing-compiler-flags-for-production-code-a3877b81142c?source=friends_link&sk=20e7cbaeb3f6fc1e566182d0d7a6f4fe) [comments] (https://www.reddit.com/r/programming/comments/1osxrxw/why_typenoscripts_strict_true_isnt_enough_missing/)
https://www.reddit.com/r/programming/comments/1osxrxw/why_typenoscripts_strict_true_isnt_enough_missing/
submitted by /u/wineandcode (https://www.reddit.com/user/wineandcode)
[link] (https://medium.com/@maks-dolgikh/why-typenoscripts-strict-true-isn-t-enough-missing-compiler-flags-for-production-code-a3877b81142c?source=friends_link&sk=20e7cbaeb3f6fc1e566182d0d7a6f4fe) [comments] (https://www.reddit.com/r/programming/comments/1osxrxw/why_typenoscripts_strict_true_isnt_enough_missing/)
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/)
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/)
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/)
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/)
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/)