Skip to content
/skills

What I work with

Everything here is something I've used on a real project — the platform I run, the clinic app I built during my internship, or my capstone.

Frontend

What the user touches

  • React
  • JavaScript (ES6+)
  • HTML5
  • CSS3
  • Tailwind CSS
  • shadcn/ui
  • EJS
  • Responsive layout

Backend

APIs and application logic

  • Node.js
  • Express
  • Django
  • Python
  • PHP
  • Laravel
  • REST APIs
  • WebSockets
  • LLM & Whisper APIs
  • Token-based auth

Databases

Schema design and queries

  • PostgreSQL
  • MySQL
  • MongoDB
  • SQLite
  • Prisma
  • Schema design
Core strength

QA & Testing

2+ years on a live platform

  • Postman
  • curl
  • Fiddler
  • API regression passes
  • Test case writing
  • HTTP debugging
  • Bug reporting

Infrastructure

Local stacks and live servers

  • Linux server administration
  • Nginx
  • Docker
  • Redis
  • XAMPP
  • VPS deployment
  • Uptime monitoring

Workflow

How I work with a team

  • Git / GitLab
  • Code review
  • Technical documentation
  • AI-assisted development
/skills/qa

How I test

PandaAuth is my own platform, so QA has never been someone else's job. Two years of release passes taught me to treat the API as the contract: check the happy path, then break it on purpose.

01 Postman

Collections per endpoint covering valid requests, expired licenses, missing fields, and wrong roles. Run before every deploy.

02 curl

Quick one-off probes from the server itself — malformed payloads, bad headers, unauthenticated calls, and status-code checks.

03 Fiddler

Capture live traffic, inspect real request and response pairs, then replay and tamper with them to confirm validation actually holds.

Two years of this on PandaAuth — a platform where a bad release means a real user can't log in.

QA Analyst · 2+ years
/learning

Currently learning

My testing so far has been hands-on and manual. The next step is making it automatic, so the suite runs without me.

  • Automated API testing with Jest and Supertest
  • End-to-end testing with Playwright
  • TypeScript for larger React codebases
  • CI pipelines that run the test suite on every push

Need something not on this list?

Tell me what your stack looks like — I pick things up quickly and I'll say so honestly if I haven't used it yet.