███████╗████████╗██╗ ██╗ █████╗ ███╗ ██╗ ██╔════╝╚══██╔══╝██║ ██║██╔══██╗████╗ ██║ █████╗ ██║ ███████║███████║██╔██╗ ██║ ██╔══╝ ██║ ██╔══██║██╔══██║██║╚██╗██║ ███████╗ ██║ ██║ ██║██║ ██║██║ ╚████║ ╚══════╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝
ethan@portfolio
~/
$ whoami
→ Ethan Jamieson — QA Automation Software Engineer
ethan@portfolio
~/
$ cat intro.txt
Hardworking and reliable QA automation engineer with strong
ability in Swift and XCTest automation. Offering clean POM's
and efficient frameworks. Highly organized, proactive, and
punctual with a team-oriented mentality.
ability in Swift and XCTest automation. Offering clean POM's
and efficient frameworks. Highly organized, proactive, and
punctual with a team-oriented mentality.
ethan@portfolio
~/
$ ls -la
drwxr-xr-x README.md
drwxr-xr-x skills.config
drwxr-xr-x experience.swift
drwxr-xr-x education.java
drwxr-xr-x contact.sh
drwxr-xr-x skills.config
drwxr-xr-x experience.swift
drwxr-xr-x education.java
drwxr-xr-x contact.sh
ethan@portfolio
~/
$
↑ Click on the files in the sidebar or tabs above to explore ↑
ethan-jamieson / README.md
1# Ethan Jamieson
2
3## About Me
4
5Software dev, part time home lab IT systems administrator based in Phoenix, AZ.
6I build clean Page Object Models and efficient testing
7frameworks in Swift with XCTest.
6I build servers, gaming computers and friendships...
8
9## Quick Facts
10
11📍 Phoenix, United States
12🏢 Currently at Apple — Product Zone Expert
13🎓 B.A. Computer Science — Arizona State University
14🎾 Former Varsity Tennis player — Desert Vista High School
15🎮 Built a multiplayer 2D game engine in Java
16
17## Strengths
18
19- Quick learner, highly adaptable
20- Self-reliant problem solver
21- Team-oriented communicator
22- Detail-obsessed in testing & code quality
ethan-jamieson / skills.config
1# ─── Languages ──────────────────────────
2
3# ─── Frameworks & Tools ─────────────────
4
5testing = ["XCTest", "Unit Testing", "Regression Testing"]
6methods = ["Black Box Testing", "Page Object Model"]
7vcs = ["Git CLI", "BitBucket"]
8
9# ─── Specialties ───────────────────────
10
Automated Testing
Manual Testing
Test Plans
Bug Tracking
Script Design
Test Frameworks
Documentation
iOS Development
Test Analysis
ethan-jamieson / experience.swift
1// experience.swift — Professional History
2import Career
3
QA Automation Software Engineer CE
Apple
Apr 2022 — Nov 2022
→ Tested and designed internal functions for iOS
→ Used XCTest to validate internal functions and new features pre-launch
→ Created and optimized automated testing tools for repetitive tasks
→ Built independent test frameworks and solutions for team use
→ Completed unit and regression tests on software modules
→ Produced test scripts for automated testing rounds
→ Worked with Git CLI, BitBucket and other VCS tools
→ Used XCTest to validate internal functions and new features pre-launch
→ Created and optimized automated testing tools for repetitive tasks
→ Built independent test frameworks and solutions for team use
→ Completed unit and regression tests on software modules
→ Produced test scripts for automated testing rounds
→ Worked with Git CLI, BitBucket and other VCS tools
Product Zone Expert
Apple
Nov 2020 — Present
→ Maintained consistently high NPS scores
→ Proactive coach and floor leader
→ Collaborated with experts, managers and store leaders on sales goals
→ Delivered targeted feedback to improve team performance
→ Proactive coach and floor leader
→ Collaborated with experts, managers and store leaders on sales goals
→ Delivered targeted feedback to improve team performance
Sales Specialist
Apple
Feb 2019 — Oct 2020
→ Educated customers on product features and technical details
→ Diagnosed hardware and software issues on the spot
→ Researched competitors and market trends
→ Diagnosed hardware and software issues on the spot
→ Researched competitors and market trends
Server
Red Robin
Jun 2017 — Feb 2021
→ Operated POS systems and managed customer service
→ Trained new employees on procedures
→ Trained new employees on procedures
Shift Leader
Rudy's Bar-B-Que
Sep 2016 — Nov 2017
→ Delegated tasks and monitored team activities
→ Managed cash handling and compliance standards
→ Managed cash handling and compliance standards
ethan-jamieson / education.java
1// education.java — Academic Background
2package ethan.jamieson;
3
4public class Education {
5
6 Degree[] degrees = {
7
B.A. Computer Science
Ira A. Fulton Schools of Engineering, Arizona State University
Expected Jan 2027
Associate of Arts — Liberal Arts & Sciences
Rio Salado College
Jan 2020
Associate's Degree — General Studies
Rio Salado College
Jan 2018
High School Diploma
Desert Vista High School — Phoenix, AZ
Jan 2016
8 };
9
10 // Notable achievements
11 String[] highlights = {
12 "Varsity Tennis player 2013-2015",
13 "Built a multiplayer 2D game engine in Java"
14 };
15}
ethan-jamieson / contact.sh
1#!/bin/bash
2# ─── Contact Information ────────────────
3
4EMAIL="ethanryanjamieson@gmail.com"
5PHONE="602-689-1264"
6LOCATION="Phoenix, United States"
7
8# ─── Get in Touch ──────────────────────
9
ethan@portfolio
~/contact
$ echo "Thanks for visiting!"
Thanks for visiting!
ethan@portfolio
~/contact
$ echo "Open to new opportunities"
Open to new opportunities
ethan@portfolio
~/contact
$