Hire me
Pooyan Razian

The license risk hiding in your dependency tree

Most teams never check the license of every package they depend on, including the indirect ones pulled in underneath. That is a real risk. Some licenses, like GPL or AGPL, can legally require you to open-source your own product if you use them a certain way. I built Open License Auditor to catch this automatically. It is a GitHub Action that maps every dependency in your repo, direct and indirect,... [read more]

July 18, 2026

The license risk hiding in your dependency tree

Make dependency updates boring again

Dependency updates are one of those things teams keep postponing. Not because they do not care, but because every update feels like a risk. A small version bump can break a build, fail tests, or create unexpected issues in production. That is why I built Update Dependencies, a GitHub Action that keeps dependencies up to date automatically and opens a pull request, gated on your checks passing when... [read more]

July 17, 2026

Make dependency updates boring again

Clean up years of GitHub Actions runs automatically

Every workflow run stays in your Actions history forever, unless you clean it up yourself. After a year or two of CI, that history turns into thousands of runs nobody will ever open again. Scrolling through them to find anything useful becomes painful. That is why I built Prune Old GitHub Actions Runs, a GitHub Action that deletes workflow runs older than a number of days you choose, on a schedule... [read more]

July 16, 2026

Clean up years of GitHub Actions runs automatically

Quiet browsing? Tabby keeps you company

Long stretches in the browser can feel oddly empty. You hop from a recipe blog to your notes, then a news site, and the only company is more tabs. Students grinding through research, remote workers between calls, and anyone who lives in Chrome know that quiet. Tabby is a free, open-source Google Chrome extension I built for that. She is a virtual pet cat who floats on the pages you visit, reacts f... [read more]

July 8, 2026

Quiet browsing? Tabby keeps you company

Forget what you read? Breadcrumb helps

You read a great article about Kubernetes autoscaling in March. In July you remember the idea, but not the URL, the title, or even the exact words. You try Google again and hope you find the same page. Developers, students, and researchers hit this constantly: valuable knowledge disappears into browser history. Breadcrumb is a free, open-source Google Chrome extension I built to fix that. Highligh... [read more]

July 5, 2026

Forget what you read? Breadcrumb helps
per page

The license risk hiding in your dependency tree

Most teams never check the license of every package they depend on, including the indirect ones pulled in underneath. That is a real risk. Some licenses, like GPL or AGPL, can legally require you to open-source your own product if you use them a certain way. I built Open License Auditor to catch this automatically. It is a GitHub Action that maps every dependency in your repo, direct and indirect,... [read more]

July 18, 2026

The license risk hiding in your dependency tree

Make dependency updates boring again

Dependency updates are one of those things teams keep postponing. Not because they do not care, but because every update feels like a risk. A small version bump can break a build, fail tests, or create unexpected issues in production. That is why I built Update Dependencies, a GitHub Action that keeps dependencies up to date automatically and opens a pull request, gated on your checks passing when... [read more]

July 17, 2026

Make dependency updates boring again

Clean up years of GitHub Actions runs automatically

Every workflow run stays in your Actions history forever, unless you clean it up yourself. After a year or two of CI, that history turns into thousands of runs nobody will ever open again. Scrolling through them to find anything useful becomes painful. That is why I built Prune Old GitHub Actions Runs, a GitHub Action that deletes workflow runs older than a number of days you choose, on a schedule... [read more]

July 16, 2026

Clean up years of GitHub Actions runs automatically

Quiet browsing? Tabby keeps you company

Long stretches in the browser can feel oddly empty. You hop from a recipe blog to your notes, then a news site, and the only company is more tabs. Students grinding through research, remote workers between calls, and anyone who lives in Chrome know that quiet. Tabby is a free, open-source Google Chrome extension I built for that. She is a virtual pet cat who floats on the pages you visit, reacts f... [read more]

July 8, 2026

Quiet browsing? Tabby keeps you company

Forget what you read? Breadcrumb helps

You read a great article about Kubernetes autoscaling in March. In July you remember the idea, but not the URL, the title, or even the exact words. You try Google again and hope you find the same page. Developers, students, and researchers hit this constantly: valuable knowledge disappears into browser history. Breadcrumb is a free, open-source Google Chrome extension I built to fix that. Highligh... [read more]

July 5, 2026

Forget what you read? Breadcrumb helps
per page
Copyright © 2026 - pooyan.info