Skip to content

Instantly share code, notes, and snippets.

@aptrinh
Last active February 5, 2024 15:39
Show Gist options
  • Save aptrinh/d1b4d6e7020afd61f18d0698029a4466 to your computer and use it in GitHub Desktop.
Save aptrinh/d1b4d6e7020afd61f18d0698029a4466 to your computer and use it in GitHub Desktop.
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Phan Trinh",
"label": "DevOps @ TRUiC",
"image": "https://i.imgur.com/eiz6mkU.png",
"email": "aptrinh@icefi.sh",
"phone": "",
"url": "https://icefi.sh",
"summary": "SysAdmin. Former Grad at Carnegie Mellon University, MISM program. Field of expertise: Business Analytics, Network Security, Windows/Linux/MacOS administration. Some red-teaming experience, mostly CTF-based. Also an Internet Radio enthusiast (https://github.com/aptrinh/Radio-Qt5/). I take walks around the Azure ecosystem in my free time",
"location": {
"countryCode": "US",
"address": "Saline, MI"
},
"profiles": [
{
"network": "LinkedIn",
"username": "anhphantrinh",
"url": "https://www.linkedin.com/in/anhphantrinh/"
},
{
"network": "GitHub",
"username": "aptrinh",
"url": "https://github.com/aptrinh"
}
]
},
"work": [
{
"name": "The Really Useful Information Company LLC",
"position": "DevOps - Project Manager",
"startDate": "2022-08-31",
"highlights": [
"Successfully reduced 20+ regional app services per site to 2 while utilizing Azure CDN for speed and redundancy, saving $10,000/mo",
"Created backend for low latency AI Business Name Generator by using Azure Functions & Python"
],
"summary": "Managing Azure infrastructure and DevOps pipelines for high availability sites w/ 11,000+ pages to provide useful resources for up-and-coming companies",
"url": "https://truic.com",
"location": "Ann Arbor, Michigan, United States"
},
{
"name": "REEF",
"position": "Systems Administrator",
"startDate": "2022-01-31",
"endDate": "2022-08-31",
"highlights": [
"Networking: Cisco switches/routers, Sonicwall firewall management, Auvik policies, Wireshark, Burp Suite",
"Software: VMWare vSphere Hypervisor & ESXi 5.5, Synology Backup, TIBA SmartPark"
],
"summary": "Managed parking IT infrastructure for Ann Arbor in coordination with the DDA, Traffic & Safety, Huron Valley Electric among others",
"url": "https://reeftechnology.com",
"location": "Ann Arbor, Michigan, United States"
},
{
"name": "Kennedy Care",
"position": "Business Systems Manager",
"startDate": "2021-03-31",
"endDate": "2021-11-30",
"highlights": [
"Backend: Hexnode MDM for MacOS & Windows devices, custom bash/zsh scripts; Zapier automation, Google Admin/Patronum for on/offboarding",
"Frontend: Google Sites and Wordpress/Flywheel management for KC's 6 internal and public sites"
],
"summary": "Managed IT infrastructure for Michigan-based home care company with 50+ administrative employees and 500+ home care contractors",
"url": "https://kennedycare.com",
"location": "Ann Arbor, Michigan, United States"
}
],
"education": [
{
"institution": "Carnegie Mellon University",
"area": "Management Information Systems, General",
"studyType": "Master of Science - MS",
"startDate": "2017-12-31",
"endDate": "2019-12-31"
},
{
"institution": "Iowa State University",
"area": "Management Information Systems, General",
"studyType": "Bachelor of Science - BS",
"startDate": "2013-12-31",
"endDate": "2017-12-31"
}
],
"certificates": [
{
"name": "ITIL Foundation Certificate",
"issuer": "AXELOS Global Best Practice",
"date": "2018-05-31",
"url": "https://www.axelos.com/certifications/itil-service-management/itil-4-foundation"
},
{
"name": "CompTIA Network+",
"issuer": "CompTIA",
"date": "2020-10-31",
"url": "https://www.comptia.org/certifications/network"
},
{
"name": "CompTIA Security+ CE Training",
"issuer": "Cybrary",
"date": "2020-11-30",
"url": "https://www.cybrary.it/course/comptia-security-plus"
}
],
"skills": [
{
"name": "Cybersecurity",
"level": "Intermediate",
"keywords": ["BurpSuite", "Parrot OS", "Hackthebox", "nmap"]
},
{
"name": "Networking",
"level": "Intermediate",
"keywords": ["Cisco", "Ubiquiti", "Sonicwall"]
},
{
"name": "Microsoft Azure",
"level": "Proficient",
"keywords": ["Functions", "App Services", "Front Door", "Cosmos DB"]
},
{
"name": "Scripting",
"level": "Intermediate",
"keywords": ["Python", "bash"]
}
],
"languages": [
{
"fluency": "Full Professional",
"language": "English"
},
{
"fluency": "Limited Working",
"language": "Japanese"
},
{
"fluency": "Native Speaker",
"language": "Vietnamese"
}
],
"interests": [
{
"name": "Open Source",
"keywords": ["Software Development", "Linux", "Maintenance"]
},
{
"name": "Guitar",
"keywords": ["Fingerstyle", "Kotaro Oshio", "Sungha Jung"]
}
],
"projects": [
{
"name": "Radio-PyQt5",
"startDate": "2020-12-02",
"endDate": "2021-02-02",
"description": "Internet Radio application based on PyQt5, Python & mpd, with local playlist parsing support (.pls), as well as built-in TuneIn, SomaFM & Pinguin API scrubbing as station selector",
"url": "https://github.com/aptrinh/Radio-Qt5/"
},
{
"name": "AHN Capstone Project ",
"startDate": "2018-08-01",
"description": "Collaborated with 3 MISM members to design and implement a Python-based dashboard tool, mapping 3 years of hospital procedure data to formulate a cost prediction model for use by Allegheny Health Network administrators",
"endDate": "2018-12-20"
},
{
"name": "IOT Trucking Platform Design",
"startDate": "2015-04-05",
"description": "Researched with a team of 6 MISMs to design a multi-sided trucking platform that leverages IoT to solve the effects of autonomous driving on trucking industry",
"endDate": "2015-05-31"
}
],
"meta": {
"version": "v1.0.0",
"canonical": "https://github.com/jsonresume/resume-schema/blob/v1.0.0/schema.json",
"ancv": {
"template": "Sequential",
"theme": "lollipop",
"ascii_only": false,
"language": "en",
"dec31_as_year": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment