I will send you newest post from subreddit /r/programming
Got tired of manually converting legacy PHP bcrypt to JS bcrypt so I made a npm package to do that for me.
https://www.reddit.com/r/programming/comments/1hswuh6/got_tired_of_manually_converting_legacy_php/
submitted by /u/Dipppys (https://www.reddit.com/user/Dipppys)
[link] (https://www.npmjs.com/package/php-bcrypt-converter) [comments] (https://www.reddit.com/r/programming/comments/1hswuh6/got_tired_of_manually_converting_legacy_php/)
Einsum in Depth
https://www.reddit.com/r/programming/comments/1hstv9m/einsum_in_depth/
submitted by /u/joelburget (https://www.reddit.com/user/joelburget)
[link] (https://einsum.joelburget.com/) [comments] (https://www.reddit.com/r/programming/comments/1hstv9m/einsum_in_depth/)
Software is mostly made of people
https://www.reddit.com/r/programming/comments/1hsn4d1/software_is_mostly_made_of_people/
submitted by /u/hatwd (https://www.reddit.com/user/hatwd)
[link] (https://hatwd.com/p/software-is-mostly-made-of-people) [comments] (https://www.reddit.com/r/programming/comments/1hsn4d1/software_is_mostly_made_of_people/)
Forcing Flutter To Use OpenJDK 17
https://www.reddit.com/r/programming/comments/1hslpn4/forcing_flutter_to_use_openjdk_17/
submitted by /u/FPGA_Superstar (https://www.reddit.com/user/FPGA_Superstar)
[link] (https://medium.com/full-stack-engineer/flutter-wont-build-my-apk-7f56e1f9099e) [comments] (https://www.reddit.com/r/programming/comments/1hslpn4/forcing_flutter_to_use_openjdk_17/)
Demystifying Debuggers, Part 1: A Busy Intersection
https://www.reddit.com/r/programming/comments/1hsk0m8/demystifying_debuggers_part_1_a_busy_intersection/
submitted by /u/MartinLaSaucisse (https://www.reddit.com/user/MartinLaSaucisse)
[link] (https://www.rfleury.com/p/demystifying-debuggers-part-1-a-busy) [comments] (https://www.reddit.com/r/programming/comments/1hsk0m8/demystifying_debuggers_part_1_a_busy_intersection/)
Understanding the Language Server Protocol
https://www.reddit.com/r/programming/comments/1hrwwyv/understanding_the_language_server_protocol/
submitted by /u/der_gopher (https://www.reddit.com/user/der_gopher)
[link] (pliutau/understanding-the-language-server-protocol-b9f57a0750e3" rel="nofollow">https://medium.com/@pliutau/understanding-the-language-server-protocol-b9f57a0750e3) [comments] (https://www.reddit.com/r/programming/comments/1hrwwyv/understanding_the_language_server_protocol/)
Rules for Writing Software Tutorials
https://www.reddit.com/r/programming/comments/1hrux0b/rules_for_writing_software_tutorials/
submitted by /u/mtlynch (https://www.reddit.com/user/mtlynch)
[link] (https://refactoringenglish.com/chapters/rules-for-software-tutorials/) [comments] (https://www.reddit.com/r/programming/comments/1hrux0b/rules_for_writing_software_tutorials/)
Understanding whiteout files and copy up approach in overlayfs
https://www.reddit.com/r/programming/comments/1hrshn6/understanding_whiteout_files_and_copy_up_approach/
submitted by /u/coold007 (https://www.reddit.com/user/coold007)
[link] (https://youtu.be/hXbXSRLXiS8) [comments] (https://www.reddit.com/r/programming/comments/1hrshn6/understanding_whiteout_files_and_copy_up_approach/)
Does anyone know any free python coding sites?
https://www.reddit.com/r/programming/comments/1hrpuq5/does_anyone_know_any_free_python_coding_sites/
<!-- SC_OFF -->So I need to use python BUT I only get to see the mistakes after I run the code and get my error does anyone know a site where I cam place my code and see the mistake underlined or somthing before I have to run the code and find out the hard way??😭 (free site ofc) I'm poor 😭 <!-- SC_ON --> submitted by /u/Ur_one_n_only (https://www.reddit.com/user/Ur_one_n_only)
[link] (https://images.app.goo.gl/copTXT99F1iPaZKM6) [comments] (https://www.reddit.com/r/programming/comments/1hrpuq5/does_anyone_know_any_free_python_coding_sites/)
I made a robot that can read, react and speak using AI :)
https://www.reddit.com/r/programming/comments/1hri8ny/i_made_a_robot_that_can_read_react_and_speak/
submitted by /u/Leviathan_Engineer (https://www.reddit.com/user/Leviathan_Engineer)
[link] (https://youtu.be/Oc20VxfbBDU?si=-AyfW1oEXAPJLWi6) [comments] (https://www.reddit.com/r/programming/comments/1hri8ny/i_made_a_robot_that_can_read_react_and_speak/)
kenobiDB, small atomic document based database in pure Python!
https://www.reddit.com/r/programming/comments/1hrhp60/kenobidb_small_atomic_document_based_database_in/
submitted by /u/Miserable_Ear3789 (https://www.reddit.com/user/Miserable_Ear3789)
[link] (https://patx.github.io/kenobi/) [comments] (https://www.reddit.com/r/programming/comments/1hrhp60/kenobidb_small_atomic_document_based_database_in/)
Thinking in Actors - Part 3 - Using the Actor Model to track aircraft
https://www.reddit.com/r/programming/comments/1hrdllf/thinking_in_actors_part_3_using_the_actor_model/
submitted by /u/jeremycarterau (https://www.reddit.com/user/jeremycarterau)
[link] (https://open.substack.com/pub/jeremycarterau/p/thinking-in-actors-part-3) [comments] (https://www.reddit.com/r/programming/comments/1hrdllf/thinking_in_actors_part_3_using_the_actor_model/)
Free Graffiti Tag Generator
https://www.reddit.com/r/programming/comments/1hr81kp/free_graffiti_tag_generator/
<!-- SC_OFF -->A small project I put together for graffiti writer/taggers. <!-- SC_ON --> submitted by /u/15AA_Coder (https://www.reddit.com/user/15AA_Coder)
[link] (https://taggergen.tiiny.site/) [comments] (https://www.reddit.com/r/programming/comments/1hr81kp/free_graffiti_tag_generator/)
Compiling JavaScript to WASM with WASI support using Static Hermes
https://www.reddit.com/r/programming/comments/1hr7o43/compiling_javascript_to_wasm_with_wasi_support/
submitted by /u/guest271314 (https://www.reddit.com/user/guest271314)
[link] (https://gist.github.com/guest271314/b10eac16be88350ffcd19387e22ad4d5) [comments] (https://www.reddit.com/r/programming/comments/1hr7o43/compiling_javascript_to_wasm_with_wasi_support/)
Level Up Your Go Concurrency Skills: Channels and Select Demystified
https://www.reddit.com/r/programming/comments/1hr6n5c/level_up_your_go_concurrency_skills_channels_and/
submitted by /u/StatisticianNo2104 (https://www.reddit.com/user/StatisticianNo2104)
[link] (https://www.linkedin.com/pulse/level-up-your-go-concurrency-skills-channels-select-archit-agarwal-d7mkc) [comments] (https://www.reddit.com/r/programming/comments/1hr6n5c/level_up_your_go_concurrency_skills_channels_and/)
Stateful Architecture vs Stateless Architecture
https://www.reddit.com/r/programming/comments/1hsvfcx/stateful_architecture_vs_stateless_architecture/
submitted by /u/InspectionSpirite (https://www.reddit.com/user/InspectionSpirite)
[link] (https://betterengineers.substack.com/p/stateful-architecture-vs-stateless?r=209a75) [comments] (https://www.reddit.com/r/programming/comments/1hsvfcx/stateful_architecture_vs_stateless_architecture/)
It started with a satirical LinkedIn post. Now, meet Git Fakers: Automate fake activity like a pro, powered by Rust.
https://www.reddit.com/r/programming/comments/1hstn72/it_started_with_a_satirical_linkedin_post_now/
submitted by /u/kanxx030 (https://www.reddit.com/user/kanxx030)
[link] (https://github.com/enochkan/git-fake-rs) [comments] (https://www.reddit.com/r/programming/comments/1hstn72/it_started_with_a_satirical_linkedin_post_now/)
The Joy of Under-Engineering
https://www.reddit.com/r/programming/comments/1hsly5x/the_joy_of_underengineering/
submitted by /u/GenitalHospital (https://www.reddit.com/user/GenitalHospital)
[link] (https://hamvocke.com/blog/under-engineering/) [comments] (https://www.reddit.com/r/programming/comments/1hsly5x/the_joy_of_underengineering/)
After 8 years of development and delivering it to thousands of users, today I am open sourcing my visual programming language.
https://www.reddit.com/r/programming/comments/1hslkbk/after_8_years_of_development_and_delivering_it_to/
submitted by /u/mrpro1a1 (https://www.reddit.com/user/mrpro1a1)
[link] (https://github.com/PWCT/PWCT2) [comments] (https://www.reddit.com/r/programming/comments/1hslkbk/after_8_years_of_development_and_delivering_it_to/)
Wapi.go – Open Source Golang SDK for WhatsApp Business APIs
https://www.reddit.com/r/programming/comments/1hsjy30/wapigo_open_source_golang_sdk_for_whatsapp/
submitted by /u/UnusualMeasurement10 (https://www.reddit.com/user/UnusualMeasurement10)
[link] (https://github.com/wapikit/wapi.go) [comments] (https://www.reddit.com/r/programming/comments/1hsjy30/wapigo_open_source_golang_sdk_for_whatsapp/)
Want to Code Better? These 10 Books Are a Must in 2025
https://www.reddit.com/r/programming/comments/1hrw285/want_to_code_better_these_10_books_are_a_must_in/
submitted by /u/Kind-Industry-609 (https://www.reddit.com/user/Kind-Industry-609)
[link] (https://youtu.be/F0fVOnfDZtM) [comments] (https://www.reddit.com/r/programming/comments/1hrw285/want_to_code_better_these_10_books_are_a_must_in/)
My Web Development predictions for 2025. Let me know you thoughts
https://www.reddit.com/r/programming/comments/1hrt4cz/my_web_development_predictions_for_2025_let_me/
submitted by /u/Frequent-Football984 (https://www.reddit.com/user/Frequent-Football984)
[link] (https://www.youtube.com/watch?v=YAWnzwWGmNw) [comments] (https://www.reddit.com/r/programming/comments/1hrt4cz/my_web_development_predictions_for_2025_let_me/)
Scaling from a Billion to a Million to One
https://www.reddit.com/r/programming/comments/1hrq35e/scaling_from_a_billion_to_a_million_to_one/
submitted by /u/rchaves (https://www.reddit.com/user/rchaves)
[link] (https://rchaves.app/scaling-from-a-billion-to-a-million-to-one/) [comments] (https://www.reddit.com/r/programming/comments/1hrq35e/scaling_from_a_billion_to_a_million_to_one/)
Initial Release of heretek: Yet Another GDB TUI Frontend
https://www.reddit.com/r/programming/comments/1hrkovr/initial_release_of_heretek_yet_another_gdb_tui/
submitted by /u/arch_rust (https://www.reddit.com/user/arch_rust)
[link] (https://github.com/wcampbell0x2a/heretek) [comments] (https://www.reddit.com/r/programming/comments/1hrkovr/initial_release_of_heretek_yet_another_gdb_tui/)
Databases in 2024: A Year in Review
https://www.reddit.com/r/programming/comments/1hrhwqg/databases_in_2024_a_year_in_review/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.cs.cmu.edu/~pavlo/blog/2025/01/2024-databases-retrospective.html) [comments] (https://www.reddit.com/r/programming/comments/1hrhwqg/databases_in_2024_a_year_in_review/)
Never Check Your Saved Posts? Same Here, So I Built Linksy in 3 Days
https://www.reddit.com/r/programming/comments/1hrdppf/never_check_your_saved_posts_same_here_so_i_built/
submitted by /u/Similar-Cry-9968 (https://www.reddit.com/user/Similar-Cry-9968)
[link] (https://linksy-three.vercel.app/) [comments] (https://www.reddit.com/r/programming/comments/1hrdppf/never_check_your_saved_posts_same_here_so_i_built/)
Here’s how (and why) I created robust, scalable, in-app tutorials for my web application
https://www.reddit.com/r/programming/comments/1hrdlel/heres_how_and_why_i_created_robust_scalable_inapp/
submitted by /u/No-Definition-2886 (https://www.reddit.com/user/No-Definition-2886)
[link] (https://medium.com/p/be73944326cd) [comments] (https://www.reddit.com/r/programming/comments/1hrdlel/heres_how_and_why_i_created_robust_scalable_inapp/)
Exploring serverless architecture in modern web development
https://www.reddit.com/r/programming/comments/1hr7sus/exploring_serverless_architecture_in_modern_web/
submitted by /u/Alternative_Ball_895 (https://www.reddit.com/user/Alternative_Ball_895)
[link] (https://medium.com/digital-minds/serverless-architecture-a-game-changer-for-modern-web-development-a089ad7751dc?source=friends_link&sk=271a5d477ad4e3ea7f1bbd5755f8b5e1) [comments] (https://www.reddit.com/r/programming/comments/1hr7sus/exploring_serverless_architecture_in_modern_web/)
Me, Chatgpt, copilot, gemini, and google search classify quadrilaterals
https://www.reddit.com/r/programming/comments/1hr7isl/me_chatgpt_copilot_gemini_and_google_search/
submitted by /u/Paddy3118 (https://www.reddit.com/user/Paddy3118)
[link] (https://paddy3118.blogspot.com/2025/01/me-chatgpt-copilot-gemini-and-google.html?m=1) [comments] (https://www.reddit.com/r/programming/comments/1hr7isl/me_chatgpt_copilot_gemini_and_google_search/)
Building a Real Time Notification System with FastAPI and WebSockets
https://www.reddit.com/r/programming/comments/1hr6gi6/building_a_real_time_notification_system_with/
submitted by /u/Organic_Drawing_3339 (https://www.reddit.com/user/Organic_Drawing_3339)
[link] (https://youtube.com/watch?v=C7eoSRbMgYc&feature=shared) [comments] (https://www.reddit.com/r/programming/comments/1hr6gi6/building_a_real_time_notification_system_with/)