Dispatches about development
-
Automate GitHub Issues with AI and n8n to Get More Time for Coding
Sep 16, 2025 #development#automation#github#ai#n8nA step-by-step walkthrough for automating GitHub issue triage with n8n and AI so you spend less time on process and more on code.
-
Code Reviews in a Galaxy Far, Far Away
Mar 17, 2024 #developmentA Star Wars themed guide to writing clearer, kinder, and more actionable code review comments that teams can actually use.
-
How Automation Saved Me from Oops Moments: Never Skip Tests in Production Again!
Jan 28, 2024 #development#automation#github#githubactionsHow to prevent forgotten .only tests with a pre-commit hook and GitHub Action, using practical automation that catches mistakes early.
-
Copilot: Weapon For Laid Back Developers
Nov 12, 2023 #development#aiReal-world GitHub Copilot workflows that boost developer productivity, from smarter autocomplete to code explanations and debugging help.
-
Level up: 10 Tips for Writing Better Code
Jul 3, 2023 #developmentTen practical clean code habits that improve readability, maintainability, and teamwork for developers at any experience level.
-
Git Battle: YOLO Mode vs. Clean History
Jun 11, 2023 #development#gitA practical comparison of messy versus clean Git workflows, with tips for using rebase and fixup to keep commit history useful.