How to document Event-Driven Architecture
https://www.reddit.com/r/programming/comments/1irn3d3/how_to_document_eventdriven_architecture/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/documenting-event-driven-architecture) [comments] (https://www.reddit.com/r/programming/comments/1irn3d3/how_to_document_eventdriven_architecture/)
https://www.reddit.com/r/programming/comments/1irn3d3/how_to_document_eventdriven_architecture/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://www.architecture-weekly.com/p/documenting-event-driven-architecture) [comments] (https://www.reddit.com/r/programming/comments/1irn3d3/how_to_document_eventdriven_architecture/)
Understanding Yoneda
https://www.reddit.com/r/programming/comments/1irokr7/understanding_yoneda/
submitted by /u/andarmanik (https://www.reddit.com/user/andarmanik)
[link] (https://bartoszmilewski.com/2013/05/15/understanding-yoneda/) [comments] (https://www.reddit.com/r/programming/comments/1irokr7/understanding_yoneda/)
https://www.reddit.com/r/programming/comments/1irokr7/understanding_yoneda/
submitted by /u/andarmanik (https://www.reddit.com/user/andarmanik)
[link] (https://bartoszmilewski.com/2013/05/15/understanding-yoneda/) [comments] (https://www.reddit.com/r/programming/comments/1irokr7/understanding_yoneda/)
MacOS Targeted by New XCSSET Malware Variant That Infects Xcode Projects
https://www.reddit.com/r/programming/comments/1irot80/macos_targeted_by_new_xcsset_malware_variant_that/
submitted by /u/Dark-Marc (https://www.reddit.com/user/Dark-Marc)
[link] (https://www.reddit.com/r/pwnhub/comments/1iropmo/microsoft_warns_of_new_xcsset_macos_malware/) [comments] (https://www.reddit.com/r/programming/comments/1irot80/macos_targeted_by_new_xcsset_malware_variant_that/)
https://www.reddit.com/r/programming/comments/1irot80/macos_targeted_by_new_xcsset_malware_variant_that/
submitted by /u/Dark-Marc (https://www.reddit.com/user/Dark-Marc)
[link] (https://www.reddit.com/r/pwnhub/comments/1iropmo/microsoft_warns_of_new_xcsset_macos_malware/) [comments] (https://www.reddit.com/r/programming/comments/1irot80/macos_targeted_by_new_xcsset_malware_variant_that/)
Engineering With Java: Digest #46
https://www.reddit.com/r/programming/comments/1irp7cp/engineering_with_java_digest_46/
submitted by /u/Educational-Ad2036 (https://www.reddit.com/user/Educational-Ad2036)
[link] (https://javabulletin.substack.com/p/engineering-with-java-digest-46) [comments] (https://www.reddit.com/r/programming/comments/1irp7cp/engineering_with_java_digest_46/)
https://www.reddit.com/r/programming/comments/1irp7cp/engineering_with_java_digest_46/
submitted by /u/Educational-Ad2036 (https://www.reddit.com/user/Educational-Ad2036)
[link] (https://javabulletin.substack.com/p/engineering-with-java-digest-46) [comments] (https://www.reddit.com/r/programming/comments/1irp7cp/engineering_with_java_digest_46/)
Python 3.14, due out later this year, is set to receive a new type of interpreter that can boost performance by up to 30% with no changes to existing code. 👨💻
https://www.reddit.com/r/programming/comments/1is11rv/python_314_due_out_later_this_year_is_set_to/
<!-- SC_OFF -->The CPython 3.14 change log describes the feature as “a new type of interpreter based on tail calls.” This description may be a little misleading for those who don’t closely follow internal Python development work. “Tail calls” doesn’t mean that CPython, or the Python language, will now support tail call optimization. It refers to an optimization that a C compiler performs on the CPython code, which speeds up the way the interpreter dispatches its bytecode instructions. <!-- SC_ON --> submitted by /u/Choobeen (https://www.reddit.com/user/Choobeen)
[link] (https://www.infoworld.com/article/3820890/a-new-interpreter-in-python-3-14-delivers-a-free-speed-boost.html) [comments] (https://www.reddit.com/r/programming/comments/1is11rv/python_314_due_out_later_this_year_is_set_to/)
https://www.reddit.com/r/programming/comments/1is11rv/python_314_due_out_later_this_year_is_set_to/
<!-- SC_OFF -->The CPython 3.14 change log describes the feature as “a new type of interpreter based on tail calls.” This description may be a little misleading for those who don’t closely follow internal Python development work. “Tail calls” doesn’t mean that CPython, or the Python language, will now support tail call optimization. It refers to an optimization that a C compiler performs on the CPython code, which speeds up the way the interpreter dispatches its bytecode instructions. <!-- SC_ON --> submitted by /u/Choobeen (https://www.reddit.com/user/Choobeen)
[link] (https://www.infoworld.com/article/3820890/a-new-interpreter-in-python-3-14-delivers-a-free-speed-boost.html) [comments] (https://www.reddit.com/r/programming/comments/1is11rv/python_314_due_out_later_this_year_is_set_to/)
How to Make a Chatbot a Better Conversationalist using Python + Redis
https://www.reddit.com/r/programming/comments/1is1aak/how_to_make_a_chatbot_a_better_conversationalist/
submitted by /u/primaryobjects (https://www.reddit.com/user/primaryobjects)
[link] (https://generativeai.pub/how-to-make-your-chatbot-a-better-conversationalist-bc7f46412e43?sk=ec266dabd6e8edd2456aaf4627b0de4f) [comments] (https://www.reddit.com/r/programming/comments/1is1aak/how_to_make_a_chatbot_a_better_conversationalist/)
https://www.reddit.com/r/programming/comments/1is1aak/how_to_make_a_chatbot_a_better_conversationalist/
submitted by /u/primaryobjects (https://www.reddit.com/user/primaryobjects)
[link] (https://generativeai.pub/how-to-make-your-chatbot-a-better-conversationalist-bc7f46412e43?sk=ec266dabd6e8edd2456aaf4627b0de4f) [comments] (https://www.reddit.com/r/programming/comments/1is1aak/how_to_make_a_chatbot_a_better_conversationalist/)
What is a REST API? A Beginner’s Guide for PHP Developers
https://www.reddit.com/r/programming/comments/1is68cn/what_is_a_rest_api_a_beginners_guide_for_php/
submitted by /u/programmerdesk (https://www.reddit.com/user/programmerdesk)
[link] (https://programmerdesk.com/what-is-a-rest-api-beginners-guide-php/) [comments] (https://www.reddit.com/r/programming/comments/1is68cn/what_is_a_rest_api_a_beginners_guide_for_php/)
https://www.reddit.com/r/programming/comments/1is68cn/what_is_a_rest_api_a_beginners_guide_for_php/
submitted by /u/programmerdesk (https://www.reddit.com/user/programmerdesk)
[link] (https://programmerdesk.com/what-is-a-rest-api-beginners-guide-php/) [comments] (https://www.reddit.com/r/programming/comments/1is68cn/what_is_a_rest_api_a_beginners_guide_for_php/)
How to Build a Secure PHP REST API with JWT Authentication
https://www.reddit.com/r/programming/comments/1is68qs/how_to_build_a_secure_php_rest_api_with_jwt/
submitted by /u/programmerdesk (https://www.reddit.com/user/programmerdesk)
[link] (https://programmerdesk.com/how-to-build-a-secure-php-rest-api-with-jwt-authentication/) [comments] (https://www.reddit.com/r/programming/comments/1is68qs/how_to_build_a_secure_php_rest_api_with_jwt/)
https://www.reddit.com/r/programming/comments/1is68qs/how_to_build_a_secure_php_rest_api_with_jwt/
submitted by /u/programmerdesk (https://www.reddit.com/user/programmerdesk)
[link] (https://programmerdesk.com/how-to-build-a-secure-php-rest-api-with-jwt-authentication/) [comments] (https://www.reddit.com/r/programming/comments/1is68qs/how_to_build_a_secure_php_rest_api_with_jwt/)
My Principles for Building Software
https://www.reddit.com/r/programming/comments/1is6yi1/my_principles_for_building_software/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://kevinmahoney.co.uk/articles/my-principles-for-building-software/) [comments] (https://www.reddit.com/r/programming/comments/1is6yi1/my_principles_for_building_software/)
https://www.reddit.com/r/programming/comments/1is6yi1/my_principles_for_building_software/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://kevinmahoney.co.uk/articles/my-principles-for-building-software/) [comments] (https://www.reddit.com/r/programming/comments/1is6yi1/my_principles_for_building_software/)
6 Absolutely Free Responsive Portfolio Website Templates
https://www.reddit.com/r/programming/comments/1isamug/6_absolutely_free_responsive_portfolio_website/
submitted by /u/shokatjaved (https://www.reddit.com/user/shokatjaved)
[link] (https://jvcodes.com/category/source-codes/html-css-javascript/full-project-templates/portfolio/) [comments] (https://www.reddit.com/r/programming/comments/1isamug/6_absolutely_free_responsive_portfolio_website/)
https://www.reddit.com/r/programming/comments/1isamug/6_absolutely_free_responsive_portfolio_website/
submitted by /u/shokatjaved (https://www.reddit.com/user/shokatjaved)
[link] (https://jvcodes.com/category/source-codes/html-css-javascript/full-project-templates/portfolio/) [comments] (https://www.reddit.com/r/programming/comments/1isamug/6_absolutely_free_responsive_portfolio_website/)
Map internals in Go 1.24
https://www.reddit.com/r/programming/comments/1isaz70/map_internals_in_go_124/
submitted by /u/themsaid (https://www.reddit.com/user/themsaid)
[link] (https://themsaid.com/map-internals-go-1-24) [comments] (https://www.reddit.com/r/programming/comments/1isaz70/map_internals_in_go_124/)
https://www.reddit.com/r/programming/comments/1isaz70/map_internals_in_go_124/
submitted by /u/themsaid (https://www.reddit.com/user/themsaid)
[link] (https://themsaid.com/map-internals-go-1-24) [comments] (https://www.reddit.com/r/programming/comments/1isaz70/map_internals_in_go_124/)
Microsoft Edge Developer VM Remote Code Execution
https://www.reddit.com/r/programming/comments/1isb7mf/microsoft_edge_developer_vm_remote_code_execution/
submitted by /u/FoxInTheRedBox (https://www.reddit.com/user/FoxInTheRedBox)
[link] (https://infosec.rm-it.de/2025/02/17/microsoft-edge-developer-vm-remote-code-execution/) [comments] (https://www.reddit.com/r/programming/comments/1isb7mf/microsoft_edge_developer_vm_remote_code_execution/)
https://www.reddit.com/r/programming/comments/1isb7mf/microsoft_edge_developer_vm_remote_code_execution/
submitted by /u/FoxInTheRedBox (https://www.reddit.com/user/FoxInTheRedBox)
[link] (https://infosec.rm-it.de/2025/02/17/microsoft-edge-developer-vm-remote-code-execution/) [comments] (https://www.reddit.com/r/programming/comments/1isb7mf/microsoft_edge_developer_vm_remote_code_execution/)
How we scraped 2.2 million Shopify customer reviews
https://www.reddit.com/r/programming/comments/1isbwa8/how_we_scraped_22_million_shopify_customer_reviews/
submitted by /u/Big-Watercress5887 (https://www.reddit.com/user/Big-Watercress5887)
[link] (https://developer.searchagora.com/shopify-customer-reviews) [comments] (https://www.reddit.com/r/programming/comments/1isbwa8/how_we_scraped_22_million_shopify_customer_reviews/)
https://www.reddit.com/r/programming/comments/1isbwa8/how_we_scraped_22_million_shopify_customer_reviews/
submitted by /u/Big-Watercress5887 (https://www.reddit.com/user/Big-Watercress5887)
[link] (https://developer.searchagora.com/shopify-customer-reviews) [comments] (https://www.reddit.com/r/programming/comments/1isbwa8/how_we_scraped_22_million_shopify_customer_reviews/)
Why Clojure?
https://www.reddit.com/r/programming/comments/1isbxlu/why_clojure/
submitted by /u/therealplexus (https://www.reddit.com/user/therealplexus)
[link] (https://gaiwan.co/blog/why-clojure/) [comments] (https://www.reddit.com/r/programming/comments/1isbxlu/why_clojure/)
https://www.reddit.com/r/programming/comments/1isbxlu/why_clojure/
submitted by /u/therealplexus (https://www.reddit.com/user/therealplexus)
[link] (https://gaiwan.co/blog/why-clojure/) [comments] (https://www.reddit.com/r/programming/comments/1isbxlu/why_clojure/)
Dual time-zone clocks on the VS Code status bar.
https://www.reddit.com/r/programming/comments/1iscwdf/dual_timezone_clocks_on_the_vs_code_status_bar/
submitted by /u/Wise_Bug47 (https://www.reddit.com/user/Wise_Bug47)
[link] (https://marketplace.visualstudio.com/items?itemName=odangoo.otak-clock) [comments] (https://www.reddit.com/r/programming/comments/1iscwdf/dual_timezone_clocks_on_the_vs_code_status_bar/)
https://www.reddit.com/r/programming/comments/1iscwdf/dual_timezone_clocks_on_the_vs_code_status_bar/
submitted by /u/Wise_Bug47 (https://www.reddit.com/user/Wise_Bug47)
[link] (https://marketplace.visualstudio.com/items?itemName=odangoo.otak-clock) [comments] (https://www.reddit.com/r/programming/comments/1iscwdf/dual_timezone_clocks_on_the_vs_code_status_bar/)
What XOR is and why it's useful
https://www.reddit.com/r/programming/comments/1isept6/what_xor_is_and_why_its_useful/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/xor/) [comments] (https://www.reddit.com/r/programming/comments/1isept6/what_xor_is_and_why_its_useful/)
https://www.reddit.com/r/programming/comments/1isept6/what_xor_is_and_why_its_useful/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/xor/) [comments] (https://www.reddit.com/r/programming/comments/1isept6/what_xor_is_and_why_its_useful/)
Designing type inference for high quality type errors
https://www.reddit.com/r/programming/comments/1iservn/designing_type_inference_for_high_quality_type/
submitted by /u/Uncaffeinated (https://www.reddit.com/user/Uncaffeinated)
[link] (https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html) [comments] (https://www.reddit.com/r/programming/comments/1iservn/designing_type_inference_for_high_quality_type/)
https://www.reddit.com/r/programming/comments/1iservn/designing_type_inference_for_high_quality_type/
submitted by /u/Uncaffeinated (https://www.reddit.com/user/Uncaffeinated)
[link] (https://blog.polybdenum.com/2025/02/14/designing-type-inference-for-high-quality-type-errors.html) [comments] (https://www.reddit.com/r/programming/comments/1iservn/designing_type_inference_for_high_quality_type/)
Stop Over-Engineering AI Apps: The Case for Boring Technologies
https://www.reddit.com/r/programming/comments/1isfwjw/stop_overengineering_ai_apps_the_case_for_boring/
submitted by /u/jascha_eng (https://www.reddit.com/user/jascha_eng)
[link] (https://www.timescale.com/blog/stop-over-engineering-ai-apps) [comments] (https://www.reddit.com/r/programming/comments/1isfwjw/stop_overengineering_ai_apps_the_case_for_boring/)
https://www.reddit.com/r/programming/comments/1isfwjw/stop_overengineering_ai_apps_the_case_for_boring/
submitted by /u/jascha_eng (https://www.reddit.com/user/jascha_eng)
[link] (https://www.timescale.com/blog/stop-over-engineering-ai-apps) [comments] (https://www.reddit.com/r/programming/comments/1isfwjw/stop_overengineering_ai_apps_the_case_for_boring/)
New Video Demonstrating Morphic Animation
https://www.reddit.com/r/programming/comments/1isfytc/new_video_demonstrating_morphic_animation/
submitted by /u/itsmeront (https://www.reddit.com/user/itsmeront)
[link] (https://news.squeak.org/2025/02/18/new-video-demonstrating-morphic-animation/) [comments] (https://www.reddit.com/r/programming/comments/1isfytc/new_video_demonstrating_morphic_animation/)
https://www.reddit.com/r/programming/comments/1isfytc/new_video_demonstrating_morphic_animation/
submitted by /u/itsmeront (https://www.reddit.com/user/itsmeront)
[link] (https://news.squeak.org/2025/02/18/new-video-demonstrating-morphic-animation/) [comments] (https://www.reddit.com/r/programming/comments/1isfytc/new_video_demonstrating_morphic_animation/)
The Types of Lowered Rows
https://www.reddit.com/r/programming/comments/1isgksq/the_types_of_lowered_rows/
submitted by /u/thunderseethe (https://www.reddit.com/user/thunderseethe)
[link] (https://thunderseethe.dev/posts/lowering-rows-ty/) [comments] (https://www.reddit.com/r/programming/comments/1isgksq/the_types_of_lowered_rows/)
https://www.reddit.com/r/programming/comments/1isgksq/the_types_of_lowered_rows/
submitted by /u/thunderseethe (https://www.reddit.com/user/thunderseethe)
[link] (https://thunderseethe.dev/posts/lowering-rows-ty/) [comments] (https://www.reddit.com/r/programming/comments/1isgksq/the_types_of_lowered_rows/)
Does anyone have a link to this or know what program this is?
https://www.reddit.com/r/programming/comments/1iswblo/does_anyone_have_a_link_to_this_or_know_what/
submitted by /u/eternalbright1 (https://www.reddit.com/user/eternalbright1)
[link] (https://m.youtube.com/watch?v=W3h7wHa7pRw&pp=ygUgSG93IHRvIG1hc3MgcmVwb3J0IGFueSB4IGFjY291bnQ%3D) [comments] (https://www.reddit.com/r/programming/comments/1iswblo/does_anyone_have_a_link_to_this_or_know_what/)
https://www.reddit.com/r/programming/comments/1iswblo/does_anyone_have_a_link_to_this_or_know_what/
submitted by /u/eternalbright1 (https://www.reddit.com/user/eternalbright1)
[link] (https://m.youtube.com/watch?v=W3h7wHa7pRw&pp=ygUgSG93IHRvIG1hc3MgcmVwb3J0IGFueSB4IGFjY291bnQ%3D) [comments] (https://www.reddit.com/r/programming/comments/1iswblo/does_anyone_have_a_link_to_this_or_know_what/)