reddit_programming | Technologies

Telegram-канал reddit_programming - Reddit Programming

252

I will send you newest post from subreddit /r/programming

Subscribe to a channel

Reddit Programming

Raoi – TypeScript library to give objects integer ids and retrieve them by said ids at any moment. Use global register or create local ones, with multiple ways to ensure type safety in both TS and vanilla JS!
https://www.reddit.com/r/programming/comments/1iq6kmp/raoi_typescript_library_to_give_objects_integer/

submitted by /u/Anbeeld (https://www.reddit.com/user/Anbeeld)
[link] (https://github.com/Anbeeld/Raoi) [comments] (https://www.reddit.com/r/programming/comments/1iq6kmp/raoi_typescript_library_to_give_objects_integer/)

Читать полностью…

Reddit Programming

No, your GenAI model isn't going to replace me
https://www.reddit.com/r/programming/comments/1iq5wq0/no_your_genai_model_isnt_going_to_replace_me/

submitted by /u/dh44t (https://www.reddit.com/user/dh44t)
[link] (https://marioarias.hashnode.dev/no-your-genai-model-isnt-going-to-replace-me) [comments] (https://www.reddit.com/r/programming/comments/1iq5wq0/no_your_genai_model_isnt_going_to_replace_me/)

Читать полностью…

Reddit Programming

Scaling Distributed Systems with the Scatter-Gather Pattern
https://www.reddit.com/r/programming/comments/1ipzjs2/scaling_distributed_systems_with_the/

submitted by /u/Local_Ad_6109 (https://www.reddit.com/user/Local_Ad_6109)
[link] (https://open.substack.com/pub/engineeringatscale/p/scaling-distributed-systems-scatter-gather-pattern?r=8sprj&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true) [comments] (https://www.reddit.com/r/programming/comments/1ipzjs2/scaling_distributed_systems_with_the/)

Читать полностью…

Reddit Programming

GitHub - Dipak-Ahirav/vintage-portfolio-site
https://www.reddit.com/r/programming/comments/1ipujum/github_dipakahiravvintageportfoliosite/

submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://github.com/Dipak-Ahirav/vintage-portfolio-site) [comments] (https://www.reddit.com/r/programming/comments/1ipujum/github_dipakahiravvintageportfoliosite/)

Читать полностью…

Reddit Programming

Can Node.js Really Handle Millions of Users?
https://www.reddit.com/r/programming/comments/1iptvi4/can_nodejs_really_handle_millions_of_users/

submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://javascript.plainenglish.io/can-node-js-really-handle-millions-of-users-e57415e4fb86) [comments] (https://www.reddit.com/r/programming/comments/1iptvi4/can_nodejs_really_handle_millions_of_users/)

Читать полностью…

Reddit Programming

Modern Java Deep Dive
https://www.reddit.com/r/programming/comments/1ipt4pe/modern_java_deep_dive/

submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=z4qsidg261E) [comments] (https://www.reddit.com/r/programming/comments/1ipt4pe/modern_java_deep_dive/)

Читать полностью…

Reddit Programming

Lesson 3: Programming the Shooter Game in Squeak/Smalltalk
https://www.reddit.com/r/programming/comments/1iprtis/lesson_3_programming_the_shooter_game_in/

submitted by /u/itsmeront (https://www.reddit.com/user/itsmeront)
[link] (https://news.squeak.org/2025/02/14/lesson-3-programming-the-shooter-game-in-squeak-smalltalk/) [comments] (https://www.reddit.com/r/programming/comments/1iprtis/lesson_3_programming_the_shooter_game_in/)

Читать полностью…

Reddit Programming

"Love C programming? Watch my latest video as I dive into Node and explore the world of peer-to-peer sockets!
https://www.reddit.com/r/programming/comments/1ipj0rg/love_c_programming_watch_my_latest_video_as_i/

submitted by /u/ilkeroztbm (https://www.reddit.com/user/ilkeroztbm)
[link] (https://www.youtube.com/watch?v=2Y7wPBz09dk) [comments] (https://www.reddit.com/r/programming/comments/1ipj0rg/love_c_programming_watch_my_latest_video_as_i/)

Читать полностью…

Reddit Programming

AI is Stifling Tech Adoption
https://www.reddit.com/r/programming/comments/1ipbpcl/ai_is_stifling_tech_adoption/

submitted by /u/DreamyRustacean (https://www.reddit.com/user/DreamyRustacean)
[link] (https://vale.rocks/posts/ai-is-stifling-tech-adoption) [comments] (https://www.reddit.com/r/programming/comments/1ipbpcl/ai_is_stifling_tech_adoption/)

Читать полностью…

Reddit Programming

Why I Now Celebrate Every Bug I Encounter (And You Should Too)
https://www.reddit.com/r/programming/comments/1ipbn4t/why_i_now_celebrate_every_bug_i_encounter_and_you/

submitted by /u/TerryC_IndieGameDev (https://www.reddit.com/user/TerryC_IndieGameDev)
[link] (https://medium.com/mr-plan-publication/why-i-now-celebrate-every-bug-i-encounter-and-you-should-too-6ebd958ee1b9?sk=49d389f64d620c3b127e5bb5e5ceb1bd) [comments] (https://www.reddit.com/r/programming/comments/1ipbn4t/why_i_now_celebrate_every_bug_i_encounter_and_you/)

Читать полностью…

Reddit Programming

Deploy NodeJS application to AWS EC2 using GitLab CI
https://www.reddit.com/r/programming/comments/1ip9hjb/deploy_nodejs_application_to_aws_ec2_using_gitlab/

submitted by /u/Additional_Papaya772 (https://www.reddit.com/user/Additional_Papaya772)
[link] (https://youtu.be/hmuitw61-2g) [comments] (https://www.reddit.com/r/programming/comments/1ip9hjb/deploy_nodejs_application_to_aws_ec2_using_gitlab/)

Читать полностью…

Reddit Programming

Which design architecture to opt and why?
https://www.reddit.com/r/programming/comments/1ip8ctu/which_design_architecture_to_opt_and_why/

<!-- SC_OFF -->There are lot of architectures exist for solving a problem like MVC, MVP, MVVM, CLEAN, etc. Which one to choose for my problem statement and how can I decide. Note- if possible kindly provide some resources too so that I can refer and concrete my knowledge. <!-- SC_ON --> submitted by /u/kushalghosh9899 (https://www.reddit.com/user/kushalghosh9899)
[link] (https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSzN8REXlHV6ZTx0uRMAqKOmAzIOXyYbLoXv47Z_gpdpR0NgwzHPcyQSVU&amp;s=10) [comments] (https://www.reddit.com/r/programming/comments/1ip8ctu/which_design_architecture_to_opt_and_why/)

Читать полностью…

Reddit Programming

I took my Audio Pipeline from 66.1s to 9.3s with Golang | Part 1
https://www.reddit.com/r/programming/comments/1ip7arf/i_took_my_audio_pipeline_from_661s_to_93s_with/

submitted by /u/BookOfCooks (https://www.reddit.com/user/BookOfCooks)
[link] (https://www.youtube.com/watch?v=8pL4JU5Oxhk) [comments] (https://www.reddit.com/r/programming/comments/1ip7arf/i_took_my_audio_pipeline_from_661s_to_93s_with/)

Читать полностью…

Reddit Programming

Spring Boot Chat Application With DeepSeek And Ollama
https://www.reddit.com/r/programming/comments/1ip4wcc/spring_boot_chat_application_with_deepseek_and/

submitted by /u/erdsingh24 (https://www.reddit.com/user/erdsingh24)
[link] (https://javatechonline.com/spring-boot-chat-application-with-deepseek-and-ollama/) [comments] (https://www.reddit.com/r/programming/comments/1ip4wcc/spring_boot_chat_application_with_deepseek_and/)

Читать полностью…

Reddit Programming

Scaling Federated GraphQL for the Super Bowl
https://www.reddit.com/r/programming/comments/1iop88m/scaling_federated_graphql_for_the_super_bowl/

submitted by /u/Savram8 (https://www.reddit.com/user/Savram8)
[link] (https://wundergraph.com/blog/scaling-graphql-federation-for-the-superbowl) [comments] (https://www.reddit.com/r/programming/comments/1iop88m/scaling_federated_graphql_for_the_super_bowl/)

Читать полностью…

Reddit Programming

Functions Should Be Independent
https://www.reddit.com/r/programming/comments/1iq67sl/functions_should_be_independent/

submitted by /u/levodelellis (https://www.reddit.com/user/levodelellis)
[link] (https://codestyleandtaste.com/functions-should-be-independent.html) [comments] (https://www.reddit.com/r/programming/comments/1iq67sl/functions_should_be_independent/)

Читать полностью…

Reddit Programming

What is Event Sourcing?
https://www.reddit.com/r/programming/comments/1iq20v8/what_is_event_sourcing/

submitted by /u/scalablethread (https://www.reddit.com/user/scalablethread)
[link] (https://newsletter.scalablethread.com/p/what-is-event-sourcing) [comments] (https://www.reddit.com/r/programming/comments/1iq20v8/what_is_event_sourcing/)

Читать полностью…

Reddit Programming

Technology trends after AI in 2025
https://www.reddit.com/r/programming/comments/1ipyop7/technology_trends_after_ai_in_2025/

submitted by /u/Capital_Coyote_2971 (https://www.reddit.com/user/Capital_Coyote_2971)
[link] (https://youtu.be/E2LtzrNUriE?si=uDZayIZ2C52thcTp) [comments] (https://www.reddit.com/r/programming/comments/1ipyop7/technology_trends_after_ai_in_2025/)

Читать полностью…

Reddit Programming

Kafka Delay Queue: When Messages Need a Nap Before They Work
https://www.reddit.com/r/programming/comments/1ipu9n3/kafka_delay_queue_when_messages_need_a_nap_before/

submitted by /u/Sushant098123 (https://www.reddit.com/user/Sushant098123)
[link] (https://beyondthesyntax.substack.com/p/kafka-delay-queue-when-messages-need) [comments] (https://www.reddit.com/r/programming/comments/1ipu9n3/kafka_delay_queue_when_messages_need_a_nap_before/)

Читать полностью…

Reddit Programming

Made a little transpiled programming language, thoughts?
https://www.reddit.com/r/programming/comments/1iptfk3/made_a_little_transpiled_programming_language/

submitted by /u/cmnews08 (https://www.reddit.com/user/cmnews08)
[link] (https://github.com/cmspeedrunner/Abylon) [comments] (https://www.reddit.com/r/programming/comments/1iptfk3/made_a_little_transpiled_programming_language/)

Читать полностью…

Reddit Programming

Workspace and session management TUI built on tmux
https://www.reddit.com/r/programming/comments/1ipt0tv/workspace_and_session_management_tui_built_on_tmux/

submitted by /u/One_Mess_1093 (https://www.reddit.com/user/One_Mess_1093)
[link] (https://github.com/GianlucaP106/mynav) [comments] (https://www.reddit.com/r/programming/comments/1ipt0tv/workspace_and_session_management_tui_built_on_tmux/)

Читать полностью…

Reddit Programming

Turn-Based Roguelike in Javascript using Simple Entity-Component System and Generation Algorithms
https://www.reddit.com/r/programming/comments/1ippca5/turnbased_roguelike_in_javascript_using_simple/

submitted by /u/hammybonanza (https://www.reddit.com/user/hammybonanza)
[link] (https://www.youtube.com/watch?v=9AcyLtg2-Ho) [comments] (https://www.reddit.com/r/programming/comments/1ippca5/turnbased_roguelike_in_javascript_using_simple/)

Читать полностью…

Reddit Programming

A better technique to split HTML into structured chunks while preserving the DOM hierarchy.
https://www.reddit.com/r/programming/comments/1ipc503/a_better_technique_to_split_html_into_structured/

submitted by /u/carlosplanchon (https://www.reddit.com/user/carlosplanchon)
[link] (https://github.com/carlosplanchon/betterhtmlchunking/) [comments] (https://www.reddit.com/r/programming/comments/1ipc503/a_better_technique_to_split_html_into_structured/)

Читать полностью…

Reddit Programming

Switching on Strings in Zig
https://www.reddit.com/r/programming/comments/1ipbna2/switching_on_strings_in_zig/

submitted by /u/simon_o (https://www.reddit.com/user/simon_o)
[link] (https://www.openmymind.net/Switching-On-Strings-In-Zig/) [comments] (https://www.reddit.com/r/programming/comments/1ipbna2/switching_on_strings_in_zig/)

Читать полностью…

Reddit Programming

Exposing concurrency bugs with a custom scheduler
https://www.reddit.com/r/programming/comments/1ip9woi/exposing_concurrency_bugs_with_a_custom_scheduler/

submitted by /u/masklinn (https://www.reddit.com/user/masklinn)
[link] (https://lwn.net/Articles/1007689/) [comments] (https://www.reddit.com/r/programming/comments/1ip9woi/exposing_concurrency_bugs_with_a_custom_scheduler/)

Читать полностью…

Reddit Programming

Addressing CGO pains, one at a time
https://www.reddit.com/r/programming/comments/1ip9hgv/addressing_cgo_pains_one_at_a_time/

submitted by /u/broken_broken_ (https://www.reddit.com/user/broken_broken_)
[link] (https://gaultier.github.io/blog/addressing_cgo_pains_one_at_a_time.html) [comments] (https://www.reddit.com/r/programming/comments/1ip9hgv/addressing_cgo_pains_one_at_a_time/)

Читать полностью…

Reddit Programming

GitHub - openorch/openorch: AI app platform. A language-agnostic, distributed platform for building microservices-based AI backends.
https://www.reddit.com/r/programming/comments/1ip7jlt/github_openorchopenorch_ai_app_platform_a/

submitted by /u/Sand4Sale14 (https://www.reddit.com/user/Sand4Sale14)
[link] (https://github.com/openorch/openorch) [comments] (https://www.reddit.com/r/programming/comments/1ip7jlt/github_openorchopenorch_ai_app_platform_a/)

Читать полностью…

Reddit Programming

Here's What Devs Are Saying About New GitHub Copilot Agent – Is It Really Good?
https://www.reddit.com/r/programming/comments/1ip6dts/heres_what_devs_are_saying_about_new_github/

submitted by /u/ImpressiveContest283 (https://www.reddit.com/user/ImpressiveContest283)
[link] (https://favtutor.com/articles/github-copilot-agent/) [comments] (https://www.reddit.com/r/programming/comments/1ip6dts/heres_what_devs_are_saying_about_new_github/)

Читать полностью…

Reddit Programming

Chip-8 Emulation: Adding control flow and graphics
https://www.reddit.com/r/programming/comments/1iopc9l/chip8_emulation_adding_control_flow_and_graphics/

submitted by /u/elemenity (https://www.reddit.com/user/elemenity)
[link] (https://www.emulationonline.com/systems/chip8/control-flow-and-graphics/) [comments] (https://www.reddit.com/r/programming/comments/1iopc9l/chip8_emulation_adding_control_flow_and_graphics/)

Читать полностью…

Reddit Programming

Weaponized Open Source
https://www.reddit.com/r/programming/comments/1ioozq5/weaponized_open_source/

submitted by /u/Inevitable-Swan-714 (https://www.reddit.com/user/Inevitable-Swan-714)
[link] (https://keygen.sh/blog/weaponized-open-source/) [comments] (https://www.reddit.com/r/programming/comments/1ioozq5/weaponized_open_source/)

Читать полностью…
Subscribe to a channel