Skip to content

Instantly share code, notes, and snippets.

@corbob
Last active December 1, 2020 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corbob/5ab360fdc34479afd730b9a466845eea to your computer and use it in GitHub Desktop.
Save corbob/5ab360fdc34479afd730b9a466845eea to your computer and use it in GitHub Desktop.
{
"meta": {
"theme": "stackoverflow"
},
"basics": {
"name": "Cory Knox",
"email": "me@coryknox.dev",
"website": "https://www.coryknox.dev",
"summary": "Experienced PowerShell developer with a penchant for automation. Continually looking for efficiency improvements through code.",
"location": {
"city": "Vernon",
"countryCode": "Canada",
"region": "British Columbia"
},
"profiles": [
{
"network": "LinkedIn",
"username": "knoxcory",
"url": "https://www.linkedin.com/in/knoxcory/"
},
{
"network": "GitHub",
"username": "corbob",
"url": "https://github.com/corbob"
}
]
},
"work": [
{
"company": "Kal Tire",
"position": "Technical Operations Specialist",
"website": "https://www.kaltire.com",
"startDate": "2012-08",
"endDate": "2020-07",
"summary": "Provide senior most escalation support for Kal Tire operations issues and inquiries. Administer Cisco VoIP solution. Package, deploy, and maintain installers for internal applications. Support rugged handheld devices.",
"highlights": [
"Implemented git workflow for internal PowerShell modules",
"Implemented Continuous Integration/Delivery (CI/CD) workflow in organizational GitLab instance to test and deploy internal codebase",
"Developed internal PowerShell module to administer Cisco Unified Communication Manager system",
"Spearheaded project to relocate printing services from central server to location based server, reducing overhead impact of WAN connections",
"Provided oversight and guidance for technology during the commissioning of newly constructed Vernon Office"
]
},
{
"company": "Kal Tire",
"position": "Service Desk Analyst",
"website": "https://www.kaltire.com",
"startDate": "2010-08",
"endDate": "2012-08",
"summary": "Provide initial point of contact for Kal Tire computer systems.",
"highlights": [
"Created tool for Service Desk personnel to consistently create printer service requests",
"Automated Active Directory account reporting",
"Created tool to unlock and reset Active Directory user accounts"
]
},
{
"company": "FormaShape (division of Whitewater West Industries)",
"position": "System Administrator",
"website": "https://formashape.com",
"startDate": "2008-05-01",
"endDate": "2010-06-01",
"summary": "Primary point of contact for all technology related issues. Installed, Maintained, and decommissioned all computer systems (75 desktop systems and 20 server systems).",
"highlights": [
"Enhanced internal ASP.Net ERP system",
"Implemented ticket tracking system (Spiceworks)",
"Utilized PowerShell to create scripts for Exchange 2007 management",
"Leveraged VBScript to manage Hyper-V 2008 and other Windows systems",
"Developed VB.Net application to track inventory using Symbol rugged handheld devices"
]
}
],
"volunteer": [
{
"organization": "PSPowerHour - DevOps Collective",
"position": "Planner and event host",
"website": "https://powershell.org/pspowerhour",
"startDate": "2020-05",
"summary": "PSPowerHour is a one hour livestreamed event help biweekly",
"highlights": [
"Assisted with soliciting and scheduling speakers",
"Ran livestream as needed"
]
},
{
"organization": "#BridgeConf",
"position": "Organizer and event manager",
"website": "https://pwsh.ca/bridgeconf1",
"startDate": "2020-03",
"endDate": "2020-05",
"summary": "#BridgeConf was a one-day single track livestreamed virtual conference event for PowerShell, DevOps, and Automation.",
"highlights": [
"Solicited presentation proposals and selected candidates via PaperCall.io",
"Scheduled and managed multiple presenters across time zones and Zoom meetings",
"Successfully ran 9-hour live stream",
"Produced and uploaded resulting video to YouTube",
"Participated in marketing campaign via social media",
"Presented PowerShell talk \"Using Show-Command to create command GUIs\""
]
},
{
"organization": "Microsoft PowerShell Visual Studio Code extension",
"position": "Contributor",
"website": "https://github.com/powershell/vscode-powershell",
"startDate": "2018-07",
"summary": "Provides PowerShell language and debugging support for Visual Studio Code",
"highlights": [
"Updated build scripts to improve developer workflow",
"Contributed Command Explorer pane to mimic the Show-Command pane in PowerShell ISE",
"Enhanced help lookup to provide online help if available, otherwise use on system help",
"Added functionality to enable \"ISE Compatibility\" mode that converts vscode to look and behave similar to ISE"
]
},
{
"organization": "coc-powershell",
"position": "Contributor",
"website": "https://github.com/coc-extensions/coc-powershell",
"startDate": "2019-05",
"summary": "Integration of PowerShell Editor Services (Language Server Protocol provider) into coc.nvim for use within (Neo)Vim"
},
{
"organization": "PSCUCM",
"position": "Maintainer",
"website": "https://github.com/corbob/PSCUCM",
"startDate": "2018-12",
"summary": "PowerShell Module for administration of Cisco Unified Communications Manager (CUCM)",
"highlights": [
"Created base module for interacting with CUCM AXL (Administrative XML) Service"
]
}
],
"education": [
{
"institution": "Okanagan College",
"studyType": "Diploma",
"area": "Computer Information Systems",
"startDate": "2006-09",
"endDate": "2008-05"
}
],
"publications": [
{
"name": "PowerShell Conference Book Vol. 2",
"publisher": "LeanPub",
"releaseDate": "2020-01",
"website": "https://leanpub.com/psconfbook2",
"summary": "Contributed chapter: \"Using Show-Command to Visualize Complex Cmdlets\""
}
],
"skills": [
{
"name": "Programming",
"keywords": ["PowerShell", "C#", "TypeScript"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment