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

Angular and asp.net?
https://www.reddit.com/r/programming/comments/1it19va/angular_and_aspnet/

<!-- SC_OFF -->Hi guys, I’ve got 2 options for a project I’m about to commission. To start with, it’s going to just be a web app but future plans we will want a mobile app. It’s a pretty basic concept with user roles, payments to add credits to your accounts, and then users to upload snippets of their works for people to review. The developer I like most would use Angular and asp.NET And the other agency would be next.js and node.js Thinking long-term, are angular and .net still solid to build on? <!-- SC_ON --> submitted by /u/Haroldjbb (https://www.reddit.com/user/Haroldjbb)
[link] (https://learn.microsoft.com/en-us/aspnet/overview) [comments] (https://www.reddit.com/r/programming/comments/1it19va/angular_and_aspnet/)

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

Reddit Programming

We Let AI Handle User Permissions (And it Works*)
https://www.reddit.com/r/programming/comments/1isyvdq/we_let_ai_handle_user_permissions_and_it_works/

submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/we-let-ai-handle-user-permissions) [comments] (https://www.reddit.com/r/programming/comments/1isyvdq/we_let_ai_handle_user_permissions_and_it_works/)

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

Reddit Programming

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&amp;pp=ygUgSG93IHRvIG1hc3MgcmVwb3J0IGFueSB4IGFjY291bnQ%3D) [comments] (https://www.reddit.com/r/programming/comments/1iswblo/does_anyone_have_a_link_to_this_or_know_what/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

Unevictable Kubernetes Nodes And Smart Pod Placement
https://www.reddit.com/r/programming/comments/1irlgmb/unevictable_kubernetes_nodes_and_smart_pod/

submitted by /u/codingdecently (https://www.reddit.com/user/codingdecently)
[link] (https://overcast.blog/unevictable-kubernetes-nodes-and-smart-pod-placement-a47e53182fdb) [comments] (https://www.reddit.com/r/programming/comments/1irlgmb/unevictable_kubernetes_nodes_and_smart_pod/)

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

Reddit Programming

Coding Some Fractals (inspired by Sebastian Lague's Coding Adventures)
https://www.reddit.com/r/programming/comments/1irl5zm/coding_some_fractals_inspired_by_sebastian_lagues/

submitted by /u/vvye (https://www.reddit.com/user/vvye)
[link] (https://www.youtube.com/watch?v=hjhMh0R9T1Y) [comments] (https://www.reddit.com/r/programming/comments/1irl5zm/coding_some_fractals_inspired_by_sebastian_lagues/)

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

Reddit Programming

The Hidden Secrets of Playdate Performance Optimization
https://www.reddit.com/r/programming/comments/1iszvd8/the_hidden_secrets_of_playdate_performance/

submitted by /u/BlueGoliath (https://www.reddit.com/user/BlueGoliath)
[link] (https://www.youtube.com/watch?v=iGgFoeBv-L8) [comments] (https://www.reddit.com/r/programming/comments/1iszvd8/the_hidden_secrets_of_playdate_performance/)

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

Reddit Programming

Hilt - A Tiny Text Adventure Game engine
https://www.reddit.com/r/programming/comments/1isyekw/hilt_a_tiny_text_adventure_game_engine/

<!-- SC_OFF -->It’s super small and early but promising and I wanna know what you all think of it, where I could take it and general critique! <!-- SC_ON --> submitted by /u/cmnews08 (https://www.reddit.com/user/cmnews08)
[link] (https://github.com/cmspeedrunner/Hilt) [comments] (https://www.reddit.com/r/programming/comments/1isyekw/hilt_a_tiny_text_adventure_game_engine/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

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/)

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

Reddit Programming

Free Online Book for ASP.NET Razor Pages + htmx
https://www.reddit.com/r/programming/comments/1irm275/free_online_book_for_aspnet_razor_pages_htmx/

submitted by /u/chriswoodruff (https://www.reddit.com/user/chriswoodruff)
[link] (https://aspnet-htmx.com/) [comments] (https://www.reddit.com/r/programming/comments/1irm275/free_online_book_for_aspnet_razor_pages_htmx/)

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

Reddit Programming

How to segment X-Ray lungs using U-Net and Tensorflow
https://www.reddit.com/r/programming/comments/1irlghm/how_to_segment_xray_lungs_using_unet_and/

submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/how-to-segment-x-ray-lungs-using-u-net-and-tensorflow/) [comments] (https://www.reddit.com/r/programming/comments/1irlghm/how_to_segment_xray_lungs_using_unet_and/)

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

Reddit Programming

Death of a thousand nits: the gentle art of code review
https://www.reddit.com/r/programming/comments/1iri0l4/death_of_a_thousand_nits_the_gentle_art_of_code/

submitted by /u/AlexandraLinnea (https://www.reddit.com/user/AlexandraLinnea)
[link] (https://bitfieldconsulting.com/posts/code-review) [comments] (https://www.reddit.com/r/programming/comments/1iri0l4/death_of_a_thousand_nits_the_gentle_art_of_code/)

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