sqush the bugs!

This commit is contained in:
Charles N Wyble 2024-11-18 17:17:28 -06:00
parent f7c2716b0f
commit 7d24489057
7 changed files with 45 additions and 68 deletions

View File

@ -1,6 +1,6 @@
Charles N Wyble
=====
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
#### Senior (Staff level) System Engineer/SRE/Architect with extensive Linux/Windows/Networking/Cyber security background and experience
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
Austin TX / Raleigh NC / Remote

View File

@ -1,16 +0,0 @@
Work history
------------
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
- **3M** | **Senior Site Reliability Engineer** | March 2020 - November 2022
- **Dell Residency - Confidential End CLients (government sector)** | **Resident System/Network Expert** | October 2019 - March 2020
- **TippingPoint** | **Staff System/network Architect** | March 2012 - June 2019
- **HostGator** | **Automation and Escalation Engineer** | March 2011 - May 2012
- **RippleTV** | **Systems Engineer** | October 2008 - Jaunary 2010
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005

View File

@ -1,9 +1,9 @@
CDK Global| Senior System Engineer | July 2024 - October 2024
Apple Computer| Senior System Administrator | March 2024 - July 2024
SHEIN.com| Staff SIte Reliability Engineer | December 2022 - August 2023
SHEIN.com| Staff Site Reliability Engineer | December 2022 - August 2023
3M| Senior Site Reliability Engineer | March 2020 November 2022
Dell Residency| Resident System/Network Expert | October 2019 March 2020
TippingPoint| Staff System/network Architect | March 2012 - June 2019
TippingPoint| Staff System/Network Architect | March 2012 - June 2019
HostGator.com| Automation and Escalation Engineer | March 2011 - May 2012
RippleTV| Systems Engineer | October 2008 - Jaunary 2010
Walt Disney Internet Group| Site Reliability Engineer | August 2006 - September 2007

1 CDK Global Senior System Engineer July 2024 - October 2024
2 Apple Computer Senior System Administrator March 2024 - July 2024
3 SHEIN.com Staff SIte Reliability Engineer Staff Site Reliability Engineer December 2022 - August 2023
4 3M Senior Site Reliability Engineer March 2020 November 2022
5 Dell Residency Resident System/Network Expert October 2019 March 2020
6 TippingPoint Staff System/network Architect Staff System/Network Architect March 2012 - June 2019
7 HostGator.com Automation and Escalation Engineer March 2011 - May 2012
8 RippleTV Systems Engineer October 2008 - Jaunary 2010
9 Walt Disney Internet Group Site Reliability Engineer August 2006 - September 2007

View File

@ -1,3 +1,4 @@
Skills
------
@ -16,5 +17,5 @@ Skills
- **Programming/Automation** (22 years) : Bash , J2ME, PHP, Ruby, PowerShell, TCL/TK, Java.
- **Ticket / incident / project management** (22 years): Jira, ServiceNow,Redmine,RT.
- **Git** (15 years) : branching, merging, multiple teams, external vendors, submodules etc.
- **Current growth/learning focus** (2 year in my development lab) : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm
- **Current growth/learning focus** : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm. Also Saylor.org MBA program.

View File

@ -0,0 +1,16 @@
Work history
------------
- **CDK Global** **Senior System Engineer** July 2024 - October 2024
- **Apple Computer** **Senior System Administrator** March 2024 - July 2024
- **SHEIN.com** **Staff Site Reliability Engineer** December 2022 - August 2023
- **3M** **Senior Site Reliability Engineer** March 2020 - November 2022
- **Dell Residency** **Resident System/Network Expert** October 2019 - March 2020
- **TippingPoint** **Staff System/Network Architect** March 2012 - June 2019
- **HostGator** **Automation and Escalation Engineer** March 2011 - May 2012
- **RippleTV** **System Engineer** October 2008 - Jaunary 2010
- **Walt Disney Internet Group** **Site Reliability Engineer** August 2006 - September 2007
- **Electronic Clearing House** **Senior Linux System Administrator** April 2005 - July 2006
- **GSI Commerce** **HPUX/Windows/Linux System Administrator** March 2002 - February 2005

View File

@ -1,17 +1,18 @@
#!/bin/bash
rm ../output/intermediate/CharlesNWybleShortResume.md
rm /d/tsys/@ReachableCEO/resume.reachableceo.com/non-cv/CharlesNWybleShortResume.html
# Combine markdown files into single input file for pandoc
NonCvResumeInputFiles=(
"../../common/@ReachableCEO/Resume/Common/Contact-Info.md"
"../@ReachableCEO/Resume/Non-CV/Skills.md"
"../@ReachableCEO/Resume/Non-CV/Projects.md"
"../../common/@ReachableCEO/Resume/Common/Work-History.md"
"../@ReachableCEO/Resume/Non-CV/Work-History.md"
"../../common/@ReachableCEO/Resume/Common/Education.md"
)
rm ../output/intermediate/CharlesNWybleShortResume.md
IFS=$'\n\t'
for file in "${NonCvResumeInputFiles[@]}"; do
cat $file >> ../output/intermediate/CharlesNWybleShortResume.md
@ -20,35 +21,8 @@ unset IFS
# Run pandoc to generate HTML/PDF/DOC into output dir
#pandoc \
# < ../output/intermediate/CharlesNWybleShortResume.md \
# --from=markdown \
# --output=../output/final/CharlesNWybleShortResume.pdf
#First html, for resume.reachableceo.com use
#Use pandoc
pandoc \
--from=markdown \
--to=html \
-o /d/tsys/@ReachableCEO/resume.reachableceo.com/non-cv/CharlesNWybleShortResume.html \
-c resume-css-stylesheet.css \
../output/intermediate/CharlesNWybleShortResume.md
# pdf/doc, for sending to hiring managers/recruiters via email (and also available on resume.reachableceo.com)
#use wktohtml
pandoc \
--from=markdown \
--to=html \
-o /d/tsys/@ReachableCEO/resume.reachableceo.com/non-cv/CharlesNWybleShortResume.html \
-c resume-css-stylesheet.css \
../output/intermediate/CharlesNWybleShortResume.md
#Use pandoc
pandoc \
--from=markdown \
--to=html \

View File

@ -1,9 +1,11 @@
Charles N Wyble
=====
#### Senior System Engineer/SRE with extensive Linux/Windows/Networking
#### Senior (Staff level) System Engineer/SRE/Architect with extensive Linux/Windows/Networking/Cyber security background and experience
##### [ [Github Profile](https://github.com/reachableceo) ] . [ reachableceo@reachableceo.com ] . [ 818 280 7059 ]
Austin TX / Raleigh NC / RemoteSkills
Austin TX / Raleigh NC / Remote
Skills
------
- **Linux** (22 years) : RHEL/Debian/Ubuntu, kickstart, PXE, LDAP, SSSD, RPM/Deb package creation, quotas, extended permissions, clustering, AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC.
@ -21,7 +23,7 @@ Austin TX / Raleigh NC / RemoteSkills
- **Programming/Automation** (22 years) : Bash , J2ME, PHP, Ruby, PowerShell, TCL/TK, Java.
- **Ticket / incident / project management** (22 years): Jira, ServiceNow,Redmine,RT.
- **Git** (15 years) : branching, merging, multiple teams, external vendors, submodules etc.
- **Current growth/learning focus** (2 year in my development lab) : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm
- **Current growth/learning focus** : Prometheus, Grafana, CI/CD, GCP, AWS, Azure, Kubernetes, Helm. Also Saylor.org MBA program.
Projects
@ -37,17 +39,17 @@ Projects
Work history
------------
- **Insight Global - CDK Global** | **Senior System Engineer** | July 2024 - October 2024
- **TCS - Apple Computer** | **Senior System Administrator** | March 2024 - July 2024
- **Shein.com** | **Staff SIte Reliability Engineer** | December 2022 - August 2023
- **3M** | **Senior Site Reliability Engineer** | March 2020 - November 2022
- **Dell Residency - Confidential End CLients (government sector)** | **Resident System/Network Expert** | October 2019 - March 2020
- **TippingPoint** | **Staff System/network Architect** | March 2012 - June 2019
- **HostGator** | **Automation and Escalation Engineer** | March 2011 - May 2012
- **RippleTV** | **Systems Engineer** | October 2008 - Jaunary 2010
- **Walt Disney Internet Group** | **Site Reliability Engineer** | August 2006 - September 2007
- **Electronic Clearing House** | **Senior Linux System Administrator** | April 2005 - July 2006
- **GSI Commerce** | **HPUX/Windows/Linux System Administrator** | March 2002 - February 2005
- **CDK Global** **Senior System Engineer** July 2024 - October 2024
- **Apple Computer** **Senior System Administrator** March 2024 - July 2024
- **SHEIN.com** **Staff Site Reliability Engineer** December 2022 - August 2023
- **3M** **Senior Site Reliability Engineer** March 2020 - November 2022
- **Dell Residency** **Resident System/Network Expert** October 2019 - March 2020
- **TippingPoint** **Staff System/Network Architect** March 2012 - June 2019
- **HostGator** **Automation and Escalation Engineer** March 2011 - May 2012
- **RippleTV** **System Engineer** October 2008 - Jaunary 2010
- **Walt Disney Internet Group** **Site Reliability Engineer** August 2006 - September 2007
- **Electronic Clearing House** **Senior Linux System Administrator** April 2005 - July 2006
- **GSI Commerce** **HPUX/Windows/Linux System Administrator** March 2002 - February 2005
Education
---------