Developer Tools & Resources

Welcome to the Tools section — a curated collection of scripts, utilities, and small projects I’ve built or open-sourced. These tools are meant to solve common problems, spark ideas, and help streamline your workflow.

Most of what you’ll find here is lightweight, focused, and practical — ranging from deployment helpers and automation scripts to configuration samples and project templates. Some are built from scratch, others are experiments that turned out useful enough to share.

You’re free to use, fork, adapt, or just study them. Each tool links to its GitHub repo with setup details and usage notes.

xListCleaner

Clean and verify link lists generated by SEO tools — fast. xListCleaner is a Python-based utility designed to help digital marketers and SEO professionals validate large lists of URLs. It checks whether the URLs are live and whether they contain backlinks to your...

Hugo Deploy Manager

Hugo Deploy Manager is a lightweight Python tool designed to automate FTP deployments for multiple Hugo sites. Instead of managing deploy scripts manually for each site, this utility centralizes the process using simple YAML configuration files. It solves the common...