moving to 1.1 release of the pipeline
This commit is contained in:
parent
61365d216c
commit
a72ee6b588
@ -1,101 +0,0 @@
|
|||||||
"basics": {
|
|
||||||
"name": "Charles N Wyble",
|
|
||||||
"label": "Senior (staff) System Engineer",
|
|
||||||
"image": "https://s.gravatar.com/avatar/12e1b1f99e0d928cd8fd8f8e270f0b93?s=256",
|
|
||||||
"email": "reachableceo@reachableceo.com",
|
|
||||||
"url": "https://www.reachableceo.com/",
|
|
||||||
"summary": "Hello, I'm Charles Wyble a full stack engineer with over a decade of experience building software.",
|
|
||||||
"profiles": [
|
|
||||||
{
|
|
||||||
"network": "GitHub",
|
|
||||||
"username": "reachableceo",
|
|
||||||
"url": "https://github.com/reachableceo/"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"work": [
|
|
||||||
{
|
|
||||||
"name": "CDK Global",
|
|
||||||
"location": "Austin, TX",
|
|
||||||
"description": "A solar software company",
|
|
||||||
"position": "Senior Software Engineer",
|
|
||||||
"url": "https://enerflo.com/",
|
|
||||||
"startDate": "2020-02",
|
|
||||||
"summary": "Developing new APIs with NestJS, Typescript, GraphQL, and PostgreSQL. ",
|
|
||||||
"highlights": [
|
|
||||||
"Build APIs with NestJS, Typescript, GraphQL, and PostgreSQL.",
|
|
||||||
"Maintain web apps with Laravel & Javascript."
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"volunteer": [
|
|
||||||
{
|
|
||||||
"organization": "UBports",
|
|
||||||
"position": "UBports App Dev Steering Committee Head",
|
|
||||||
"url": "https://ubports.com/",
|
|
||||||
"startDate": "2018-08",
|
|
||||||
"endDate": "2021-04",
|
|
||||||
"summary": "Lead the UBports App Development committee and championed developer experience for the Ubuntu Touch operating system.",
|
|
||||||
"highlights": [
|
|
||||||
"Support and develop the open-source Ubuntu Touch operating system."
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"education": [
|
|
||||||
{
|
|
||||||
"institution": "Messiah College",
|
|
||||||
"url": "https://www.messiah.edu/",
|
|
||||||
"area": "Computer and Information Science ",
|
|
||||||
"studyType": "Bachelor of Science",
|
|
||||||
"startDate": "2009-09",
|
|
||||||
"endDate": "2012-05",
|
|
||||||
"score": "3.83",
|
|
||||||
"courses": []
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"skills": [
|
|
||||||
{
|
|
||||||
"name": "Backend Development",
|
|
||||||
"keywords": [
|
|
||||||
"Node.js"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"languages": [
|
|
||||||
{
|
|
||||||
"language": "English",
|
|
||||||
"fluency": "Native speaker"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"interests": [
|
|
||||||
{
|
|
||||||
"name": "Board Games",
|
|
||||||
"keywords": [
|
|
||||||
"Terraforming Mars"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"projects": [
|
|
||||||
{
|
|
||||||
"name": "OpenStore",
|
|
||||||
"description": "The official app store for Ubuntu Touch",
|
|
||||||
"highlights": [
|
|
||||||
"Built an API first web service built using TypeScript, Node.js, Express, and MongoDB.",
|
|
||||||
"Created custom web client for searching and managing apps using JavaScript and Vue.js",
|
|
||||||
"Continued to maintain Qt/QML Ubuntu Touch app for installing applications."
|
|
||||||
],
|
|
||||||
"startDate": "2015-04",
|
|
||||||
"url": "https://open-store.io/",
|
|
||||||
"roles": [
|
|
||||||
"Lead Developer"
|
|
||||||
],
|
|
||||||
"type": "application"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"meta": {
|
|
||||||
"canonical": "https://raw.githubusercontent.com/jsonresume/resume-schema/master/resume.json",
|
|
||||||
"version": "v1.0.0",
|
|
||||||
"lastModified": "2022-11-02T12:00:00",
|
|
||||||
"theme": "kendall"
|
|
||||||
}
|
|
||||||
}
|
|
@ -4,78 +4,6 @@
|
|||||||
#../vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/build/build-pipeline-server.sh
|
#../vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/build/build-pipeline-server.sh
|
||||||
|
|
||||||
|
|
||||||
#############################################################################
|
|
||||||
#SET THIS OR NOTHING WILL WORK
|
|
||||||
export PipelineClientWorkingDir="D:/tsys/@ReachableCEO/ReachableCEOResume/local"
|
|
||||||
#SET THIS OR NOTHING WILL WORK
|
|
||||||
#############################################################################
|
|
||||||
|
|
||||||
###################################################
|
|
||||||
# Modify these values to suit
|
|
||||||
###################################################
|
|
||||||
|
|
||||||
########################
|
|
||||||
# Contact info
|
|
||||||
########################
|
|
||||||
|
|
||||||
export CandidateName="Charles N Wyble"
|
|
||||||
export CandidatePhone="1 818 280 7059"
|
|
||||||
export CandidateLocation="Austin TX / Raleigh NC / Remote "
|
|
||||||
export CandidateEmail="reachableceo@reachableceo.com"
|
|
||||||
|
|
||||||
########################
|
|
||||||
# Profile information
|
|
||||||
########################
|
|
||||||
|
|
||||||
export CandidateOneLineSummary="Senior (**Staff level**) **System Engineer/SRE/Architect** with extensive Linux/Windows/Networking/Cyber security background and experience
|
|
||||||
"
|
|
||||||
export CandidateLinkedin="https://www.linkedin.com/in/charles-wyble-412007337"
|
|
||||||
export CandidateGithub="https://www.github.com/reachableceo"
|
|
||||||
export CandidateTagline="Tenacity. Velocity. Focus."
|
|
||||||
|
|
||||||
########################
|
|
||||||
# Formatting options
|
|
||||||
########################
|
|
||||||
|
|
||||||
export CandidateLogo="D:/tsys/@ReachableCEO/ReachableCEO.png"
|
|
||||||
export SourceCode="https://git.knownelement.com/reachableceo/ReachableCEOResume"
|
|
||||||
export URLCOLOR="blue"
|
|
||||||
export PAGEBACKGROUND="$PipelineClientWorkingDir/build/background5.pdf"
|
|
||||||
|
|
||||||
##########################
|
|
||||||
# Candidate info sheet
|
|
||||||
##########################
|
|
||||||
|
|
||||||
export CandidatePreferredContactMethod="Email will get the fastest response."
|
|
||||||
export CandidateWorkAuthorization="US Citizen"
|
|
||||||
export CandidateEmploymentStatus="Not currently employed"
|
|
||||||
export CandidateCurrentLocation="Austin, TX"
|
|
||||||
export CandidateCurrentTimezone="CST"
|
|
||||||
export CandidateWorkableTimezones="PST/CST/EST"
|
|
||||||
export CandidateInterviewAvailability="Immediate"
|
|
||||||
export CandidateStartAvailability="Two weeks"
|
|
||||||
export CandidateHighestEducation="High School"
|
|
||||||
export CandidateGraduationYear="2002"
|
|
||||||
export CandidateSchoolName="Osborne Christian School"
|
|
||||||
export CandidateSchoolLocation="Los Angeles, CA"
|
|
||||||
export CandidateLastProject="CDK Global October 2024"
|
|
||||||
export CandidateDOB="09/14"
|
|
||||||
export CandidateTotalExperience="22 years"
|
|
||||||
|
|
||||||
|
|
||||||
########################
|
|
||||||
#Compensation targets
|
|
||||||
########################
|
|
||||||
|
|
||||||
export CandidateRelocationNetMinimumAmount="5,000.00"
|
|
||||||
|
|
||||||
export CandidateRateSheetRemoteW2HourlyMinimum="\$60.00"
|
|
||||||
export CandidateRateSheetRemoteW2AnnualMinimum="\$120,000.00"
|
|
||||||
export CandidateRateSheetRemote1099HourlyMinimum="\$75.00"
|
|
||||||
|
|
||||||
export CandidateRateSheetRemoteW2HourlyPrefer="\$70.00"
|
|
||||||
export CandidateRateSheetRemoteW2AnnualPrefer="\$140,000.00"
|
|
||||||
export CandidateRateSheetRemote1099HourlyPrefer="\$85.00"
|
|
||||||
|
|
||||||
####################################################
|
####################################################
|
||||||
#DO NOT CHANGE ANYTHING BELOW THIS LINE
|
#DO NOT CHANGE ANYTHING BELOW THIS LINE
|
||||||
|
Loading…
Reference in New Issue
Block a user