Last active
September 5, 2019 16:47
-
-
Save shortcord/8b1f012f6ebdce69b3d3f1a1bae0d168 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"meta": { | |
"theme": "flat" | |
}, | |
"basics": { | |
"name": "Tristan H Smith", | |
"label": "Linux & Windows System Administrator / C# Programmer", | |
"url": "https://shortcord.com", | |
"picture": "https://i.imgur.com/rcWj4JW.jpg", | |
"email": "[email protected]", | |
"phone": "(561) 570-0883", | |
"summary": "A self-taught Linux System Admin and C# Developer constantly trying to improve myself and others around me, always looking for that next challenge to overcome.", | |
"location": { | |
"postalCode": "33437", | |
"city": "Boynton Beach", | |
"countryCode": "US", | |
"region": "Florida" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "Tristan Smith", | |
"url": "https://www.linkedin.com/in/tristan-smith-27b28895/" | |
}, | |
{ | |
"network": "Github", | |
"username": "teh-random-name", | |
"url": "https://github.com/teh-random-name" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"company": "Upwork", | |
"location": "Boynton Beach, FL", | |
"startDate": "2019-07-01", | |
"position": "Independent Applications Developer", | |
"highlights" : [ | |
"Created internal use intergation for customer, WooCommerce and Tapfilliate.", | |
"Edited custom WordPress theme for customer." | |
] | |
}, | |
{ | |
"company": "Runner EDQ", | |
"location": "Boca Raton, FL", | |
"startDate": "2017-06-01", | |
"endDate": "2019-07-01", | |
"position": "System Administrator & Development Operations / Developer", | |
"url": "https://runneredq.com/", | |
"highlights": [ | |
"Automated monthly release and update of vendor data using Bash", | |
"Migrated servers from old rack to newer, smaller rack with proper cable management.", | |
"Setup stronger WiFi for office, using PoE APs and RADIUS.", | |
"Setup PoE Avaya phones for each office/cubicle.", | |
"Setup company laptops via netbooting windows install and using autounattend.", | |
"Managed company Active Directory, Windows DNS, and Hyper-V servers.", | |
"Managed company AWS, including IAM, S3, VPC, and EC2 instances.", | |
"Developed internal use webapp to record and show outbound calls from sales for account managers.", | |
"Developed internal use webapp to allow sales to demo our software and get basic reporting back.", | |
"Developed customer facing CLI app to ease the monthly updating of our software." | |
] | |
}, | |
{ | |
"company": "Thumbtack", | |
"location": "Boynton Beach, FL", | |
"position": "Independent IT Consultant", | |
"startDate": "2013-03-01", | |
"endDate": "2017-07-01" | |
}, | |
{ | |
"company": "iS3 inc.", | |
"location": "Boca Raton, FL", | |
"position": "Internship/Escalation Manager", | |
"startDate": "2012-06-01", | |
"endDate": "2013-02-01", | |
"highlights": [ | |
"Handled tier 2 and 1 support calls.", | |
"Setup sandbox environment to demo malware and removal techniques.", | |
"Promoted to Escalation Manager." | |
] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Virtualization Administration", | |
"keywords": [ | |
"Hyper-V Standalone", | |
"AWS EC2", | |
"VMWare ESXi", | |
"Qemu/KVM", | |
"Proxmox" | |
] | |
}, | |
{ | |
"name": "Linux System Administration", | |
"keywords": [ | |
"Samba SMB", | |
"Samba DC", | |
"BIND9", | |
"pfSense" | |
] | |
}, | |
{ | |
"name": "Windows System Administration", | |
"keywords": [ | |
"ADDS", | |
"DNS", | |
"Shares", | |
"Remote Desktop Gateway" | |
] | |
}, | |
{ | |
"name": "Amazon Web Services", | |
"keywords": [ | |
"CodeBuild", | |
"AD Connector", | |
"EC2", | |
"Elastic Beanstalk", | |
"VPC", | |
"Managed VPN", | |
"Workspaces", | |
"Simple Storage System (S3)", | |
"Elastic Container Service" | |
] | |
}, | |
{ | |
"name": "Database Administration", | |
"keywords": [ | |
"MySQL", | |
"Oracle DB", | |
"Redis", | |
"LiteDB", | |
"Elasticsearch" | |
] | |
}, | |
{ | |
"name": "C# Developer", | |
"keywords": [ | |
"ASP.NET", | |
"ASP.NET Core", | |
"DotNet Core", | |
"Entity Framework Core", | |
"Blazor Preview" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment