Outer Rim Dispatches
Bounty hunter's field journal about hunting bugs, fixing glitches, and shipping clean code.
-
Automate GitHub Issues with AI and n8n to Get More Time for Coding
Sep 16, 2025 8 min read #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.
-
React 19 Makes Forms Fun Again: A Deep Dive into the New Hooks
Sep 2, 2025 8 min read #webdevelopment#reactA practical look at React 19 form hooks and how they reduce boilerplate for state, validation, errors, and optimistic updates.
-
Code Reviews in a Galaxy Far, Far Away
Mar 17, 2024 6 min read #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 4 min read #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 5 min read #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 9 min read #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 4 min read #development#gitA practical comparison of messy versus clean Git workflows, with tips for using rebase and fixup to keep commit history useful.
-
Remix: Fueling Developers with Gummiberry Juice-Like Power
May 25, 2023 5 min read #web-development#remixWhy Remix feels powerful in practice, from routing and data loading to error handling and full-stack workflows in one framework.