@sup3x
Kerim.
Building developer tools that solve real problems — load testing, environment management, and Git visualization. All open source, all on npm.
> cat about.md
Hey, I'm Kerim — I build CLI tools that solve real developer problems.
I focus on creating developer tools that are practical and well-tested. My projects include an API load tester, an environment file manager, and a Git history visualizer — all published on npm and open source.
Every project ships with comprehensive test suites, CI pipelines, and proper documentation. I care about clean terminal output, zero-config defaults, and tools that just work.
Projects
3$ ls ~/projects --sort=recent
Tech Stack
$ cat package.json | jq '.devDependencies'
TypeScript
Primary language — strict mode, type-safe CLI tools
Node.js
Runtime for all CLI tools — streams, child processes, fs operations
npm Publishing
All 3 projects published as npm packages — global CLI installs
CLI Development
Commander, chalk, progress bars — beautiful terminal interfaces
Testing
Vitest test suites with high coverage — 159+ tests across projects
CI/CD
GitHub Actions pipelines — multi-OS, multi-Node version matrices
Developer Tooling
Building practical tools that solve real developer pain points
Open Source
All projects MIT licensed — open to contributions and collaboration
$ echo "hello world"
hello world
Let's connect
Open to collaborations, interesting projects, and conversations about tech. Feel free to reach out.
$ echo "Thanks for visiting!"
Thanks for visiting!
$ exit 0