Dispatches about development

  1. Automate GitHub Issues with AI and n8n to Get More Time for Coding

    Sep 16, 2025 #development#automation#github#ai#n8n

    A step-by-step walkthrough for automating GitHub issue triage with n8n and AI so you spend less time on process and more on code.

  2. Code Reviews in a Galaxy Far, Far Away

    Mar 17, 2024 #development

    A Star Wars themed guide to writing clearer, kinder, and more actionable code review comments that teams can actually use.

  3. How Automation Saved Me from Oops Moments: Never Skip Tests in Production Again!

    Jan 28, 2024 #development#automation#github#githubactions

    How to prevent forgotten .only tests with a pre-commit hook and GitHub Action, using practical automation that catches mistakes early.

  4. Copilot: Weapon For Laid Back Developers

    Nov 12, 2023 #development#ai

    Real-world GitHub Copilot workflows that boost developer productivity, from smarter autocomplete to code explanations and debugging help.

  5. Level up: 10 Tips for Writing Better Code

    Jul 3, 2023 #development

    Ten practical clean code habits that improve readability, maintainability, and teamwork for developers at any experience level.

  6. Git Battle: YOLO Mode vs. Clean History

    Jun 11, 2023 #development#git

    A practical comparison of messy versus clean Git workflows, with tips for using rebase and fixup to keep commit history useful.