5 minute Postgres Performance Checkup
https://www.reddit.com/r/programming/comments/1m91z7r/5_minute_postgres_performance_checkup/
<!-- SC_OFF -->https://medium.com/@rohansodha10/you-must-do-this-5-minute-postgres-performance-checkup-%EF%B8%8F-8f14cd867bbb?sk=1ba3d98be2c693f8cb81e66abb0247f9 <!-- SC_ON --> submitted by /u/Temporary_Depth_2491 (https://www.reddit.com/user/Temporary_Depth_2491)
[link] (https://medium.com/@rohansodha10/you-must-do-this-5-minute-postgres-performance-checkup-%EF%B8%8F-8f14cd867bbb?sk=1ba3d98be2c693f8cb81e66abb0247f9) [comments] (https://www.reddit.com/r/programming/comments/1m91z7r/5_minute_postgres_performance_checkup/)
https://www.reddit.com/r/programming/comments/1m91z7r/5_minute_postgres_performance_checkup/
<!-- SC_OFF -->https://medium.com/@rohansodha10/you-must-do-this-5-minute-postgres-performance-checkup-%EF%B8%8F-8f14cd867bbb?sk=1ba3d98be2c693f8cb81e66abb0247f9 <!-- SC_ON --> submitted by /u/Temporary_Depth_2491 (https://www.reddit.com/user/Temporary_Depth_2491)
[link] (https://medium.com/@rohansodha10/you-must-do-this-5-minute-postgres-performance-checkup-%EF%B8%8F-8f14cd867bbb?sk=1ba3d98be2c693f8cb81e66abb0247f9) [comments] (https://www.reddit.com/r/programming/comments/1m91z7r/5_minute_postgres_performance_checkup/)
Three HTTP versions later, forms are still a mess
https://www.reddit.com/r/programming/comments/1m93c97/three_http_versions_later_forms_are_still_a_mess/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://yorickpeterse.com/articles/three-http-versions-later-forms-are-still-a-mess/) [comments] (https://www.reddit.com/r/programming/comments/1m93c97/three_http_versions_later_forms_are_still_a_mess/)
https://www.reddit.com/r/programming/comments/1m93c97/three_http_versions_later_forms_are_still_a_mess/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://yorickpeterse.com/articles/three-http-versions-later-forms-are-still-a-mess/) [comments] (https://www.reddit.com/r/programming/comments/1m93c97/three_http_versions_later_forms_are_still_a_mess/)
Relational Thinking in J
https://www.reddit.com/r/programming/comments/1m93d4y/relational_thinking_in_j/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://storytotell.org/relational-thinking-in-j) [comments] (https://www.reddit.com/r/programming/comments/1m93d4y/relational_thinking_in_j/)
https://www.reddit.com/r/programming/comments/1m93d4y/relational_thinking_in_j/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://storytotell.org/relational-thinking-in-j) [comments] (https://www.reddit.com/r/programming/comments/1m93d4y/relational_thinking_in_j/)
nullable but not null
https://www.reddit.com/r/programming/comments/1m93ssx/nullable_but_not_null/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://efe.me/posts/nullable-but-not-null/) [comments] (https://www.reddit.com/r/programming/comments/1m93ssx/nullable_but_not_null/)
https://www.reddit.com/r/programming/comments/1m93ssx/nullable_but_not_null/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://efe.me/posts/nullable-but-not-null/) [comments] (https://www.reddit.com/r/programming/comments/1m93ssx/nullable_but_not_null/)
Why MIT Switched from Scheme to Python
https://www.reddit.com/r/programming/comments/1m94lxs/why_mit_switched_from_scheme_to_python/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.wisdomandwonder.com/link/2110/why-mit-switched-from-scheme-to-python) [comments] (https://www.reddit.com/r/programming/comments/1m94lxs/why_mit_switched_from_scheme_to_python/)
https://www.reddit.com/r/programming/comments/1m94lxs/why_mit_switched_from_scheme_to_python/
submitted by /u/ketralnis (https://www.reddit.com/user/ketralnis)
[link] (https://www.wisdomandwonder.com/link/2110/why-mit-switched-from-scheme-to-python) [comments] (https://www.reddit.com/r/programming/comments/1m94lxs/why_mit_switched_from_scheme_to_python/)
For the curious: How the FAT32 file system works
https://www.reddit.com/r/programming/comments/1m98wcs/for_the_curious_how_the_fat32_file_system_works/
submitted by /u/careyi4 (https://www.reddit.com/user/careyi4)
[link] (https://youtu.be/SCalxPHeB3w) [comments] (https://www.reddit.com/r/programming/comments/1m98wcs/for_the_curious_how_the_fat32_file_system_works/)
https://www.reddit.com/r/programming/comments/1m98wcs/for_the_curious_how_the_fat32_file_system_works/
submitted by /u/careyi4 (https://www.reddit.com/user/careyi4)
[link] (https://youtu.be/SCalxPHeB3w) [comments] (https://www.reddit.com/r/programming/comments/1m98wcs/for_the_curious_how_the_fat32_file_system_works/)
How to Classify images using Efficientnet B0
https://www.reddit.com/r/programming/comments/1m9a8m8/how_to_classify_images_using_efficientnet_b0/
<!-- SC_OFF -->Classify any image in seconds using Python and the pre-trained EfficientNetB0 model from TensorFlow. This beginner-friendly tutorial shows how to load an image, preprocess it, run predictions, and display the result using OpenCV. Great for anyone exploring image classification without building or training a custom model — no dataset needed! You can find link for the code in the blog : https://eranfeit.net/how-to-classify-images-using-efficientnet-b0/ You can find more tutorials, and join my newsletter here : https://eranfeit.net/ Full code for Medium users : https://medium.com/@feitgemel/how-to-classify-images-using-efficientnet-b0-738f48665583 Watch the full tutorial here: https://youtu.be/lomMTiG9UZ4 Enjoy Eran <!-- SC_ON --> submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/how-to-classify-images-using-efficientnet-b0/) [comments] (https://www.reddit.com/r/programming/comments/1m9a8m8/how_to_classify_images_using_efficientnet_b0/)
https://www.reddit.com/r/programming/comments/1m9a8m8/how_to_classify_images_using_efficientnet_b0/
<!-- SC_OFF -->Classify any image in seconds using Python and the pre-trained EfficientNetB0 model from TensorFlow. This beginner-friendly tutorial shows how to load an image, preprocess it, run predictions, and display the result using OpenCV. Great for anyone exploring image classification without building or training a custom model — no dataset needed! You can find link for the code in the blog : https://eranfeit.net/how-to-classify-images-using-efficientnet-b0/ You can find more tutorials, and join my newsletter here : https://eranfeit.net/ Full code for Medium users : https://medium.com/@feitgemel/how-to-classify-images-using-efficientnet-b0-738f48665583 Watch the full tutorial here: https://youtu.be/lomMTiG9UZ4 Enjoy Eran <!-- SC_ON --> submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/how-to-classify-images-using-efficientnet-b0/) [comments] (https://www.reddit.com/r/programming/comments/1m9a8m8/how_to_classify_images_using_efficientnet_b0/)
Getting Started with Ebitengine (Go game engine)
https://www.reddit.com/r/programming/comments/1m9kjv3/getting_started_with_ebitengine_go_game_engine/
submitted by /u/tslocum (https://www.reddit.com/user/tslocum)
[link] (https://trevors-tutorials.com/0003-getting-started-with-ebitengine/) [comments] (https://www.reddit.com/r/programming/comments/1m9kjv3/getting_started_with_ebitengine_go_game_engine/)
https://www.reddit.com/r/programming/comments/1m9kjv3/getting_started_with_ebitengine_go_game_engine/
submitted by /u/tslocum (https://www.reddit.com/user/tslocum)
[link] (https://trevors-tutorials.com/0003-getting-started-with-ebitengine/) [comments] (https://www.reddit.com/r/programming/comments/1m9kjv3/getting_started_with_ebitengine_go_game_engine/)
Testivus on Test Coverage
https://www.reddit.com/r/programming/comments/1m9kxaa/testivus_on_test_coverage/
<!-- SC_OFF -->Came across this today and thought it was worth sharing. <!-- SC_ON --> submitted by /u/Original-Character57 (https://www.reddit.com/user/Original-Character57)
[link] (https://stackoverflow.com/a/90021) [comments] (https://www.reddit.com/r/programming/comments/1m9kxaa/testivus_on_test_coverage/)
https://www.reddit.com/r/programming/comments/1m9kxaa/testivus_on_test_coverage/
<!-- SC_OFF -->Came across this today and thought it was worth sharing. <!-- SC_ON --> submitted by /u/Original-Character57 (https://www.reddit.com/user/Original-Character57)
[link] (https://stackoverflow.com/a/90021) [comments] (https://www.reddit.com/r/programming/comments/1m9kxaa/testivus_on_test_coverage/)
The Case for Being Lazy
https://www.reddit.com/r/programming/comments/1m9log0/the_case_for_being_lazy/
<!-- SC_OFF -->I have always thought that being lazy enough to work hard was a completely unervalued skill <!-- SC_ON --> submitted by /u/WifeEyedFascination (https://www.reddit.com/user/WifeEyedFascination)
[link] (https://osada.blog/posts/the-case-for-being-lazy/) [comments] (https://www.reddit.com/r/programming/comments/1m9log0/the_case_for_being_lazy/)
https://www.reddit.com/r/programming/comments/1m9log0/the_case_for_being_lazy/
<!-- SC_OFF -->I have always thought that being lazy enough to work hard was a completely unervalued skill <!-- SC_ON --> submitted by /u/WifeEyedFascination (https://www.reddit.com/user/WifeEyedFascination)
[link] (https://osada.blog/posts/the-case-for-being-lazy/) [comments] (https://www.reddit.com/r/programming/comments/1m9log0/the_case_for_being_lazy/)
"Individual programmers do not own the software they write"
https://www.reddit.com/r/programming/comments/1m9qy4w/individual_programmers_do_not_own_the_software/
<!-- SC_OFF -->On "Embedded C Coding Standard" by Michael Barr the first Guiding principle is: Individual programmers do not own the software they write. All software development is work for hire for an employer or a client and, thus, the end product should be constructed in a workmanlike manner. Could you comment why this was added as a guiding principle and what that could mean? I was trying to look back on my past work context and try find a situation that this principle was missed by anyone. Is this one of those cases where a developer can just do whatever they want with the company's code?
Has anything like that actually happened at your workplace where someone ignored this principle (and whatever may be in the work contract)? <!-- SC_ON --> submitted by /u/CancelProof6072 (https://www.reddit.com/user/CancelProof6072)
[link] (https://barrgroup.com/sites/default/files/barr_c_coding_standard_2018.pdf) [comments] (https://www.reddit.com/r/programming/comments/1m9qy4w/individual_programmers_do_not_own_the_software/)
https://www.reddit.com/r/programming/comments/1m9qy4w/individual_programmers_do_not_own_the_software/
<!-- SC_OFF -->On "Embedded C Coding Standard" by Michael Barr the first Guiding principle is: Individual programmers do not own the software they write. All software development is work for hire for an employer or a client and, thus, the end product should be constructed in a workmanlike manner. Could you comment why this was added as a guiding principle and what that could mean? I was trying to look back on my past work context and try find a situation that this principle was missed by anyone. Is this one of those cases where a developer can just do whatever they want with the company's code?
Has anything like that actually happened at your workplace where someone ignored this principle (and whatever may be in the work contract)? <!-- SC_ON --> submitted by /u/CancelProof6072 (https://www.reddit.com/user/CancelProof6072)
[link] (https://barrgroup.com/sites/default/files/barr_c_coding_standard_2018.pdf) [comments] (https://www.reddit.com/r/programming/comments/1m9qy4w/individual_programmers_do_not_own_the_software/)
Idempotency in System Design: Full example
https://www.reddit.com/r/programming/comments/1m9ufu6/idempotency_in_system_design_full_example/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/idempotency-in-system-design-full-example-80e9027e7bea) [comments] (https://www.reddit.com/r/programming/comments/1m9ufu6/idempotency_in_system_design_full_example/)
https://www.reddit.com/r/programming/comments/1m9ufu6/idempotency_in_system_design_full_example/
submitted by /u/trolleid (https://www.reddit.com/user/trolleid)
[link] (https://lukasniessen.medium.com/idempotency-in-system-design-full-example-80e9027e7bea) [comments] (https://www.reddit.com/r/programming/comments/1m9ufu6/idempotency_in_system_design_full_example/)
Perfecting anti-aliasing on signed distance functions
https://www.reddit.com/r/programming/comments/1m9uwjf/perfecting_antialiasing_on_signed_distance/
submitted by /u/Psycollapse (https://www.reddit.com/user/Psycollapse)
[link] (https://blog.pkh.me/p/44-perfecting-anti-aliasing-on-signed-distance-functions.html) [comments] (https://www.reddit.com/r/programming/comments/1m9uwjf/perfecting_antialiasing_on_signed_distance/)
https://www.reddit.com/r/programming/comments/1m9uwjf/perfecting_antialiasing_on_signed_distance/
submitted by /u/Psycollapse (https://www.reddit.com/user/Psycollapse)
[link] (https://blog.pkh.me/p/44-perfecting-anti-aliasing-on-signed-distance-functions.html) [comments] (https://www.reddit.com/r/programming/comments/1m9uwjf/perfecting_antialiasing_on_signed_distance/)
Finding & Fixing Missing Indexes in Under 10 Minutes
https://www.reddit.com/r/programming/comments/1m9w67v/finding_fixing_missing_indexes_in_under_10_minutes/
<!-- SC_OFF -->https://medium.com/@rohansodha10/finding-fixing-missing-indexes-in-under-10-minutes-891dd1289800?sk=5c94e0b05df6342ce94bca4f24fe3ea0 <!-- SC_ON --> submitted by /u/Temporary_Depth_2491 (https://www.reddit.com/user/Temporary_Depth_2491)
[link] (https://medium.com/@rohansodha10/finding-fixing-missing-indexes-in-under-10-minutes-891dd1289800?sk=5c94e0b05df6342ce94bca4f24fe3ea0) [comments] (https://www.reddit.com/r/programming/comments/1m9w67v/finding_fixing_missing_indexes_in_under_10_minutes/)
https://www.reddit.com/r/programming/comments/1m9w67v/finding_fixing_missing_indexes_in_under_10_minutes/
<!-- SC_OFF -->https://medium.com/@rohansodha10/finding-fixing-missing-indexes-in-under-10-minutes-891dd1289800?sk=5c94e0b05df6342ce94bca4f24fe3ea0 <!-- SC_ON --> submitted by /u/Temporary_Depth_2491 (https://www.reddit.com/user/Temporary_Depth_2491)
[link] (https://medium.com/@rohansodha10/finding-fixing-missing-indexes-in-under-10-minutes-891dd1289800?sk=5c94e0b05df6342ce94bca4f24fe3ea0) [comments] (https://www.reddit.com/r/programming/comments/1m9w67v/finding_fixing_missing_indexes_in_under_10_minutes/)
Write “freehold” software
https://www.reddit.com/r/programming/comments/1m9zrem/write_freehold_software/
submitted by /u/LlaroLlethri (https://www.reddit.com/user/LlaroLlethri)
[link] (https://deadbeef.io/freehold_software) [comments] (https://www.reddit.com/r/programming/comments/1m9zrem/write_freehold_software/)
https://www.reddit.com/r/programming/comments/1m9zrem/write_freehold_software/
submitted by /u/LlaroLlethri (https://www.reddit.com/user/LlaroLlethri)
[link] (https://deadbeef.io/freehold_software) [comments] (https://www.reddit.com/r/programming/comments/1m9zrem/write_freehold_software/)
Opening Chrome: A High Level View of CS Concepts
https://www.reddit.com/r/programming/comments/1ma0y80/opening_chrome_a_high_level_view_of_cs_concepts/
<!-- SC_OFF -->One click is all it takes, falling in love with computer systems. <!-- SC_ON --> submitted by /u/Competitive-Hunt-276 (https://www.reddit.com/user/Competitive-Hunt-276)
[link] (https://harsh-doshii.github.io/posts/127-post/) [comments] (https://www.reddit.com/r/programming/comments/1ma0y80/opening_chrome_a_high_level_view_of_cs_concepts/)
https://www.reddit.com/r/programming/comments/1ma0y80/opening_chrome_a_high_level_view_of_cs_concepts/
<!-- SC_OFF -->One click is all it takes, falling in love with computer systems. <!-- SC_ON --> submitted by /u/Competitive-Hunt-276 (https://www.reddit.com/user/Competitive-Hunt-276)
[link] (https://harsh-doshii.github.io/posts/127-post/) [comments] (https://www.reddit.com/r/programming/comments/1ma0y80/opening_chrome_a_high_level_view_of_cs_concepts/)
Machine Learning para Desarrolladores Web
https://www.reddit.com/r/programming/comments/1ma1ikc/machine_learning_para_desarrolladores_web/
submitted by /u/Israelsarmiento5 (https://www.reddit.com/user/Israelsarmiento5)
[link] (https://www.hgaruna.org/blog/machine-learning-par.html) [comments] (https://www.reddit.com/r/programming/comments/1ma1ikc/machine_learning_para_desarrolladores_web/)
https://www.reddit.com/r/programming/comments/1ma1ikc/machine_learning_para_desarrolladores_web/
submitted by /u/Israelsarmiento5 (https://www.reddit.com/user/Israelsarmiento5)
[link] (https://www.hgaruna.org/blog/machine-learning-par.html) [comments] (https://www.reddit.com/r/programming/comments/1ma1ikc/machine_learning_para_desarrolladores_web/)
GraphQL vs REST: Cuándo usar cada uno
https://www.reddit.com/r/programming/comments/1ma1ik5/graphql_vs_rest_cu%C3%A1ndo_usar_cada_uno/
submitted by /u/Israelsarmiento5 (https://www.reddit.com/user/Israelsarmiento5)
[link] (https://www.hgaruna.org/blog/graphql-vs-rest-cund.html) [comments] (https://www.reddit.com/r/programming/comments/1ma1ik5/graphql_vs_rest_cu%C3%A1ndo_usar_cada_uno/)
https://www.reddit.com/r/programming/comments/1ma1ik5/graphql_vs_rest_cu%C3%A1ndo_usar_cada_uno/
submitted by /u/Israelsarmiento5 (https://www.reddit.com/user/Israelsarmiento5)
[link] (https://www.hgaruna.org/blog/graphql-vs-rest-cund.html) [comments] (https://www.reddit.com/r/programming/comments/1ma1ik5/graphql_vs_rest_cu%C3%A1ndo_usar_cada_uno/)
Most Unit Tests Are a Waste of Time, but You Need to Write Them Anyway
https://www.reddit.com/r/programming/comments/1ma1oir/most_unit_tests_are_a_waste_of_time_but_you_need/
submitted by /u/bizzehdee (https://www.reddit.com/user/bizzehdee)
[link] (https://www.darrenhorrocks.co.uk/most-unit-tests-are-waste-time-but-you-need-to-write-them-anyway/) [comments] (https://www.reddit.com/r/programming/comments/1ma1oir/most_unit_tests_are_a_waste_of_time_but_you_need/)
https://www.reddit.com/r/programming/comments/1ma1oir/most_unit_tests_are_a_waste_of_time_but_you_need/
submitted by /u/bizzehdee (https://www.reddit.com/user/bizzehdee)
[link] (https://www.darrenhorrocks.co.uk/most-unit-tests-are-waste-time-but-you-need-to-write-them-anyway/) [comments] (https://www.reddit.com/r/programming/comments/1ma1oir/most_unit_tests_are_a_waste_of_time_but_you_need/)
Introducción
https://www.reddit.com/r/programming/comments/1mahr3a/introducci%C3%B3n/
submitted by /u/Israelsarmiento5 (https://www.reddit.com/user/Israelsarmiento5)
[link] (https://www.hgaruna.org/blog/microservices-arquitectura-distribuida.html) [comments] (https://www.reddit.com/r/programming/comments/1mahr3a/introducci%C3%B3n/)
https://www.reddit.com/r/programming/comments/1mahr3a/introducci%C3%B3n/
submitted by /u/Israelsarmiento5 (https://www.reddit.com/user/Israelsarmiento5)
[link] (https://www.hgaruna.org/blog/microservices-arquitectura-distribuida.html) [comments] (https://www.reddit.com/r/programming/comments/1mahr3a/introducci%C3%B3n/)
I’m a front end developer and I think AI will take my job(if it hasn’t already).
https://www.reddit.com/r/programming/comments/1mahsch/im_a_front_end_developer_and_i_think_ai_will_take/
<!-- SC_OFF -->So recently I have been using ai tools like Claude for my coding work and oh my gods.. It’s crazy good. I don’t know where to start. I have always been a front end girl, even though I have a little backend knowledge but after seeing how good it is I think it’s probably going to happen. What do guys? Yo and why the hell does this sub require a link for ever my post? <!-- SC_ON --> submitted by /u/blvckgirl (https://www.reddit.com/user/blvckgirl)
[link] (https://claude.ai/login?returnTo=%2F%3F) [comments] (https://www.reddit.com/r/programming/comments/1mahsch/im_a_front_end_developer_and_i_think_ai_will_take/)
https://www.reddit.com/r/programming/comments/1mahsch/im_a_front_end_developer_and_i_think_ai_will_take/
<!-- SC_OFF -->So recently I have been using ai tools like Claude for my coding work and oh my gods.. It’s crazy good. I don’t know where to start. I have always been a front end girl, even though I have a little backend knowledge but after seeing how good it is I think it’s probably going to happen. What do guys? Yo and why the hell does this sub require a link for ever my post? <!-- SC_ON --> submitted by /u/blvckgirl (https://www.reddit.com/user/blvckgirl)
[link] (https://claude.ai/login?returnTo=%2F%3F) [comments] (https://www.reddit.com/r/programming/comments/1mahsch/im_a_front_end_developer_and_i_think_ai_will_take/)