Debian in WSL not Ubuntu
https://www.reddit.com/r/programming/comments/1giljkz/debian_in_wsl_not_ubuntu/
submitted by /u/Adam431w (https://www.reddit.com/user/Adam431w)
[link] (https://talepunk.com/tech/debian-in-wsl-not-ubuntu/) [comments] (https://www.reddit.com/r/programming/comments/1giljkz/debian_in_wsl_not_ubuntu/)
https://www.reddit.com/r/programming/comments/1giljkz/debian_in_wsl_not_ubuntu/
submitted by /u/Adam431w (https://www.reddit.com/user/Adam431w)
[link] (https://talepunk.com/tech/debian-in-wsl-not-ubuntu/) [comments] (https://www.reddit.com/r/programming/comments/1giljkz/debian_in_wsl_not_ubuntu/)
5 (Wrong) Regex To Parse Parentheses
https://www.reddit.com/r/programming/comments/1giozwi/5_wrong_regex_to_parse_parentheses/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/paren-regex) [comments] (https://www.reddit.com/r/programming/comments/1giozwi/5_wrong_regex_to_parse_parentheses/)
https://www.reddit.com/r/programming/comments/1giozwi/5_wrong_regex_to_parse_parentheses/
submitted by /u/aartaka (https://www.reddit.com/user/aartaka)
[link] (https://aartaka.me/paren-regex) [comments] (https://www.reddit.com/r/programming/comments/1giozwi/5_wrong_regex_to_parse_parentheses/)
What You Work On >> How Hard You Work
https://www.reddit.com/r/programming/comments/1giqu6g/what_you_work_on_how_hard_you_work/
<!-- SC_OFF -->2 tips on getting promoted fast, from a 28yo Google Staff (IC6) that worked an average of under 40 hours a week: 1) Understand what results the organization cares about most and what work drives the biggest impact 2) Say “no” without causing thrash <!-- SC_ON --> submitted by /u/TechTok_Newsletter (https://www.reddit.com/user/TechTok_Newsletter)
[link] (https://www.developing.dev/p/what-you-work-on-how-hard-you-work) [comments] (https://www.reddit.com/r/programming/comments/1giqu6g/what_you_work_on_how_hard_you_work/)
https://www.reddit.com/r/programming/comments/1giqu6g/what_you_work_on_how_hard_you_work/
<!-- SC_OFF -->2 tips on getting promoted fast, from a 28yo Google Staff (IC6) that worked an average of under 40 hours a week: 1) Understand what results the organization cares about most and what work drives the biggest impact 2) Say “no” without causing thrash <!-- SC_ON --> submitted by /u/TechTok_Newsletter (https://www.reddit.com/user/TechTok_Newsletter)
[link] (https://www.developing.dev/p/what-you-work-on-how-hard-you-work) [comments] (https://www.reddit.com/r/programming/comments/1giqu6g/what_you_work_on_how_hard_you_work/)
5 Lessons I learned the hard way from 10+ years as a software engineer
https://www.reddit.com/r/programming/comments/1giqvp0/5_lessons_i_learned_the_hard_way_from_10_years_as/
submitted by /u/xxjcutlerxx (https://www.reddit.com/user/xxjcutlerxx)
[link] (https://read.highgrowthengineer.com/p/5-lessons-i-learned-the-hard-way-from-10-years) [comments] (https://www.reddit.com/r/programming/comments/1giqvp0/5_lessons_i_learned_the_hard_way_from_10_years_as/)
https://www.reddit.com/r/programming/comments/1giqvp0/5_lessons_i_learned_the_hard_way_from_10_years_as/
submitted by /u/xxjcutlerxx (https://www.reddit.com/user/xxjcutlerxx)
[link] (https://read.highgrowthengineer.com/p/5-lessons-i-learned-the-hard-way-from-10-years) [comments] (https://www.reddit.com/r/programming/comments/1giqvp0/5_lessons_i_learned_the_hard_way_from_10_years_as/)
PR Review Tool - making code reviews way easier (free & open source)
https://www.reddit.com/r/programming/comments/1girqal/pr_review_tool_making_code_reviews_way_easier/
<!-- SC_OFF -->PR Review/description CLI PR Review Tool - making code reviews way easier 💻✨ Yo dev fam! Just built a CLI tool that does all the boring review stuff and writes up PR descriptions automatically. It uses AI to check out your Git diffs, breaks things down, and gives you a solid review or description. Basically, it’s saving me from endless code reviews and awkward explanations in team meetings It’s anything new, but is actually helping me in daily basis. What it does: - Auto Code Reviews – Gives you a quick rundown on issues, best practices, and improvements - Easy PR Descriptions – No more struggling to explain changes; it even makes diagrams 🙌 - Three Modes – Full review, short summary, or just a quick “this is what’s up” option - Clean Diff View – Organizes changes by file so you don’t get lost in the details - Logs Everything – So if something goes wrong, you know exactly where to look To run it, it’s as simple as: - pr-reviewer -b feature/your-branch for a basic review - Or pr-reviewer -b feature/your-branch -m description -t main if you want a detailed PR write-up Bonus: you can totally customize this as much as you want. The only thing you need is an OpenAI API key, and you're good to go. Check it out here: pr-reviewer on npm https://www.npmjs.com/package/pr-reviewer Would love any feedback! Let me know what you think, and feel free to suggest features or changes 🙏n <!-- SC_ON --> submitted by /u/LongjumpingFace4082 (https://www.reddit.com/user/LongjumpingFace4082)
[link] (https://www.npmjs.com/package/pr-reviewer) [comments] (https://www.reddit.com/r/programming/comments/1girqal/pr_review_tool_making_code_reviews_way_easier/)
https://www.reddit.com/r/programming/comments/1girqal/pr_review_tool_making_code_reviews_way_easier/
<!-- SC_OFF -->PR Review/description CLI PR Review Tool - making code reviews way easier 💻✨ Yo dev fam! Just built a CLI tool that does all the boring review stuff and writes up PR descriptions automatically. It uses AI to check out your Git diffs, breaks things down, and gives you a solid review or description. Basically, it’s saving me from endless code reviews and awkward explanations in team meetings It’s anything new, but is actually helping me in daily basis. What it does: - Auto Code Reviews – Gives you a quick rundown on issues, best practices, and improvements - Easy PR Descriptions – No more struggling to explain changes; it even makes diagrams 🙌 - Three Modes – Full review, short summary, or just a quick “this is what’s up” option - Clean Diff View – Organizes changes by file so you don’t get lost in the details - Logs Everything – So if something goes wrong, you know exactly where to look To run it, it’s as simple as: - pr-reviewer -b feature/your-branch for a basic review - Or pr-reviewer -b feature/your-branch -m description -t main if you want a detailed PR write-up Bonus: you can totally customize this as much as you want. The only thing you need is an OpenAI API key, and you're good to go. Check it out here: pr-reviewer on npm https://www.npmjs.com/package/pr-reviewer Would love any feedback! Let me know what you think, and feel free to suggest features or changes 🙏n <!-- SC_ON --> submitted by /u/LongjumpingFace4082 (https://www.reddit.com/user/LongjumpingFace4082)
[link] (https://www.npmjs.com/package/pr-reviewer) [comments] (https://www.reddit.com/r/programming/comments/1girqal/pr_review_tool_making_code_reviews_way_easier/)
Generate ER-Diagram using SQL script - SQL2ER
https://www.reddit.com/r/programming/comments/1gistfe/generate_erdiagram_using_sql_script_sql2er/
submitted by /u/Worldly_Dish_48 (https://www.reddit.com/user/Worldly_Dish_48)
[link] (https://github.com/tusharad/sql2er) [comments] (https://www.reddit.com/r/programming/comments/1gistfe/generate_erdiagram_using_sql_script_sql2er/)
https://www.reddit.com/r/programming/comments/1gistfe/generate_erdiagram_using_sql_script_sql2er/
submitted by /u/Worldly_Dish_48 (https://www.reddit.com/user/Worldly_Dish_48)
[link] (https://github.com/tusharad/sql2er) [comments] (https://www.reddit.com/r/programming/comments/1gistfe/generate_erdiagram_using_sql_script_sql2er/)
Bootstrapping CRUD with Pongo
https://www.reddit.com/r/programming/comments/1git27q/bootstrapping_crud_with_pongo/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://event-driven.io/en/crud_with_pongo/) [comments] (https://www.reddit.com/r/programming/comments/1git27q/bootstrapping_crud_with_pongo/)
https://www.reddit.com/r/programming/comments/1git27q/bootstrapping_crud_with_pongo/
submitted by /u/Adventurous-Salt8514 (https://www.reddit.com/user/Adventurous-Salt8514)
[link] (https://event-driven.io/en/crud_with_pongo/) [comments] (https://www.reddit.com/r/programming/comments/1git27q/bootstrapping_crud_with_pongo/)
120 Dog Breeds, more than 10,000 Images: Deep Learning Tutorial for dogs classification 🐕🦺
https://www.reddit.com/r/programming/comments/1git8nl/120_dog_breeds_more_than_10000_images_deep/
submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://medium.com/p/b0008357e39c) [comments] (https://www.reddit.com/r/programming/comments/1git8nl/120_dog_breeds_more_than_10000_images_deep/)
https://www.reddit.com/r/programming/comments/1git8nl/120_dog_breeds_more_than_10000_images_deep/
submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://medium.com/p/b0008357e39c) [comments] (https://www.reddit.com/r/programming/comments/1git8nl/120_dog_breeds_more_than_10000_images_deep/)
Laravel Under The Hood - A Little Bit of Macros
https://www.reddit.com/r/programming/comments/1giw7kh/laravel_under_the_hood_a_little_bit_of_macros/
submitted by /u/According_Ant_5944 (https://www.reddit.com/user/According_Ant_5944)
[link] (https://blog.oussama-mater.tech/laravel-a-little-bit-of-macros/) [comments] (https://www.reddit.com/r/programming/comments/1giw7kh/laravel_under_the_hood_a_little_bit_of_macros/)
https://www.reddit.com/r/programming/comments/1giw7kh/laravel_under_the_hood_a_little_bit_of_macros/
submitted by /u/According_Ant_5944 (https://www.reddit.com/user/According_Ant_5944)
[link] (https://blog.oussama-mater.tech/laravel-a-little-bit-of-macros/) [comments] (https://www.reddit.com/r/programming/comments/1giw7kh/laravel_under_the_hood_a_little_bit_of_macros/)
I made a 3D Text Editor in React from Scratch
https://www.reddit.com/r/programming/comments/1giwl1h/i_made_a_3d_text_editor_in_react_from_scratch/
submitted by /u/Zestyclose-Ad6874 (https://www.reddit.com/user/Zestyclose-Ad6874)
[link] (https://www.youtube.com/watch?v=HWbdZlhi0WM) [comments] (https://www.reddit.com/r/programming/comments/1giwl1h/i_made_a_3d_text_editor_in_react_from_scratch/)
https://www.reddit.com/r/programming/comments/1giwl1h/i_made_a_3d_text_editor_in_react_from_scratch/
submitted by /u/Zestyclose-Ad6874 (https://www.reddit.com/user/Zestyclose-Ad6874)
[link] (https://www.youtube.com/watch?v=HWbdZlhi0WM) [comments] (https://www.reddit.com/r/programming/comments/1giwl1h/i_made_a_3d_text_editor_in_react_from_scratch/)
In Memory of Stiver
https://www.reddit.com/r/programming/comments/1gj2p6f/in_memory_of_stiver/
<!-- SC_OFF -->On October 20, the original author of the Fernflower Java decompiler, Stiver, passed away after a long fight against glioblastoma. [Not OC] <!-- SC_ON --> submitted by /u/avrtau (https://www.reddit.com/user/avrtau)
[link] (https://blog.jetbrains.com/idea/2024/11/in-memory-of-stiver/) [comments] (https://www.reddit.com/r/programming/comments/1gj2p6f/in_memory_of_stiver/)
https://www.reddit.com/r/programming/comments/1gj2p6f/in_memory_of_stiver/
<!-- SC_OFF -->On October 20, the original author of the Fernflower Java decompiler, Stiver, passed away after a long fight against glioblastoma. [Not OC] <!-- SC_ON --> submitted by /u/avrtau (https://www.reddit.com/user/avrtau)
[link] (https://blog.jetbrains.com/idea/2024/11/in-memory-of-stiver/) [comments] (https://www.reddit.com/r/programming/comments/1gj2p6f/in_memory_of_stiver/)
Auth Wiki - Clear definitions of key glossaries related to authentication, authorization, and identity management.
https://www.reddit.com/r/programming/comments/1gj7kcs/auth_wiki_clear_definitions_of_key_glossaries/
submitted by /u/Suspicious_Market561 (https://www.reddit.com/user/Suspicious_Market561)
[link] (https://auth.wiki/) [comments] (https://www.reddit.com/r/programming/comments/1gj7kcs/auth_wiki_clear_definitions_of_key_glossaries/)
https://www.reddit.com/r/programming/comments/1gj7kcs/auth_wiki_clear_definitions_of_key_glossaries/
submitted by /u/Suspicious_Market561 (https://www.reddit.com/user/Suspicious_Market561)
[link] (https://auth.wiki/) [comments] (https://www.reddit.com/r/programming/comments/1gj7kcs/auth_wiki_clear_definitions_of_key_glossaries/)
How to create a bubble animation with Tailwind CSS and JavaScript
https://www.reddit.com/r/programming/comments/1gja1pb/how_to_create_a_bubble_animation_with_tailwind/
submitted by /u/Michael_andreuzza (https://www.reddit.com/user/Michael_andreuzza)
[link] (https://lexingtonthemes.com/tutorials/how-to-create-a-bubble-animation-with-tailwind-css-and-javascript/) [comments] (https://www.reddit.com/r/programming/comments/1gja1pb/how_to_create_a_bubble_animation_with_tailwind/)
https://www.reddit.com/r/programming/comments/1gja1pb/how_to_create_a_bubble_animation_with_tailwind/
submitted by /u/Michael_andreuzza (https://www.reddit.com/user/Michael_andreuzza)
[link] (https://lexingtonthemes.com/tutorials/how-to-create-a-bubble-animation-with-tailwind-css-and-javascript/) [comments] (https://www.reddit.com/r/programming/comments/1gja1pb/how_to_create_a_bubble_animation_with_tailwind/)
Segmenting Credit Card Customers with K-Means: A Fun Dive into Clustering
https://www.reddit.com/r/programming/comments/1gjaka9/segmenting_credit_card_customers_with_kmeans_a/
submitted by /u/Gordias98 (https://www.reddit.com/user/Gordias98)
[link] (https://medium.com/@med.elhamly/segmenting-credit-card-customers-with-k-means-a-fun-dive-into-clustering-c7d2ed519b55) [comments] (https://www.reddit.com/r/programming/comments/1gjaka9/segmenting_credit_card_customers_with_kmeans_a/)
https://www.reddit.com/r/programming/comments/1gjaka9/segmenting_credit_card_customers_with_kmeans_a/
submitted by /u/Gordias98 (https://www.reddit.com/user/Gordias98)
[link] (https://medium.com/@med.elhamly/segmenting-credit-card-customers-with-k-means-a-fun-dive-into-clustering-c7d2ed519b55) [comments] (https://www.reddit.com/r/programming/comments/1gjaka9/segmenting_credit_card_customers_with_kmeans_a/)
CLI tool to analyze and report TODO comments in JavaScript and TypeScript Git repositories
https://www.reddit.com/r/programming/comments/1gjbvo5/cli_tool_to_analyze_and_report_todo_comments_in/
submitted by /u/azat_io (https://www.reddit.com/user/azat_io)
[link] (https://github.com/azat-io/todoctor) [comments] (https://www.reddit.com/r/programming/comments/1gjbvo5/cli_tool_to_analyze_and_report_todo_comments_in/)
https://www.reddit.com/r/programming/comments/1gjbvo5/cli_tool_to_analyze_and_report_todo_comments_in/
submitted by /u/azat_io (https://www.reddit.com/user/azat_io)
[link] (https://github.com/azat-io/todoctor) [comments] (https://www.reddit.com/r/programming/comments/1gjbvo5/cli_tool_to_analyze_and_report_todo_comments_in/)
tinylangs: programming languages in 50 lines of code
https://www.reddit.com/r/programming/comments/1gjdf7y/tinylangs_programming_languages_in_50_lines_of/
submitted by /u/zserge (https://www.reddit.com/user/zserge)
[link] (https://github.com/zserge/tinylangs/) [comments] (https://www.reddit.com/r/programming/comments/1gjdf7y/tinylangs_programming_languages_in_50_lines_of/)
https://www.reddit.com/r/programming/comments/1gjdf7y/tinylangs_programming_languages_in_50_lines_of/
submitted by /u/zserge (https://www.reddit.com/user/zserge)
[link] (https://github.com/zserge/tinylangs/) [comments] (https://www.reddit.com/r/programming/comments/1gjdf7y/tinylangs_programming_languages_in_50_lines_of/)
Comprehensive Go Web Frameworks Comparison: Gin, Echo, and BeeGo - Vitalii Honchar
https://www.reddit.com/r/programming/comments/1gje119/comprehensive_go_web_frameworks_comparison_gin/
submitted by /u/Historical_Wing_9573 (https://www.reddit.com/user/Historical_Wing_9573)
[link] (https://vitaliihonchar.com/blog/go/web-frameworks-comparison) [comments] (https://www.reddit.com/r/programming/comments/1gje119/comprehensive_go_web_frameworks_comparison_gin/)
https://www.reddit.com/r/programming/comments/1gje119/comprehensive_go_web_frameworks_comparison_gin/
submitted by /u/Historical_Wing_9573 (https://www.reddit.com/user/Historical_Wing_9573)
[link] (https://vitaliihonchar.com/blog/go/web-frameworks-comparison) [comments] (https://www.reddit.com/r/programming/comments/1gje119/comprehensive_go_web_frameworks_comparison_gin/)
A Series of Consecutive Webinars on AI Agents by Industry Leaders
https://www.reddit.com/r/programming/comments/1gjgcio/a_series_of_consecutive_webinars_on_ai_agents_by/
<!-- SC_OFF -->In 10 days from now, and just after the kickoff of our online AgentCraft hackathon in conjunction with LangChain, we’ll be providing extra value for our audience with a free series of 5 short lectures on agents from top industry experts. Find the exact agenda and links in the attached link. enjoy ☺️ <!-- SC_ON --> submitted by /u/Diamant-AI (https://www.reddit.com/user/Diamant-AI)
[link] (https://open.substack.com/pub/diamantai/p/agentcraft-hackathon-kickoff-educational?utm_source=share&utm_medium=android&r=336pe4) [comments] (https://www.reddit.com/r/programming/comments/1gjgcio/a_series_of_consecutive_webinars_on_ai_agents_by/)
https://www.reddit.com/r/programming/comments/1gjgcio/a_series_of_consecutive_webinars_on_ai_agents_by/
<!-- SC_OFF -->In 10 days from now, and just after the kickoff of our online AgentCraft hackathon in conjunction with LangChain, we’ll be providing extra value for our audience with a free series of 5 short lectures on agents from top industry experts. Find the exact agenda and links in the attached link. enjoy ☺️ <!-- SC_ON --> submitted by /u/Diamant-AI (https://www.reddit.com/user/Diamant-AI)
[link] (https://open.substack.com/pub/diamantai/p/agentcraft-hackathon-kickoff-educational?utm_source=share&utm_medium=android&r=336pe4) [comments] (https://www.reddit.com/r/programming/comments/1gjgcio/a_series_of_consecutive_webinars_on_ai_agents_by/)
Cool Math Game [ Console Python ] Beginner made
https://www.reddit.com/r/programming/comments/1gjgdrb/cool_math_game_console_python_beginner_made/
submitted by /u/Hazerrrm (https://www.reddit.com/user/Hazerrrm)
[link] (https://github.com/UndefiendUserNull/Cool-Math-Game) [comments] (https://www.reddit.com/r/programming/comments/1gjgdrb/cool_math_game_console_python_beginner_made/)
https://www.reddit.com/r/programming/comments/1gjgdrb/cool_math_game_console_python_beginner_made/
submitted by /u/Hazerrrm (https://www.reddit.com/user/Hazerrrm)
[link] (https://github.com/UndefiendUserNull/Cool-Math-Game) [comments] (https://www.reddit.com/r/programming/comments/1gjgdrb/cool_math_game_console_python_beginner_made/)
Cramming Solitaire onto a Nintendo E-Reader card
https://www.reddit.com/r/programming/comments/1gjgr5f/cramming_solitaire_onto_a_nintendo_ereader_card/
submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://mattgreer.dev/blog/cramming-solitaire-onto-a-nintendo-ereader-card/) [comments] (https://www.reddit.com/r/programming/comments/1gjgr5f/cramming_solitaire_onto_a_nintendo_ereader_card/)
https://www.reddit.com/r/programming/comments/1gjgr5f/cramming_solitaire_onto_a_nintendo_ereader_card/
submitted by /u/NXGZ (https://www.reddit.com/user/NXGZ)
[link] (https://mattgreer.dev/blog/cramming-solitaire-onto-a-nintendo-ereader-card/) [comments] (https://www.reddit.com/r/programming/comments/1gjgr5f/cramming_solitaire_onto_a_nintendo_ereader_card/)