Why we chose OCaml to write Stategraph
https://www.reddit.com/r/programming/comments/1oqtnb2/why_we_chose_ocaml_to_write_stategraph/
submitted by /u/omgwtfbbqasdf (https://www.reddit.com/user/omgwtfbbqasdf)
[link] (https://stategraph.dev/blog/why-we-chose-ocaml) [comments] (https://www.reddit.com/r/programming/comments/1oqtnb2/why_we_chose_ocaml_to_write_stategraph/)
https://www.reddit.com/r/programming/comments/1oqtnb2/why_we_chose_ocaml_to_write_stategraph/
submitted by /u/omgwtfbbqasdf (https://www.reddit.com/user/omgwtfbbqasdf)
[link] (https://stategraph.dev/blog/why-we-chose-ocaml) [comments] (https://www.reddit.com/r/programming/comments/1oqtnb2/why_we_chose_ocaml_to_write_stategraph/)
What makes a great developer experience? Lessons from building a VS Code extension for Postgres
https://www.reddit.com/r/programming/comments/1orbwv1/what_makes_a_great_developer_experience_lessons/
<!-- SC_OFF -->What makes a great developer experience in VS Code? And how do music, improv, and failure shape an engineer’s approach to building tools? Just published a new Talking Postgres podcast episode with Rob Emanuele (Microsoft) where we dig into both the tech and the human side of engineering. Highlights: Designing a VS Code extension for PostgreSQL: what it does and why it matters GitHub Copilot & agent mode: game-changer or distraction? Dogfooding and architectural decisions behind the extension Rob’s geospatial past: 60 PB of data, millions of rows How PyCon flipped his career path “English is my programming language” Music, improv, and failure—and how they shape DevX 🎧 Full episode: https://talkingpostgres.com/episodes/building-a-dev-experience-for-postgres-in-vs-code-with-rob-emanuele OP here (and podcast host). Curious what you think: What makes a great dev experience in your favorite editor? Have you tried Copilot or agent mode—how’s it changing your workflow? What’s one non-tech skill that’s influenced how you code? <!-- SC_ON --> submitted by /u/clairegiordano (https://www.reddit.com/user/clairegiordano)
[link] (https://talkingpostgres.com/episodes/building-a-dev-experience-for-postgres-in-vs-code-with-rob-emanuele) [comments] (https://www.reddit.com/r/programming/comments/1orbwv1/what_makes_a_great_developer_experience_lessons/)
https://www.reddit.com/r/programming/comments/1orbwv1/what_makes_a_great_developer_experience_lessons/
<!-- SC_OFF -->What makes a great developer experience in VS Code? And how do music, improv, and failure shape an engineer’s approach to building tools? Just published a new Talking Postgres podcast episode with Rob Emanuele (Microsoft) where we dig into both the tech and the human side of engineering. Highlights: Designing a VS Code extension for PostgreSQL: what it does and why it matters GitHub Copilot & agent mode: game-changer or distraction? Dogfooding and architectural decisions behind the extension Rob’s geospatial past: 60 PB of data, millions of rows How PyCon flipped his career path “English is my programming language” Music, improv, and failure—and how they shape DevX 🎧 Full episode: https://talkingpostgres.com/episodes/building-a-dev-experience-for-postgres-in-vs-code-with-rob-emanuele OP here (and podcast host). Curious what you think: What makes a great dev experience in your favorite editor? Have you tried Copilot or agent mode—how’s it changing your workflow? What’s one non-tech skill that’s influenced how you code? <!-- SC_ON --> submitted by /u/clairegiordano (https://www.reddit.com/user/clairegiordano)
[link] (https://talkingpostgres.com/episodes/building-a-dev-experience-for-postgres-in-vs-code-with-rob-emanuele) [comments] (https://www.reddit.com/r/programming/comments/1orbwv1/what_makes_a_great_developer_experience_lessons/)
I Love OCaml
https://www.reddit.com/r/programming/comments/1or9dqz/i_love_ocaml/
submitted by /u/iamkeyur (https://www.reddit.com/user/iamkeyur)
[link] (https://mccd.space/posts/ocaml-the-worlds-best/) [comments] (https://www.reddit.com/r/programming/comments/1or9dqz/i_love_ocaml/)
https://www.reddit.com/r/programming/comments/1or9dqz/i_love_ocaml/
submitted by /u/iamkeyur (https://www.reddit.com/user/iamkeyur)
[link] (https://mccd.space/posts/ocaml-the-worlds-best/) [comments] (https://www.reddit.com/r/programming/comments/1or9dqz/i_love_ocaml/)
Chebyshev Polynomials are Ferraris for Numerical Programmers
https://www.reddit.com/r/programming/comments/1oqz9g8/chebyshev_polynomials_are_ferraris_for_numerical/
submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/chebyshev-polynomials-are-ferraris) [comments] (https://www.reddit.com/r/programming/comments/1oqz9g8/chebyshev_polynomials_are_ferraris_for_numerical/)
https://www.reddit.com/r/programming/comments/1oqz9g8/chebyshev_polynomials_are_ferraris_for_numerical/
submitted by /u/DataBaeBee (https://www.reddit.com/user/DataBaeBee)
[link] (https://leetarxiv.substack.com/p/chebyshev-polynomials-are-ferraris) [comments] (https://www.reddit.com/r/programming/comments/1oqz9g8/chebyshev_polynomials_are_ferraris_for_numerical/)
I needed fast embedded storage. RocksDB wasn’t it. So I designed TidesDB.
https://www.reddit.com/r/programming/comments/1orcekx/i_needed_fast_embedded_storage_rocksdb_wasnt_it/
submitted by /u/diagraphic (https://www.reddit.com/user/diagraphic)
[link] (https://tidesdb.com/getting-started/how-does-tidesdb-work/) [comments] (https://www.reddit.com/r/programming/comments/1orcekx/i_needed_fast_embedded_storage_rocksdb_wasnt_it/)
https://www.reddit.com/r/programming/comments/1orcekx/i_needed_fast_embedded_storage_rocksdb_wasnt_it/
submitted by /u/diagraphic (https://www.reddit.com/user/diagraphic)
[link] (https://tidesdb.com/getting-started/how-does-tidesdb-work/) [comments] (https://www.reddit.com/r/programming/comments/1orcekx/i_needed_fast_embedded_storage_rocksdb_wasnt_it/)
If you've ever wanted to make a Voxel Engine, here's how to do it this weekend
https://www.reddit.com/r/programming/comments/1orkvab/if_youve_ever_wanted_to_make_a_voxel_engine_heres/
<!-- SC_OFF -->If you've ever wanted to get into Voxel Engines, here's your pass. I spent the entirety of this summer working with voxel engines and noticed that there really isn't a good entry point. So here I am, hopefully it'll help at the very least one person get interested in voxels <!-- SC_ON --> submitted by /u/Commission-Either (https://www.reddit.com/user/Commission-Either)
[link] (https://daymare.net/blogs/voxel-engine-in-a-weekend/) [comments] (https://www.reddit.com/r/programming/comments/1orkvab/if_youve_ever_wanted_to_make_a_voxel_engine_heres/)
https://www.reddit.com/r/programming/comments/1orkvab/if_youve_ever_wanted_to_make_a_voxel_engine_heres/
<!-- SC_OFF -->If you've ever wanted to get into Voxel Engines, here's your pass. I spent the entirety of this summer working with voxel engines and noticed that there really isn't a good entry point. So here I am, hopefully it'll help at the very least one person get interested in voxels <!-- SC_ON --> submitted by /u/Commission-Either (https://www.reddit.com/user/Commission-Either)
[link] (https://daymare.net/blogs/voxel-engine-in-a-weekend/) [comments] (https://www.reddit.com/r/programming/comments/1orkvab/if_youve_ever_wanted_to_make_a_voxel_engine_heres/)
This is a detailed breakdown of a FinTech project from my consulting career
https://www.reddit.com/r/programming/comments/1ornjf8/this_is_a_detailed_breakdown_of_a_fintech_project/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/this-is-a-detailed-breakdown-of-a-fintech-project-from-my-consulting-career-9ec61603709c) [comments] (https://www.reddit.com/r/programming/comments/1ornjf8/this_is_a_detailed_breakdown_of_a_fintech_project/)
https://www.reddit.com/r/programming/comments/1ornjf8/this_is_a_detailed_breakdown_of_a_fintech_project/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/this-is-a-detailed-breakdown-of-a-fintech-project-from-my-consulting-career-9ec61603709c) [comments] (https://www.reddit.com/r/programming/comments/1ornjf8/this_is_a_detailed_breakdown_of_a_fintech_project/)
Optimise for continuous change, not modernisation or legacy
https://www.reddit.com/r/programming/comments/1orot4j/optimise_for_continuous_change_not_modernisation/
submitted by /u/ArtisticProgrammer11 (https://www.reddit.com/user/ArtisticProgrammer11)
[link] (https://www.hyperact.co.uk/blog/the-big-tech-debate) [comments] (https://www.reddit.com/r/programming/comments/1orot4j/optimise_for_continuous_change_not_modernisation/)
https://www.reddit.com/r/programming/comments/1orot4j/optimise_for_continuous_change_not_modernisation/
submitted by /u/ArtisticProgrammer11 (https://www.reddit.com/user/ArtisticProgrammer11)
[link] (https://www.hyperact.co.uk/blog/the-big-tech-debate) [comments] (https://www.reddit.com/r/programming/comments/1orot4j/optimise_for_continuous_change_not_modernisation/)
Day 42: Alert System Integration
https://www.reddit.com/r/programming/comments/1orqlz1/day_42_alert_system_integration/
<!-- SC_OFF -->What We’re Building Today Alert evaluation engine with notification pipelines Real-time alert status updates across all dashboard views Comprehensive error recovery mechanisms Performance optimization for alert rule processing Complete alert lifecycle testing from trigger to resolution This transforms yesterday’s alert dashboard from a display tool into a living, breathing monitoring nerve center that actively responds to system issues. https://fullstackinfra.substack.com/p/day-42-alert-system-integration https://fullstackinfra.substack.com/p/complete-180-day-full-stack-infrastructure https://systemdrd.com/ <!-- SC_ON --> submitted by /u/Safe_Trick8865 (https://www.reddit.com/user/Safe_Trick8865)
[link] (https://fullstackinfra.substack.com/p/day-42-alert-system-integration) [comments] (https://www.reddit.com/r/programming/comments/1orqlz1/day_42_alert_system_integration/)
https://www.reddit.com/r/programming/comments/1orqlz1/day_42_alert_system_integration/
<!-- SC_OFF -->What We’re Building Today Alert evaluation engine with notification pipelines Real-time alert status updates across all dashboard views Comprehensive error recovery mechanisms Performance optimization for alert rule processing Complete alert lifecycle testing from trigger to resolution This transforms yesterday’s alert dashboard from a display tool into a living, breathing monitoring nerve center that actively responds to system issues. https://fullstackinfra.substack.com/p/day-42-alert-system-integration https://fullstackinfra.substack.com/p/complete-180-day-full-stack-infrastructure https://systemdrd.com/ <!-- SC_ON --> submitted by /u/Safe_Trick8865 (https://www.reddit.com/user/Safe_Trick8865)
[link] (https://fullstackinfra.substack.com/p/day-42-alert-system-integration) [comments] (https://www.reddit.com/r/programming/comments/1orqlz1/day_42_alert_system_integration/)
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/)