What is CoroutineContext and how does it work?
https://www.reddit.com/r/programming/comments/pb7ftd/what_is_coroutinecontext_and_how_does_it_work/
submitted by /u/KatarzynaSygula (https://www.reddit.com/user/KatarzynaSygula)
[link] (https://kt.academy/article/cc-coroutine-context) [comments] (https://www.reddit.com/r/programming/comments/pb7ftd/what_is_coroutinecontext_and_how_does_it_work/)
https://www.reddit.com/r/programming/comments/pb7ftd/what_is_coroutinecontext_and_how_does_it_work/
submitted by /u/KatarzynaSygula (https://www.reddit.com/user/KatarzynaSygula)
[link] (https://kt.academy/article/cc-coroutine-context) [comments] (https://www.reddit.com/r/programming/comments/pb7ftd/what_is_coroutinecontext_and_how_does_it_work/)
Seven 10-liner Custom React Hooks For Making A Lot Of Tasks Easier
https://www.reddit.com/r/programming/comments/pb86fd/seven_10liner_custom_react_hooks_for_making_a_lot/
submitted by /u/haseeb99 (https://www.reddit.com/user/haseeb99)
[link] (https://betterprogramming.pub/7-custom-react-hooks-you-probably-need-in-your-project-12f86216df94) [comments] (https://www.reddit.com/r/programming/comments/pb86fd/seven_10liner_custom_react_hooks_for_making_a_lot/)
https://www.reddit.com/r/programming/comments/pb86fd/seven_10liner_custom_react_hooks_for_making_a_lot/
submitted by /u/haseeb99 (https://www.reddit.com/user/haseeb99)
[link] (https://betterprogramming.pub/7-custom-react-hooks-you-probably-need-in-your-project-12f86216df94) [comments] (https://www.reddit.com/r/programming/comments/pb86fd/seven_10liner_custom_react_hooks_for_making_a_lot/)
TLA+: Viewed from 40,000 Feet and Ground Level
https://www.reddit.com/r/programming/comments/pb8atp/tla_viewed_from_40000_feet_and_ground_level/
submitted by /u/pron98 (https://www.reddit.com/user/pron98)
[link] (https://youtu.be/Ocxczi-CvRQ) [comments] (https://www.reddit.com/r/programming/comments/pb8atp/tla_viewed_from_40000_feet_and_ground_level/)
https://www.reddit.com/r/programming/comments/pb8atp/tla_viewed_from_40000_feet_and_ground_level/
submitted by /u/pron98 (https://www.reddit.com/user/pron98)
[link] (https://youtu.be/Ocxczi-CvRQ) [comments] (https://www.reddit.com/r/programming/comments/pb8atp/tla_viewed_from_40000_feet_and_ground_level/)
Containers orchestration guide
https://www.reddit.com/r/programming/comments/pb8zpf/containers_orchestration_guide/
submitted by /u/bitter-cognac (https://www.reddit.com/user/bitter-cognac)
[link] (https://piotrzan.medium.com/how-to-be-a-devops-maestro-containers-orchestration-guide-b2cf884eaed1?source=friends_link&sk=37acd96ef2334720e1a59c0cf41e7d5b) [comments] (https://www.reddit.com/r/programming/comments/pb8zpf/containers_orchestration_guide/)
https://www.reddit.com/r/programming/comments/pb8zpf/containers_orchestration_guide/
submitted by /u/bitter-cognac (https://www.reddit.com/user/bitter-cognac)
[link] (https://piotrzan.medium.com/how-to-be-a-devops-maestro-containers-orchestration-guide-b2cf884eaed1?source=friends_link&sk=37acd96ef2334720e1a59c0cf41e7d5b) [comments] (https://www.reddit.com/r/programming/comments/pb8zpf/containers_orchestration_guide/)
Automated Fortune Cookies for Twitter
https://www.reddit.com/r/programming/comments/pb98pa/automated_fortune_cookies_for_twitter/
submitted by /u/esser50k (https://www.reddit.com/user/esser50k)
[link] (https://github.com/Esser50K/TwitterFortune) [comments] (https://www.reddit.com/r/programming/comments/pb98pa/automated_fortune_cookies_for_twitter/)
https://www.reddit.com/r/programming/comments/pb98pa/automated_fortune_cookies_for_twitter/
submitted by /u/esser50k (https://www.reddit.com/user/esser50k)
[link] (https://github.com/Esser50K/TwitterFortune) [comments] (https://www.reddit.com/r/programming/comments/pb98pa/automated_fortune_cookies_for_twitter/)
JavaScript Switch Statement
https://www.reddit.com/r/programming/comments/pba5k5/javascript_switch_statement/
submitted by /u/worldstreamseo (https://www.reddit.com/user/worldstreamseo)
[link] (https://news.google.com/articles/CAIiENrq0XGa0hSZFdiWX0J-FA4qGQgEKhAIACoHCAowz4miCzCSlLoDMPnUiwc) [comments] (https://www.reddit.com/r/programming/comments/pba5k5/javascript_switch_statement/)
https://www.reddit.com/r/programming/comments/pba5k5/javascript_switch_statement/
submitted by /u/worldstreamseo (https://www.reddit.com/user/worldstreamseo)
[link] (https://news.google.com/articles/CAIiENrq0XGa0hSZFdiWX0J-FA4qGQgEKhAIACoHCAowz4miCzCSlLoDMPnUiwc) [comments] (https://www.reddit.com/r/programming/comments/pba5k5/javascript_switch_statement/)
Vulnerability in Bumble dating app reveals any user's exact location
https://www.reddit.com/r/programming/comments/pbbllw/vulnerability_in_bumble_dating_app_reveals_any/
submitted by /u/genericlemon24 (https://www.reddit.com/user/genericlemon24)
[link] (https://robertheaton.com/bumble-vulnerability/) [comments] (https://www.reddit.com/r/programming/comments/pbbllw/vulnerability_in_bumble_dating_app_reveals_any/)
https://www.reddit.com/r/programming/comments/pbbllw/vulnerability_in_bumble_dating_app_reveals_any/
submitted by /u/genericlemon24 (https://www.reddit.com/user/genericlemon24)
[link] (https://robertheaton.com/bumble-vulnerability/) [comments] (https://www.reddit.com/r/programming/comments/pbbllw/vulnerability_in_bumble_dating_app_reveals_any/)
Write an SQL query builder in 150 lines of Python!
https://www.reddit.com/r/programming/comments/pbc457/write_an_sql_query_builder_in_150_lines_of_python/
submitted by /u/genericlemon24 (https://www.reddit.com/user/genericlemon24)
[link] (https://death.andgravity.com/query-builder-how) [comments] (https://www.reddit.com/r/programming/comments/pbc457/write_an_sql_query_builder_in_150_lines_of_python/)
https://www.reddit.com/r/programming/comments/pbc457/write_an_sql_query_builder_in_150_lines_of_python/
submitted by /u/genericlemon24 (https://www.reddit.com/user/genericlemon24)
[link] (https://death.andgravity.com/query-builder-how) [comments] (https://www.reddit.com/r/programming/comments/pbc457/write_an_sql_query_builder_in_150_lines_of_python/)
Comparison of Project Management Methodologies
https://www.reddit.com/r/programming/comments/pbc51r/comparison_of_project_management_methodologies/
submitted by /u/cosmicwatch (https://www.reddit.com/user/cosmicwatch)
[link] (https://www.decipherzone.com/blog-detail/project-management-methodology) [comments] (https://www.reddit.com/r/programming/comments/pbc51r/comparison_of_project_management_methodologies/)
https://www.reddit.com/r/programming/comments/pbc51r/comparison_of_project_management_methodologies/
submitted by /u/cosmicwatch (https://www.reddit.com/user/cosmicwatch)
[link] (https://www.decipherzone.com/blog-detail/project-management-methodology) [comments] (https://www.reddit.com/r/programming/comments/pbc51r/comparison_of_project_management_methodologies/)
Should we stick to old patterns or sacrifice consistency?
https://www.reddit.com/r/programming/comments/pbc5yz/should_we_stick_to_old_patterns_or_sacrifice/
submitted by /u/nicoespeon (https://www.reddit.com/user/nicoespeon)
[link] (https://understandlegacycode.com/blog/consistency-or-progress/) [comments] (https://www.reddit.com/r/programming/comments/pbc5yz/should_we_stick_to_old_patterns_or_sacrifice/)
https://www.reddit.com/r/programming/comments/pbc5yz/should_we_stick_to_old_patterns_or_sacrifice/
submitted by /u/nicoespeon (https://www.reddit.com/user/nicoespeon)
[link] (https://understandlegacycode.com/blog/consistency-or-progress/) [comments] (https://www.reddit.com/r/programming/comments/pbc5yz/should_we_stick_to_old_patterns_or_sacrifice/)
Let’s talk about variables in JavaScript — A short story about types, memory management, scope, and extent of variables in web development.
https://www.reddit.com/r/programming/comments/pbfkcm/lets_talk_about_variables_in_javascript_a_short/
submitted by /u/mchl-reddit (https://www.reddit.com/user/mchl-reddit)
[link] (https://pragmaticreview.com/lets-talk-about-variables-in-javascript/) [comments] (https://www.reddit.com/r/programming/comments/pbfkcm/lets_talk_about_variables_in_javascript_a_short/)
https://www.reddit.com/r/programming/comments/pbfkcm/lets_talk_about_variables_in_javascript_a_short/
submitted by /u/mchl-reddit (https://www.reddit.com/user/mchl-reddit)
[link] (https://pragmaticreview.com/lets-talk-about-variables-in-javascript/) [comments] (https://www.reddit.com/r/programming/comments/pbfkcm/lets_talk_about_variables_in_javascript_a_short/)
Prioritizing Tasks for Programmers - 1 minute review
https://www.reddit.com/r/programming/comments/pbgy2h/prioritizing_tasks_for_programmers_1_minute_review/
submitted by /u/A_Sherminator (https://www.reddit.com/user/A_Sherminator)
[link] (https://youtu.be/STzhZtJYa_k) [comments] (https://www.reddit.com/r/programming/comments/pbgy2h/prioritizing_tasks_for_programmers_1_minute_review/)
https://www.reddit.com/r/programming/comments/pbgy2h/prioritizing_tasks_for_programmers_1_minute_review/
submitted by /u/A_Sherminator (https://www.reddit.com/user/A_Sherminator)
[link] (https://youtu.be/STzhZtJYa_k) [comments] (https://www.reddit.com/r/programming/comments/pbgy2h/prioritizing_tasks_for_programmers_1_minute_review/)
Real-world String Comparison
https://www.reddit.com/r/programming/comments/pbh722/realworld_string_comparison/
submitted by /u/lattakia (https://www.reddit.com/user/lattakia)
[link] (https://queue.acm.org/detail.cfm?id=3478522) [comments] (https://www.reddit.com/r/programming/comments/pbh722/realworld_string_comparison/)
https://www.reddit.com/r/programming/comments/pbh722/realworld_string_comparison/
submitted by /u/lattakia (https://www.reddit.com/user/lattakia)
[link] (https://queue.acm.org/detail.cfm?id=3478522) [comments] (https://www.reddit.com/r/programming/comments/pbh722/realworld_string_comparison/)
I made a bot with the Python library PyAutoGui that blocks instagram accounts with annoying keywords. After that I review the frequency of annoying accounts over time and the ratios of how many times a keyword was found over time!
https://www.reddit.com/r/programming/comments/pbhxkv/i_made_a_bot_with_the_python_library_pyautogui/
submitted by /u/tubbdoose (https://www.reddit.com/user/tubbdoose)
[link] (https://youtu.be/YvRz5wD7-Yo) [comments] (https://www.reddit.com/r/programming/comments/pbhxkv/i_made_a_bot_with_the_python_library_pyautogui/)
https://www.reddit.com/r/programming/comments/pbhxkv/i_made_a_bot_with_the_python_library_pyautogui/
submitted by /u/tubbdoose (https://www.reddit.com/user/tubbdoose)
[link] (https://youtu.be/YvRz5wD7-Yo) [comments] (https://www.reddit.com/r/programming/comments/pbhxkv/i_made_a_bot_with_the_python_library_pyautogui/)
Sidemenu in WPF
https://www.reddit.com/r/programming/comments/pbjdt9/sidemenu_in_wpf/
submitted by /u/IllustrationExpo (https://www.reddit.com/user/IllustrationExpo)
[link] (https://youtu.be/z7TGsTgH15g) [comments] (https://www.reddit.com/r/programming/comments/pbjdt9/sidemenu_in_wpf/)
https://www.reddit.com/r/programming/comments/pbjdt9/sidemenu_in_wpf/
submitted by /u/IllustrationExpo (https://www.reddit.com/user/IllustrationExpo)
[link] (https://youtu.be/z7TGsTgH15g) [comments] (https://www.reddit.com/r/programming/comments/pbjdt9/sidemenu_in_wpf/)
Essence the metaphysical ground of logic and language: a reason for the bankruptcy of logic, the stultification of reason and the meaninglessness of all views
https://www.reddit.com/r/programming/comments/pblqru/essence_the_metaphysical_ground_of_logic_and/
submitted by /u/qiling (https://www.reddit.com/user/qiling)
[link] (http://gamahucherpress.yellowgum.com/books/philosophy/essence.pdf) [comments] (https://www.reddit.com/r/programming/comments/pblqru/essence_the_metaphysical_ground_of_logic_and/)
https://www.reddit.com/r/programming/comments/pblqru/essence_the_metaphysical_ground_of_logic_and/
submitted by /u/qiling (https://www.reddit.com/user/qiling)
[link] (http://gamahucherpress.yellowgum.com/books/philosophy/essence.pdf) [comments] (https://www.reddit.com/r/programming/comments/pblqru/essence_the_metaphysical_ground_of_logic_and/)
Will Low-Code Development Lead to Security Problems and Data Breaches?
https://www.reddit.com/r/programming/comments/pblrw0/will_lowcode_development_lead_to_security/
submitted by /u/DynamicsHosk (https://www.reddit.com/user/DynamicsHosk)
[link] (https://thehosk.medium.com/will-low-code-development-lead-to-security-problems-and-data-breaches-83a9375d4087) [comments] (https://www.reddit.com/r/programming/comments/pblrw0/will_lowcode_development_lead_to_security/)
https://www.reddit.com/r/programming/comments/pblrw0/will_lowcode_development_lead_to_security/
submitted by /u/DynamicsHosk (https://www.reddit.com/user/DynamicsHosk)
[link] (https://thehosk.medium.com/will-low-code-development-lead-to-security-problems-and-data-breaches-83a9375d4087) [comments] (https://www.reddit.com/r/programming/comments/pblrw0/will_lowcode_development_lead_to_security/)
I created a Discord bot that directly integrates an AI (GPT-J) into text chat!
https://www.reddit.com/r/programming/comments/pbnen0/i_created_a_discord_bot_that_directly_integrates/
submitted by /u/_Mike_0 (https://www.reddit.com/user/_Mike_0)
[link] (https://discordbotlist.com/bots/the-almanac) [comments] (https://www.reddit.com/r/programming/comments/pbnen0/i_created_a_discord_bot_that_directly_integrates/)
https://www.reddit.com/r/programming/comments/pbnen0/i_created_a_discord_bot_that_directly_integrates/
submitted by /u/_Mike_0 (https://www.reddit.com/user/_Mike_0)
[link] (https://discordbotlist.com/bots/the-almanac) [comments] (https://www.reddit.com/r/programming/comments/pbnen0/i_created_a_discord_bot_that_directly_integrates/)
ConnectMe: everything you need for fast communication via WebSocket
https://www.reddit.com/r/programming/comments/pbo77s/connectme_everything_you_need_for_fast/
submitted by /u/MrSheogorath (https://www.reddit.com/user/MrSheogorath)
[link] (https://pub.dev/packages/connectme) [comments] (https://www.reddit.com/r/programming/comments/pbo77s/connectme_everything_you_need_for_fast/)
https://www.reddit.com/r/programming/comments/pbo77s/connectme_everything_you_need_for_fast/
submitted by /u/MrSheogorath (https://www.reddit.com/user/MrSheogorath)
[link] (https://pub.dev/packages/connectme) [comments] (https://www.reddit.com/r/programming/comments/pbo77s/connectme_everything_you_need_for_fast/)
1 Month of Tabnine AI Pro for Free ( New users only, But you can create a new account too )
https://www.reddit.com/r/programming/comments/pbqty8/1_month_of_tabnine_ai_pro_for_free_new_users_only/
submitted by /u/amyazdani (https://www.reddit.com/user/amyazdani)
[link] (https://tab9.in/y10ym) [comments] (https://www.reddit.com/r/programming/comments/pbqty8/1_month_of_tabnine_ai_pro_for_free_new_users_only/)
https://www.reddit.com/r/programming/comments/pbqty8/1_month_of_tabnine_ai_pro_for_free_new_users_only/
submitted by /u/amyazdani (https://www.reddit.com/user/amyazdani)
[link] (https://tab9.in/y10ym) [comments] (https://www.reddit.com/r/programming/comments/pbqty8/1_month_of_tabnine_ai_pro_for_free_new_users_only/)