Skip to main content
jayson@portfolio

Jayson Panganiban

QA Engineer

Melbourne, Australia

$ echo $SPECIALIZATIONS

Automation Performance Machine Learning

$ cat about.txt

QA Engineer passionate about breaking things professionally through automation and performance testing. I help teams deliver reliable, high-quality software across multiple industries.

About Me

jayson@portfolio

## Skills

  • - Automation Testing
  • - Framework Development
  • - API Testing
  • - UI Testing
  • - Performance Engineering
  • - Chaos Engineering
  • - Devops Practice
  • - LLM Integration
  • - ML Engineering
Passionate about innovation, AI-driven solutions, and driving quality outcomes through collaborative client partnerships.

> Professional Profile

I'm a specialized QA Engineer with expertise in automation and performance testing. I help teams deliver reliable, high-quality software by creating robust testing frameworks and identifying performance bottlenecks.

With a strong background in quality assurance methodologies and development practices, I'm passionate about improving development workflows and ensuring excellence in software delivery.

I've worked across multiple industries including Fintech, Banking, Insurance, Retail, Travel, Startups, and Crypto.

Technical Skills

  • Python
  • JavaScript
  • TypeScript
  • Playwright
  • Selenium
  • Cypress
  • API Testing
  • RobotFramework
  • Devops
  • LocustIO
  • K6
  • JMeter
  • FastAPI
  • ReactJS

Skills & Expertise

jayson@portfolio
# Programming Languages
Python, JavaScript/TypeScript, Java, Ruby
# Automation Testing
Playwright, Selenium, RobotFramework, Cucumber, Cypress, Specflow, Gauge, Puppeteer, Tosca, Pytest, Jest
# Performance Engineering
LocustIO, JMeter, K6
# DevOps & CI/CD
Jenkins, GitHub Actions, Docker, AWS
# AI / ML Integration
RAG, Langchain, LlamaIndex, OpenAI, Vector DB

> Industry Experience

Financial Services

Payment processing systems, transaction monitoring, SWIFT messaging

Insurance

Quote systems, policy management, claims processing

Retail

Backend and middleware applications for petrol station Point of Sale (POS) systems at Chevron

Travel

Booking systems, reservation management, customer portals

Crypto

Crypto as a service, Non Fungible Tokens (NFT) trading platforms

Professional Background

Senior Consultant - Test Analyst

2022 - Present

Datacom

Currently deployed at IAG working on customer outbound communications systems. Responsible for testing claims, policies, schedules and multi-channel delivery methods including email, fax, print and SMS. Ensuring seamless and accurate customer-facing communications across diverse platforms.

Software Engineer in Automation

2020 - 2022

Planit Testing

Worked as a test automation consultant at ANZ in the payments and messaging department. Developed automated testing solutions for payments processing systems, ensuring transaction integrity and regulatory compliance across financial messaging platforms. Also performed chaos testing to improve system resilience.

Test Engineer

2020 - 2021

PDAX

Worked as a consultant specialized in test automation and performance testing on several crypto projects. Designed and implemented testing strategies for cryptocurrency trading platforms and services within the emerging blockchain technology space.

Test Architect

2015 - 2019

Carlson Wagonlit Travel

Led the automation strategy and implementation for the travel industry vertical, resulting in a 50% reduction in manual testing efforts. Built test automation frameworks and libraries, improving test coverage and maintenance efficiency.

Test Lead

2011 - 2015

Finastra

Led a team of testers responsible for testing and quality assurance of financial software products. Collaborated with cross-functional teams to ensure product quality and meet client requirements.

Projects

A mix of weekend projects that scratched my own itch and fun ideas I couldn't resist building in my spare time.

🚗 FAQ Mate
faq-mate git:(master) ✗ python cli.py chat
🚀 Initializing FAQ Mate...
INFO:faq_mate.rag:Loaded existing index with 852 documents
✅ Ready! Loaded 852 documents
FAQ Mate - Australian Car Insurance Assistant
Ask me anything about car insurance in Australia!
Type 'quit' to exit, 'help' for commands.
You: "What does comprehensive insurance cover?"

> 🚗 FAQ Mate

A RAG (Retrieval-Augmented Generation) chatbot designed to answer frequently asked questions about car insurance in Australia.

FastAPI Pydantic-AI Gradio ChromaDB Llama Index RAG OpenAI
HalfPrice Grocery
backend/ frontend/ docker-compose.yml README.md package.json
Starting servers... 🚀
✓ Frontend running at http://localhost:3000
✓ Backend API running at http://localhost:5000

> HalfPrice Grocery

HalfPrice Grocery is a comprehensive full-stack application that features half-price specials on various products from major Coles and Woolworths. It offers a user-friendly interface for browsing, filtering and searching for deals, as well as saving favorite items for quick access.

ReactJS CRA ExpressJS ChartJS MongoDB Playwright
Philippine ZIP Codes Search
from typing import Dict, List
from fastapi import FastAPI, Query
from phzipcodes import search
app = FastAPI()
@app.get("/search")
async def search_zipcode(query: str = Query(...)) -> Dict:
"""Search zipcodes in the Philippines."""
return search(zip_code=query)

> Philippine ZIP Codes Search

A web application that allows user to find postal codes across the Philippines with ease. From cities to municipalities, provinces, and regions, you can easily find the postal code you need.

TypeScript NextJS TailwindCSS Playwright Web Static phzipcodes
Rephrase
Installed 1 package in 2ms
+ Rephrase==0.1.1

> Rephrase

A command-line tool to rephrase text in different styles using OpenAI's API. It supports various styles like formal, casual, and more, making it easy to generate alternative phrasings for any given text.

Python CLI OpenAI NLP English Taglish