Projects

Three things I've built or kept building. A test automation framework in production, an educational blockchain I wrote to learn the primitives, and this site — its own test subject.

Projects

2023 — Present team [PROD]

Enterprise Test Automation Framework

Sagacity Software / Lynked Inc

The framework I built and grew at Sagacity. Started as a Selenium WebDriver sanity suite; now a layered UI + REST stack with shared DB-backed fixtures, Allure reporting, and Dockerized runs.

1 → 5
suites in production
Selenium + REST
layered
HikariCP
DB fixtures
// IMPACT
  • First automation suite at the company — became the foundation every later suite plugs into.
  • Layered REST API framework caught 15+ critical pre-prod bugs.
  • Go/no-go decision latency: 4h → 15m with Allure reporting.
// BUILT_WITH

Java Selenium WebDriver TestNG REST Assured Allure HikariCP Docker

→ role context on /work#sagacity-specialist

2020 personal [ARCHIVED]

Simple Blockchain

Java · learning project

A PoW-style blockchain I wrote end-to-end in Java to understand the primitives — chain, blocks, signed UTXO transactions, wallets, and the hashing layer that ties them together.

7
core classes
100%
Java
SHA-256
hashing
// IMPACT
  • Built the full primitive set: Block, Wallet, Transaction (UTXO in/out), StringUtil hashing.
  • Signed transactions with public/private key pairs — no library doing the cryptography for me.
  • Self-contained — runs without external services.
// BUILT_WITH

Java ECDSA SHA-256

→ source on github.com/InderParhar/Simple_BChain

2026 — Present personal [LIVE]

inderparhar.com

this site

You're on it. Self-hosted on an Ubuntu home server behind Cloudflare Tunnel. Every push runs the Playwright suite, axe-core scans, and Lighthouse budgets on a self-hosted runner — nothing ships red.

Astro
static build
self-hosted
runner + nginx
blue-green
symlink deploy
// IMPACT
  • Site is its own test subject — same QA discipline I'd apply at work.
  • Lighthouse budgets (Perf ≥95, A11y = 100, BP ≥95, SEO ≥95) enforced as a build gate.
  • axe-core a11y scan on every page, WCAG 2.1 AA.
// BUILT_WITH

Astro Tailwind Playwright Java GitHub Actions nginx Cloudflare Tunnel

→ live pipeline on /quality