Outer Rim Dispatches

Bounty hunter's field journal about hunting bugs, fixing glitches, and shipping clean code.

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

    Sep 16, 2025 8 min read #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. React 19 Makes Forms Fun Again: A Deep Dive into the New Hooks

    Sep 2, 2025 8 min read #webdevelopment#react

    A practical look at React 19 form hooks and how they reduce boilerplate for state, validation, errors, and optimistic updates.

  3. Code Reviews in a Galaxy Far, Far Away

    Mar 17, 2024 6 min read #development

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

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

    Jan 28, 2024 4 min read #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.

  5. Copilot: Weapon For Laid Back Developers

    Nov 12, 2023 5 min read #development#ai

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

  6. Level up: 10 Tips for Writing Better Code

    Jul 3, 2023 9 min read #development

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

  7. Git Battle: YOLO Mode vs. Clean History

    Jun 11, 2023 4 min read #development#git

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

  8. Remix: Fueling Developers with Gummiberry Juice-Like Power

    May 25, 2023 5 min read #web-development#remix

    Why Remix feels powerful in practice, from routing and data loading to error handling and full-stack workflows in one framework.