From f4b0ce1edf0fd6794ce27afc0aac12336ec2a78c Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Tue, 10 Dec 2024 17:07:55 -0600 Subject: [PATCH] Merged bits from test repo. Bringing everything back together for continuity... --- local/Templates/JobHistoryDetails/3M.md | 4 + .../JobHistoryDetails/Apple Computer.md | 1 + .../Templates/JobHistoryDetails/CDK Global.md | 2 + .../Electronic Clearing House.md | 4 + .../JobHistoryDetails/GSI Commerce.md | 3 + .../JobHistoryDetails/HostGator.com.md | 2 + .../ReachableCEO Enterprises.md | 6 + local/Templates/JobHistoryDetails/RippleTV.md | 2 + local/Templates/JobHistoryDetails/SHEIN.md | 5 + .../JobHistoryDetails/TippingPoint.md | 5 + .../Walt Disney Internet Group.md | 9 + local/Templates/SkillsAndProjects/Projects.md | 11 + local/Templates/SkillsAndProjects/Skills.csv | 20 ++ local/Templates/WorkHistory/WorkHistory.csv | 11 + local/build-temp/CandidateInfoSheet.md | 0 local/build-temp/CandidateInfoSheet.yml | 14 + local/build-temp/ClientSubmission.yml | 7 + local/build-temp/ClientSubmit-Resume.md | 117 ++++++++ local/build-temp/ContactInfo-ClientSubmit.md | 0 local/build-temp/ContactInfo-JobBoard.md | 0 local/build-temp/JobBoard-Resume.md | 139 ++++++++++ local/build-temp/JobBoard.yml | 12 + local/build-temp/Resume.md | 102 +++++++ .../BuildTemplate-CandidateInfoSheet.yml | 14 + .../build/BuildTemplate-ClientSubmission.yml | 7 + local/build/BuildTemplate-JobBoard.yml | 12 + local/build/build.sh | 262 ++++++++++++++++++ local/build/resume-docx-reference.docx | Bin 0 -> 16716 bytes 28 files changed, 771 insertions(+) create mode 100644 local/Templates/JobHistoryDetails/3M.md create mode 100644 local/Templates/JobHistoryDetails/Apple Computer.md create mode 100644 local/Templates/JobHistoryDetails/CDK Global.md create mode 100644 local/Templates/JobHistoryDetails/Electronic Clearing House.md create mode 100644 local/Templates/JobHistoryDetails/GSI Commerce.md create mode 100644 local/Templates/JobHistoryDetails/HostGator.com.md create mode 100644 local/Templates/JobHistoryDetails/ReachableCEO Enterprises.md create mode 100644 local/Templates/JobHistoryDetails/RippleTV.md create mode 100644 local/Templates/JobHistoryDetails/SHEIN.md create mode 100644 local/Templates/JobHistoryDetails/TippingPoint.md create mode 100644 local/Templates/JobHistoryDetails/Walt Disney Internet Group.md create mode 100644 local/Templates/SkillsAndProjects/Projects.md create mode 100644 local/Templates/SkillsAndProjects/Skills.csv create mode 100644 local/Templates/WorkHistory/WorkHistory.csv create mode 100644 local/build-temp/CandidateInfoSheet.md create mode 100644 local/build-temp/CandidateInfoSheet.yml create mode 100644 local/build-temp/ClientSubmission.yml create mode 100644 local/build-temp/ClientSubmit-Resume.md create mode 100644 local/build-temp/ContactInfo-ClientSubmit.md create mode 100644 local/build-temp/ContactInfo-JobBoard.md create mode 100644 local/build-temp/JobBoard-Resume.md create mode 100644 local/build-temp/JobBoard.yml create mode 100644 local/build-temp/Resume.md create mode 100644 local/build/BuildTemplate-CandidateInfoSheet.yml create mode 100644 local/build/BuildTemplate-ClientSubmission.yml create mode 100644 local/build/BuildTemplate-JobBoard.yml create mode 100644 local/build/build.sh create mode 100644 local/build/resume-docx-reference.docx diff --git a/local/Templates/JobHistoryDetails/3M.md b/local/Templates/JobHistoryDetails/3M.md new file mode 100644 index 0000000..e9338a8 --- /dev/null +++ b/local/Templates/JobHistoryDetails/3M.md @@ -0,0 +1,4 @@ +- Supported Vendavo on RedHat Linux, managed releases, and provided day-to-day developer support. +- Created a homegrown YAML configuration management system, utilizing bash scripting and YAML templates with a CSV-based key/value store to efficiently manage and regenerate environment-specific variables for a line-of-business application across multiple development, testing, staging, and production environments. + +\pagebreak \ No newline at end of file diff --git a/local/Templates/JobHistoryDetails/Apple Computer.md b/local/Templates/JobHistoryDetails/Apple Computer.md new file mode 100644 index 0000000..533e8e3 --- /dev/null +++ b/local/Templates/JobHistoryDetails/Apple Computer.md @@ -0,0 +1 @@ +- Day to day server operations scheduling downtime etc diff --git a/local/Templates/JobHistoryDetails/CDK Global.md b/local/Templates/JobHistoryDetails/CDK Global.md new file mode 100644 index 0000000..699aac1 --- /dev/null +++ b/local/Templates/JobHistoryDetails/CDK Global.md @@ -0,0 +1,2 @@ +- Security Compliance : worked with risk management/audit to remediate insecure configurations +- Created Alma9 Packer image from scratch diff --git a/local/Templates/JobHistoryDetails/Electronic Clearing House.md b/local/Templates/JobHistoryDetails/Electronic Clearing House.md new file mode 100644 index 0000000..126d187 --- /dev/null +++ b/local/Templates/JobHistoryDetails/Electronic Clearing House.md @@ -0,0 +1,4 @@ +- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams. + - Ensured continuous uptime for high-impact environments, including a 1TB MySQL database, 300TB Oracle database, 1.5TB Oracle Data Warehouse, and a 4,000-store LAMP-based ecommerce system (MerchantAmerica.com). + - Successfully deployed an enterprise-wide Linux backup system, featuring encrypted backups stored on a central server with ISCSI attached network storage, utilizing GNUPG and tar over SSH. Regular backups and restores were tested weekly. + - Led the deployment of Oracle database infrastructure, implementing two Oracle RAC clusters with Dell 6850 servers, Qual Dual Core Xeon processors, and 32GB of RAM each. The clusters ran on RedHat Enterprise Linux 4.0 64bit edition, serving Data Warehouse, Transaction Processing Software, and Credit Card Clearing applications. diff --git a/local/Templates/JobHistoryDetails/GSI Commerce.md b/local/Templates/JobHistoryDetails/GSI Commerce.md new file mode 100644 index 0000000..dc7b4e1 --- /dev/null +++ b/local/Templates/JobHistoryDetails/GSI Commerce.md @@ -0,0 +1,3 @@ +- Contributed to disaster recovery from an Informix Database failure. +- Streamlined FTP server conflguration and deployed open-source remote control software. +- Upgraded network infrastructure from hubs to managed switches. diff --git a/local/Templates/JobHistoryDetails/HostGator.com.md b/local/Templates/JobHistoryDetails/HostGator.com.md new file mode 100644 index 0000000..229b882 --- /dev/null +++ b/local/Templates/JobHistoryDetails/HostGator.com.md @@ -0,0 +1,2 @@ +- Provided senior-level Linux and web application support globally. +- Developed standardized reply language and scripts, reducing errors in Level I Linux administrator department. diff --git a/local/Templates/JobHistoryDetails/ReachableCEO Enterprises.md b/local/Templates/JobHistoryDetails/ReachableCEO Enterprises.md new file mode 100644 index 0000000..307e5a7 --- /dev/null +++ b/local/Templates/JobHistoryDetails/ReachableCEO Enterprises.md @@ -0,0 +1,6 @@ +- Deployed,configured,supported Cloudron and Coolify PAAS and a full IT/SRE/Devops and engineering software stack for a stealth aerospace startup. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrakenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis and remediation for a security breach at a defense contractor. +- Developed a rapidly field deployable mesh networking system for a variety of use cases. +- Developed a secure global video conferencing system using only 3mbps for a major defense contractor. +- Advised on backend infrastructure for broadcasting news and information via radio and internet into hostile powers. diff --git a/local/Templates/JobHistoryDetails/RippleTV.md b/local/Templates/JobHistoryDetails/RippleTV.md new file mode 100644 index 0000000..8f8e0fb --- /dev/null +++ b/local/Templates/JobHistoryDetails/RippleTV.md @@ -0,0 +1,2 @@ +- Provided system engineering expertise for customer-facing advertising platform (AdSpot) and internal fleet management tool (CPanel). +- Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL, memcached, and F5 LTM. diff --git a/local/Templates/JobHistoryDetails/SHEIN.md b/local/Templates/JobHistoryDetails/SHEIN.md new file mode 100644 index 0000000..a680f4b --- /dev/null +++ b/local/Templates/JobHistoryDetails/SHEIN.md @@ -0,0 +1,5 @@ +- Streamlined engineer onboarding by documenting and overhauling the process, consolidating disparate guides into a comprehensive modular set of documents. +- Established a taxonomy for team documentation in the wiki, implementing Confluence best practices for a proper knowledge base. +- Served as the SRE Liaison for cybersecurity functions, ensuring compliance with data locality/partition requirements and pending federal data privacy legislation. +- Focused on fostering a culture of automation and skill development within the SRE team, emphasizing code review, infrastructure as code, versioning, testing, and effective ticket management. +- Contributed to Linux server administration both internally and externally, aiding colleagues with scripting/automation and assisting in the migration from AWS to Azure with zero customer-facing system impact. Additionally, provided day-to-day support for AWS and Azure activities and troubleshooting. diff --git a/local/Templates/JobHistoryDetails/TippingPoint.md b/local/Templates/JobHistoryDetails/TippingPoint.md new file mode 100644 index 0000000..f7c74e7 --- /dev/null +++ b/local/Templates/JobHistoryDetails/TippingPoint.md @@ -0,0 +1,5 @@ +- Conducted code and design reviews for internal/external team projects and actively participated in broad enterprise collaboration, focusing on large-scale fleet management. +- Managed user account administration, manual/semi-automated server provisioning, trouble tickets, security vulnerability remediation, and system/network auditing. +- Led various projects, including migrating fleet systems from Centos 6 to Centos 7, implementing LXC/ LXD container versions for increased system utilization, and creating an on-premise deployment system (GUMPS) for automated provisioning. +- Deployed network monitoring systems (Zenoss, observium/librenms), utilized librenms as a Conflguration Management Database (CMDB), and implemented a fleet orchestration system (Rundeck). +- Executed extensive vulnerability remediation, OS/application/kernel patching, NIC customization/ optimization, and data migrations while developing and maintaining custom scripts for tasks such as LDAP management and SSL scenarios. Automated processes like re-imaging and ensured continuous distribution of a 40GB dataset of packet captures across a global fleet. diff --git a/local/Templates/JobHistoryDetails/Walt Disney Internet Group.md b/local/Templates/JobHistoryDetails/Walt Disney Internet Group.md new file mode 100644 index 0000000..e98ccb7 --- /dev/null +++ b/local/Templates/JobHistoryDetails/Walt Disney Internet Group.md @@ -0,0 +1,9 @@ +- Engaged in dynamic work environment focusing on popular web/ecommerce sites, including disneyworld.com and disneyland.com. +- Provided design, architecture, and day-to-day administration for Disney park property sites generating $2 billion annually. +- Provided system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com, and 23 related properties. +- Utilized Jboss instances on RHEL3/4 for business logic and employed Windows 2003 with Tomcat/IIS for frontend application serving. +- Automated routine system administration tasks through the creation of batch and VBScript programs for Windows administration. +- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers. +- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos. + +\pagebreak \ No newline at end of file diff --git a/local/Templates/SkillsAndProjects/Projects.md b/local/Templates/SkillsAndProjects/Projects.md new file mode 100644 index 0000000..2831084 --- /dev/null +++ b/local/Templates/SkillsAndProjects/Projects.md @@ -0,0 +1,11 @@ +- Developed and implemented a process to switch thousands of desktops providing digital signage functionality from Fedora to Debian in a completely automated fashion using a custom initrd. +- Developed and implemented an internal private cloud orchestration and provisioning system for a hardware development engineering team that handled the entire provisioning lifecycle for physical and virtual systems. +- Developed and implemented standardized language and procedures and incident investigation automation for a large technical support organization with high turnover. +- Developed and implemented an automated order status and payment handling interactive voice response application using Angel.ccm with a backend web service returning Voice XML. This allows call center personnel to focus on revenue generating opportunities instead of administrative matters. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrankenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis , mitigation and remediation of security breaches by advanced persistent threat actors at high value targets. +- Project managed a successful brand new data center build from bare dirt to serving content in 86 days. Oversaw 8 billion dollars of capital deployment. +- Led and consulted tier 1 payment compliance industry (PCI) implementations for some of the worlds largest brands (including at a payment processor). +- Rolled out centralized Active Directory authentication, deployed Dell OpenManage, and upgraded network equipment. +- Deployed password vault, Active Directory PKI, and implemented a ground-up network redesign. +- Designed VmWare NSX network. diff --git a/local/Templates/SkillsAndProjects/Skills.csv b/local/Templates/SkillsAndProjects/Skills.csv new file mode 100644 index 0000000..721f234 --- /dev/null +++ b/local/Templates/SkillsAndProjects/Skills.csv @@ -0,0 +1,20 @@ +Linux|22 years|RHEL,Debian,Ubuntu,kickstart,PXE, LDAP,SSSD,RPM/Deb package creation, quotas,extended permissions, clustering,NFS,Samba +Unix|5 years|HPUX/Solaris +Windows|22 years|Server (2008 2016),Windows client automated deployment (7,8,10,11),Active Directory,Group Policy,WSUS,Certificate Services,AD DNS,AD DHCP,complex multiple forest and domain setups +Free/Libre/Open Source software|22 years|Apache,Postfix,Qmail,Dovecot,Courier IMAP,Nginx,Matamo,Discourse,Wordpress, Mautic,Dolibarr,Revive Ad Server,Firefly,Cloudron,Coolify,Gitea, HomeAssistant, Jenkins,Rundeck,N8N, LetsEncrypt,ACME,cfssl +Databases|22 years| MySQL,PostgreSQL, Dbeaver,PHPMyAdmin,PostGIS +Cyber Security|22 years|PCI Compliance (tier 1 implementations),OpenVAS<,Lynis,security hardening,audits,breach response and mitigation, patch and vulnerability management. AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC +Virtualization|22 years|VmWare,Parallels,HyperV,KVM,Xen +Networking|22 years|Linux Virtual Server(LVS),HAProxy,Ubiquiti Unifi,Opnsense,Pfsense,DNS,DHCP,IPAM,PXE,IPS,IDS,GRE,IPSEC.Wireguard,OpenVPN,Nebula,Tailscale,RADIUS. Mostly layer2 data center/campus/access some WAN,firewall,layer3 +Monitoring|22 years|Uptime Kuma,Librenms,Zabbix,Zenoss,Nagios,Elasticsearch,Logstash,Kibana(ELK) +Storage|22 years|Netapp,EMC,EqualLogic,3par,MSA,TrueNAS/ZFS,iscsi,S3,Azure Storage +Cloud|5 years|AWS,Azure,Kubernetes,Helm,Docker +Containerization|15 years|LXC,Docker,OpenVZ +Configuration management/InfrastructureAsCode(IAC)|22 years|FetchApply,Terraform/OpenTOfU,Ansible,AWX,Hashicorp Packer/Vault +Ticket / incident / project management| 22 years| Jira,ServiceNow,Redmine,RT +Git|15 years|Branching,merging,multiple teams,external vendors,submodules +SRE|5 years| Grafana,Prometheus,Signoz,Wazuh +LLM|2 years|OpenWebUI,QA/validation,RAG,data cleaning/prep +Programming|5 years|J2ME,PHP,Ruby,TCL/TK,Java,C,C++ +Automation|22 years|Bash,YAML,TOML,PowerShell,Perl +Embedded development|5 years|Raspberry pi,arduino,seeduino,Lego Mindstorms \ No newline at end of file diff --git a/local/Templates/WorkHistory/WorkHistory.csv b/local/Templates/WorkHistory/WorkHistory.csv new file mode 100644 index 0000000..8e5c361 --- /dev/null +++ b/local/Templates/WorkHistory/WorkHistory.csv @@ -0,0 +1,11 @@ +CDK Global,Senior System Engineer,July 2024 - October 2024 +Apple Computer,Senior System Administrator,March 2024 - July 2024 +SHEIN,Staff Site Reliability Engineer,December 2022 - August 2023 +3M,Senior Site Reliability Engineer,March 2020 - November 2022 +TippingPoint,Staff System Architect,March 2012 - June 2019 +HostGator.com,Automation and Escalation Engineer,March 2011 - May 2012 +RippleTV,System Engineer,October 2008 - January 2010 +Walt Disney Internet Group,Site Reliability Engineer,August 2006 - September 2007 +Electronic Clearing House,Senior System Administrator,April 2005 - July 2006 +GSI Commerce,System Administrator,March 2002 - February 2005 +ReachableCEO Enterprises,Freelancer,January 2001 - December 2024 \ No newline at end of file diff --git a/local/build-temp/CandidateInfoSheet.md b/local/build-temp/CandidateInfoSheet.md new file mode 100644 index 0000000..e69de29 diff --git a/local/build-temp/CandidateInfoSheet.yml b/local/build-temp/CandidateInfoSheet.yml new file mode 100644 index 0000000..3c8ef55 --- /dev/null +++ b/local/build-temp/CandidateInfoSheet.yml @@ -0,0 +1,14 @@ +title: "Charles N Wyble Candidate Information Sheet" +titlepage: true +titlepage-logo: "D:\tsys\@ReachableCEO\ReachableCEO.png" +toc: true +toc-own-page: true +date: \today +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "Charles N Wyble" +footer-center: "Tenacity. Velocity. Focus." +footer-right: "[Source code](https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline)" +urlcolor: blue +page-background: "../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf" \ No newline at end of file diff --git a/local/build-temp/ClientSubmission.yml b/local/build-temp/ClientSubmission.yml new file mode 100644 index 0000000..be94c7c --- /dev/null +++ b/local/build-temp/ClientSubmission.yml @@ -0,0 +1,7 @@ +title: "Charles N Wyble Resume" +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "Charles N Wyble" +urlcolor: blue +page-background: "../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf" \ No newline at end of file diff --git a/local/build-temp/ClientSubmit-Resume.md b/local/build-temp/ClientSubmit-Resume.md new file mode 100644 index 0000000..1ea52fa --- /dev/null +++ b/local/build-temp/ClientSubmit-Resume.md @@ -0,0 +1,117 @@ + +## Career Highlights +- Developed and implemented a process to switch thousands of desktops providing digital signage functionality from Fedora to Debian in a completely automated fashion using a custom initrd. +- Developed and implemented an internal private cloud orchestration and provisioning system for a hardware development engineering team that handled the entire provisioning lifecycle for physical and virtual systems. +- Developed and implemented standardized language and procedures and incident investigation automation for a large technical support organization with high turnover. +- Developed and implemented an automated order status and payment handling interactive voice response application using Angel.ccm with a backend web service returning Voice XML. This allows call center personnel to focus on revenue generating opportunities instead of administrative matters. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrankenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis , mitigation and remediation of security breaches by advanced persistent threat actors at high value targets. +- Project managed a successful brand new data center build from bare dirt to serving content in 86 days. Oversaw 8 billion dollars of capital deployment. +- Led and consulted tier 1 payment compliance industry (PCI) implementations for some of the worlds largest brands (including at a payment processor). +- Rolled out centralized Active Directory authentication, deployed Dell OpenManage, and upgraded network equipment. +- Deployed password vault, Active Directory PKI, and implemented a ground-up network redesign. +- Designed VmWare NSX network. +\pagebreak + +## Employment History + +**CDK Global | Senior System Engineer | July 2024 - October 2024** + +- Security Compliance : worked with risk management/audit to remediate insecure configurations +- Created Alma9 Packer image from scratch + +**Apple Computer | Senior System Administrator | March 2024 - July 2024** + +- Day to day server operations scheduling downtime etc + +**SHEIN | Staff Site Reliability Engineer | December 2022 - August 2023** + +- Streamlined engineer onboarding by documenting and overhauling the process, consolidating disparate guides into a comprehensive modular set of documents. +- Established a taxonomy for team documentation in the wiki, implementing Confluence best practices for a proper knowledge base. +- Served as the SRE Liaison for cybersecurity functions, ensuring compliance with data locality/partition requirements and pending federal data privacy legislation. +- Focused on fostering a culture of automation and skill development within the SRE team, emphasizing code review, infrastructure as code, versioning, testing, and effective ticket management. +- Contributed to Linux server administration both internally and externally, aiding colleagues with scripting/automation and assisting in the migration from AWS to Azure with zero customer-facing system impact. Additionally, provided day-to-day support for AWS and Azure activities and troubleshooting. + +**3M | Senior Site Reliability Engineer | March 2020 - November 2022** + +- Supported Vendavo on RedHat Linux, managed releases, and provided day-to-day developer support. +- Created a homegrown YAML configuration management system, utilizing bash scripting and YAML templates with a CSV-based key/value store to efficiently manage and regenerate environment-specific variables for a line-of-business application across multiple development, testing, staging, and production environments. + +\pagebreak +**TippingPoint | Staff System Architect | March 2012 - June 2019** + +- Conducted code and design reviews for internal/external team projects and actively participated in broad enterprise collaboration, focusing on large-scale fleet management. +- Managed user account administration, manual/semi-automated server provisioning, trouble tickets, security vulnerability remediation, and system/network auditing. +- Led various projects, including migrating fleet systems from Centos 6 to Centos 7, implementing LXC/ LXD container versions for increased system utilization, and creating an on-premise deployment system (GUMPS) for automated provisioning. +- Deployed network monitoring systems (Zenoss, observium/librenms), utilized librenms as a Conflguration Management Database (CMDB), and implemented a fleet orchestration system (Rundeck). +- Executed extensive vulnerability remediation, OS/application/kernel patching, NIC customization/ optimization, and data migrations while developing and maintaining custom scripts for tasks such as LDAP management and SSL scenarios. Automated processes like re-imaging and ensured continuous distribution of a 40GB dataset of packet captures across a global fleet. + +**HostGator.com | Automation and Escalation Engineer | March 2011 - May 2012** + +- Provided senior-level Linux and web application support globally. +- Developed standardized reply language and scripts, reducing errors in Level I Linux administrator department. + +**RippleTV | System Engineer | October 2008 - January 2010** + +- Provided system engineering expertise for customer-facing advertising platform (AdSpot) and internal fleet management tool (CPanel). +- Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL, memcached, and F5 LTM. + +**Walt Disney Internet Group | Site Reliability Engineer | August 2006 - September 2007** + +- Engaged in dynamic work environment focusing on popular web/ecommerce sites, including disneyworld.com and disneyland.com. +- Provided design, architecture, and day-to-day administration for Disney park property sites generating $2 billion annually. +- Provided system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com, and 23 related properties. +- Utilized Jboss instances on RHEL3/4 for business logic and employed Windows 2003 with Tomcat/IIS for frontend application serving. +- Automated routine system administration tasks through the creation of batch and VBScript programs for Windows administration. +- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers. +- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos. + +\pagebreak +**Electronic Clearing House | Senior System Administrator | April 2005 - July 2006** + +- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams. + - Ensured continuous uptime for high-impact environments, including a 1TB MySQL database, 300TB Oracle database, 1.5TB Oracle Data Warehouse, and a 4,000-store LAMP-based ecommerce system (MerchantAmerica.com). + - Successfully deployed an enterprise-wide Linux backup system, featuring encrypted backups stored on a central server with ISCSI attached network storage, utilizing GNUPG and tar over SSH. Regular backups and restores were tested weekly. + - Led the deployment of Oracle database infrastructure, implementing two Oracle RAC clusters with Dell 6850 servers, Qual Dual Core Xeon processors, and 32GB of RAM each. The clusters ran on RedHat Enterprise Linux 4.0 64bit edition, serving Data Warehouse, Transaction Processing Software, and Credit Card Clearing applications. + +**GSI Commerce | System Administrator | March 2002 - February 2005** + +- Contributed to disaster recovery from an Informix Database failure. +- Streamlined FTP server conflguration and deployed open-source remote control software. +- Upgraded network infrastructure from hubs to managed switches. + +**ReachableCEO Enterprises | Freelancer | January 2001 - December 2024** + +- Deployed,configured,supported Cloudron and Coolify PAAS and a full IT/SRE/Devops and engineering software stack for a stealth aerospace startup. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrakenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis and remediation for a security breach at a defense contractor. +- Developed a rapidly field deployable mesh networking system for a variety of use cases. +- Developed a secure global video conferencing system using only 3mbps for a major defense contractor. +- Advised on backend infrastructure for broadcasting news and information via radio and internet into hostile powers. + +\pagebreak + +## Skills + +|Skill|Experience|Skill Details| +|---|---|---| +|**Linux**|22 years|RHEL,Debian,Ubuntu,kickstart,PXE, LDAP,SSSD,RPM/Deb package creation, quotas,extended permissions, clustering,NFS,Samba| +|**Unix**|5 years|HPUX/Solaris| +|**Windows**|22 years|Server (2008 2016),Windows client automated deployment (7,8,10,11),Active Directory,Group Policy,WSUS,Certificate Services,AD DNS,AD DHCP,complex multiple forest and domain setups | +|**Free/Libre/Open Source software**|22 years|Apache,Postfix,Qmail,Dovecot,Courier IMAP,Nginx,Matamo,Discourse,Wordpress, Mautic,Dolibarr,Revive Ad Server,Firefly,Cloudron,Coolify,Gitea, HomeAssistant, Jenkins,Rundeck,N8N, LetsEncrypt,ACME,cfssl| +|**Databases**|22 years| MySQL,PostgreSQL, Dbeaver,PHPMyAdmin,PostGIS| +|**Cyber Security**|22 years|PCI Compliance (tier 1 implementations),OpenVAS<,Lynis,security hardening,audits,breach response and mitigation, patch and vulnerability management. AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC | +|**Virtualization**|22 years|VmWare,Parallels,HyperV,KVM,Xen| +|**Networking**|22 years|Linux Virtual Server(LVS),HAProxy,Ubiquiti Unifi,Opnsense,Pfsense,DNS,DHCP,IPAM,PXE,IPS,IDS,GRE,IPSEC.Wireguard,OpenVPN,Nebula,Tailscale,RADIUS. Mostly layer2 data center/campus/access some WAN,firewall,layer3 | +|**Monitoring**|22 years|Uptime Kuma,Librenms,Zabbix,Zenoss,Nagios,Elasticsearch,Logstash,Kibana(ELK)| +|**Storage**|22 years|Netapp,EMC,EqualLogic,3par,MSA,TrueNAS/ZFS,iscsi,S3,Azure Storage| +|**Cloud**|5 years|AWS,Azure,Kubernetes,Helm,Docker| +|**Containerization**|15 years|LXC,Docker,OpenVZ| +|**Configuration management/InfrastructureAsCode(IAC)**|22 years|FetchApply,Terraform/OpenTOfU,Ansible,AWX,Hashicorp Packer/Vault| +|**Ticket / incident / project management**| 22 years| Jira,ServiceNow,Redmine,RT| +|**Git**|15 years|Branching,merging,multiple teams,external vendors,submodules | +|**SRE**|5 years| Grafana,Prometheus,Signoz,Wazuh| +|**LLM**|2 years|OpenWebUI,QA/validation,RAG,data cleaning/prep| +|**Programming**|5 years|J2ME,PHP,Ruby,TCL/TK,Java,C,C++| +|**Automation**|22 years|Bash,YAML,TOML,PowerShell,Perl| +|**Embedded development**|5 years|Raspberry pi,arduino,seeduino,Lego Mindstorms| diff --git a/local/build-temp/ContactInfo-ClientSubmit.md b/local/build-temp/ContactInfo-ClientSubmit.md new file mode 100644 index 0000000..e69de29 diff --git a/local/build-temp/ContactInfo-JobBoard.md b/local/build-temp/ContactInfo-JobBoard.md new file mode 100644 index 0000000..e69de29 diff --git a/local/build-temp/JobBoard-Resume.md b/local/build-temp/JobBoard-Resume.md new file mode 100644 index 0000000..f6f6c9a --- /dev/null +++ b/local/build-temp/JobBoard-Resume.md @@ -0,0 +1,139 @@ + +## Career Highlights +- Developed and implemented a process to switch thousands of desktops providing digital signage functionality from Fedora to Debian in a completely automated fashion using a custom initrd. +- Developed and implemented an internal private cloud orchestration and provisioning system for a hardware development engineering team that handled the entire provisioning lifecycle for physical and virtual systems. +- Developed and implemented standardized language and procedures and incident investigation automation for a large technical support organization with high turnover. +- Developed and implemented an automated order status and payment handling interactive voice response application using Angel.ccm with a backend web service returning Voice XML. This allows call center personnel to focus on revenue generating opportunities instead of administrative matters. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrankenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis , mitigation and remediation of security breaches by advanced persistent threat actors at high value targets. +- Project managed a successful brand new data center build from bare dirt to serving content in 86 days. Oversaw 8 billion dollars of capital deployment. +- Led and consulted tier 1 payment compliance industry (PCI) implementations for some of the worlds largest brands (including at a payment processor). +- Rolled out centralized Active Directory authentication, deployed Dell OpenManage, and upgraded network equipment. +- Deployed password vault, Active Directory PKI, and implemented a ground-up network redesign. +- Designed VmWare NSX network. +\pagebreak + +## Employment History + + +**CDK Global | Senior System Engineer | July 2024 - October 2024** + + +- Security Compliance : worked with risk management/audit to remediate insecure configurations +- Created Alma9 Packer image from scratch + + +**Apple Computer | Senior System Administrator | March 2024 - July 2024** + + +- Day to day server operations scheduling downtime etc + + +**SHEIN | Staff Site Reliability Engineer | December 2022 - August 2023** + + +- Streamlined engineer onboarding by documenting and overhauling the process, consolidating disparate guides into a comprehensive modular set of documents. +- Established a taxonomy for team documentation in the wiki, implementing Confluence best practices for a proper knowledge base. +- Served as the SRE Liaison for cybersecurity functions, ensuring compliance with data locality/partition requirements and pending federal data privacy legislation. +- Focused on fostering a culture of automation and skill development within the SRE team, emphasizing code review, infrastructure as code, versioning, testing, and effective ticket management. +- Contributed to Linux server administration both internally and externally, aiding colleagues with scripting/automation and assisting in the migration from AWS to Azure with zero customer-facing system impact. Additionally, provided day-to-day support for AWS and Azure activities and troubleshooting. + + +**3M | Senior Site Reliability Engineer | March 2020 - November 2022** + + +- Supported Vendavo on RedHat Linux, managed releases, and provided day-to-day developer support. +- Created a homegrown YAML configuration management system, utilizing bash scripting and YAML templates with a CSV-based key/value store to efficiently manage and regenerate environment-specific variables for a line-of-business application across multiple development, testing, staging, and production environments. + +\pagebreak + +**TippingPoint | Staff System Architect | March 2012 - June 2019** + + +- Conducted code and design reviews for internal/external team projects and actively participated in broad enterprise collaboration, focusing on large-scale fleet management. +- Managed user account administration, manual/semi-automated server provisioning, trouble tickets, security vulnerability remediation, and system/network auditing. +- Led various projects, including migrating fleet systems from Centos 6 to Centos 7, implementing LXC/ LXD container versions for increased system utilization, and creating an on-premise deployment system (GUMPS) for automated provisioning. +- Deployed network monitoring systems (Zenoss, observium/librenms), utilized librenms as a Conflguration Management Database (CMDB), and implemented a fleet orchestration system (Rundeck). +- Executed extensive vulnerability remediation, OS/application/kernel patching, NIC customization/ optimization, and data migrations while developing and maintaining custom scripts for tasks such as LDAP management and SSL scenarios. Automated processes like re-imaging and ensured continuous distribution of a 40GB dataset of packet captures across a global fleet. + + +**HostGator.com | Automation and Escalation Engineer | March 2011 - May 2012** + + +- Provided senior-level Linux and web application support globally. +- Developed standardized reply language and scripts, reducing errors in Level I Linux administrator department. + + +**RippleTV | System Engineer | October 2008 - January 2010** + + +- Provided system engineering expertise for customer-facing advertising platform (AdSpot) and internal fleet management tool (CPanel). +- Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL, memcached, and F5 LTM. + + +**Walt Disney Internet Group | Site Reliability Engineer | August 2006 - September 2007** + + +- Engaged in dynamic work environment focusing on popular web/ecommerce sites, including disneyworld.com and disneyland.com. +- Provided design, architecture, and day-to-day administration for Disney park property sites generating $2 billion annually. +- Provided system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com, and 23 related properties. +- Utilized Jboss instances on RHEL3/4 for business logic and employed Windows 2003 with Tomcat/IIS for frontend application serving. +- Automated routine system administration tasks through the creation of batch and VBScript programs for Windows administration. +- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers. +- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos. + +\pagebreak + +**Electronic Clearing House | Senior System Administrator | April 2005 - July 2006** + + +- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams. + - Ensured continuous uptime for high-impact environments, including a 1TB MySQL database, 300TB Oracle database, 1.5TB Oracle Data Warehouse, and a 4,000-store LAMP-based ecommerce system (MerchantAmerica.com). + - Successfully deployed an enterprise-wide Linux backup system, featuring encrypted backups stored on a central server with ISCSI attached network storage, utilizing GNUPG and tar over SSH. Regular backups and restores were tested weekly. + - Led the deployment of Oracle database infrastructure, implementing two Oracle RAC clusters with Dell 6850 servers, Qual Dual Core Xeon processors, and 32GB of RAM each. The clusters ran on RedHat Enterprise Linux 4.0 64bit edition, serving Data Warehouse, Transaction Processing Software, and Credit Card Clearing applications. + + +**GSI Commerce | System Administrator | March 2002 - February 2005** + + +- Contributed to disaster recovery from an Informix Database failure. +- Streamlined FTP server conflguration and deployed open-source remote control software. +- Upgraded network infrastructure from hubs to managed switches. + + +**ReachableCEO Enterprises | Freelancer | January 2001 - December 2024** + + +- Deployed,configured,supported Cloudron and Coolify PAAS and a full IT/SRE/Devops and engineering software stack for a stealth aerospace startup. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrakenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis and remediation for a security breach at a defense contractor. +- Developed a rapidly field deployable mesh networking system for a variety of use cases. +- Developed a secure global video conferencing system using only 3mbps for a major defense contractor. +- Advised on backend infrastructure for broadcasting news and information via radio and internet into hostile powers. + +\pagebreak + +## Skills + +|Skill|Experience|Skill Details| +|---|---|---| +|**Linux**|22 years|RHEL,Debian,Ubuntu,kickstart,PXE, LDAP,SSSD,RPM/Deb package creation, quotas,extended permissions, clustering,NFS,Samba| +|**Unix**|5 years|HPUX/Solaris| +|**Windows**|22 years|Server (2008 2016),Windows client automated deployment (7,8,10,11),Active Directory,Group Policy,WSUS,Certificate Services,AD DNS,AD DHCP,complex multiple forest and domain setups | +|**Free/Libre/Open Source software**|22 years|Apache,Postfix,Qmail,Dovecot,Courier IMAP,Nginx,Matamo,Discourse,Wordpress, Mautic,Dolibarr,Revive Ad Server,Firefly,Cloudron,Coolify,Gitea, HomeAssistant, Jenkins,Rundeck,N8N, LetsEncrypt,ACME,cfssl| +|**Databases**|22 years| MySQL,PostgreSQL, Dbeaver,PHPMyAdmin,PostGIS| +|**Cyber Security**|22 years|PCI Compliance (tier 1 implementations),OpenVAS<,Lynis,security hardening,audits,breach response and mitigation, patch and vulnerability management. AppArmor, SeLinux, Centrify, Tripwire, Integrit, OSSEC | +|**Virtualization**|22 years|VmWare,Parallels,HyperV,KVM,Xen| +|**Networking**|22 years|Linux Virtual Server(LVS),HAProxy,Ubiquiti Unifi,Opnsense,Pfsense,DNS,DHCP,IPAM,PXE,IPS,IDS,GRE,IPSEC.Wireguard,OpenVPN,Nebula,Tailscale,RADIUS. Mostly layer2 data center/campus/access some WAN,firewall,layer3 | +|**Monitoring**|22 years|Uptime Kuma,Librenms,Zabbix,Zenoss,Nagios,Elasticsearch,Logstash,Kibana(ELK)| +|**Storage**|22 years|Netapp,EMC,EqualLogic,3par,MSA,TrueNAS/ZFS,iscsi,S3,Azure Storage| +|**Cloud**|5 years|AWS,Azure,Kubernetes,Helm,Docker| +|**Containerization**|15 years|LXC,Docker,OpenVZ| +|**Configuration management/InfrastructureAsCode(IAC)**|22 years|FetchApply,Terraform/OpenTOfU,Ansible,AWX,Hashicorp Packer/Vault| +|**Ticket / incident / project management**| 22 years| Jira,ServiceNow,Redmine,RT| +|**Git**|15 years|Branching,merging,multiple teams,external vendors,submodules | +|**SRE**|5 years| Grafana,Prometheus,Signoz,Wazuh| +|**LLM**|2 years|OpenWebUI,QA/validation,RAG,data cleaning/prep| +|**Programming**|5 years|J2ME,PHP,Ruby,TCL/TK,Java,C,C++| +|**Automation**|22 years|Bash,YAML,TOML,PowerShell,Perl| +|**Embedded development**|5 years|Raspberry pi,arduino,seeduino,Lego Mindstorms| diff --git a/local/build-temp/JobBoard.yml b/local/build-temp/JobBoard.yml new file mode 100644 index 0000000..54a2714 --- /dev/null +++ b/local/build-temp/JobBoard.yml @@ -0,0 +1,12 @@ +title: "Charles N Wyble Resume" +titlepage: true +titlepage-logo: "D:\tsys\@ReachableCEO\ReachableCEO.png" +date: \today +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "Charles N Wyble" +footer-center: "Tenacity. Velocity. Focus." +footer-right: "[Source code](https://git.knownelement.com/reachableceo/MarkdownResume-Pipeline)" +urlcolor: blue +page-background: "../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.pdf" \ No newline at end of file diff --git a/local/build-temp/Resume.md b/local/build-temp/Resume.md new file mode 100644 index 0000000..c4aff1a --- /dev/null +++ b/local/build-temp/Resume.md @@ -0,0 +1,102 @@ + +## Career Highlights +- Developed and implemented a process to switch thousands of desktops providing digital signage functionality from Fedora to Debian in a completely automated fashion using a custom initrd. +- Developed and implemented an internal private cloud orchestration and provisioning system for a hardware development engineering team that handled the entire provisioning lifecycle for physical and virtual systems. +- Developed and implemented standardized language and procedures and incident investigation automation for a large technical support organization with high turnover. +- Developed and implemented an automated order status and payment handling interactive voice response application using Angel.ccm with a backend web service returning Voice XML. This allows call center personnel to focus on revenue generating opportunities instead of administrative matters. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrankenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis , mitigation and remediation of security breaches by advanced persistent threat actors at high value targets. +- Project managed a successful brand new data center build from bare dirt to serving content in 86 days. Oversaw 8 billion dollars of capital deployment. +- Led and consulted tier 1 payment compliance industry (PCI) implementations for some of the worlds largest brands (including at a payment processor). +- Rolled out centralized Active Directory authentication, deployed Dell OpenManage, and upgraded network equipment. +- Deployed password vault, Active Directory PKI, and implemented a ground-up network redesign. +- Designed VmWare NSX network. +\pagebreak + +## Employment History + +**CDK Global | Senior System Engineer | July 2024 - October 2024** + +- Security Compliance : worked with risk management/audit to remediate insecure configurations +- Created Alma9 Packer image from scratch + +**Apple Computer | Senior System Administrator | March 2024 - July 2024** + +- Day to day server operations scheduling downtime etc + +**SHEIN | Staff Site Reliability Engineer | December 2022 - August 2023** + +- Streamlined engineer onboarding by documenting and overhauling the process, consolidating disparate guides into a comprehensive modular set of documents. +- Established a taxonomy for team documentation in the wiki, implementing Confluence best practices for a proper knowledge base. +- Served as the SRE Liaison for cybersecurity functions, ensuring compliance with data locality/partition requirements and pending federal data privacy legislation. +- Focused on fostering a culture of automation and skill development within the SRE team, emphasizing code review, infrastructure as code, versioning, testing, and effective ticket management. +- Contributed to Linux server administration both internally and externally, aiding colleagues with scripting/automation and assisting in the migration from AWS to Azure with zero customer-facing system impact. Additionally, provided day-to-day support for AWS and Azure activities and troubleshooting. + +**3M | Senior Site Reliability Engineer | March 2020 - November 2022** + +- Supported Vendavo on RedHat Linux, managed releases, and provided day-to-day developer support. +- Created a homegrown YAML configuration management system, utilizing bash scripting and YAML templates with a CSV-based key/value store to efficiently manage and regenerate environment-specific variables for a line-of-business application across multiple development, testing, staging, and production environments. + +\pagebreak +**TippingPoint | Staff System Architect | March 2012 - June 2019** + +- Conducted code and design reviews for internal/external team projects and actively participated in broad enterprise collaboration, focusing on large-scale fleet management. +- Managed user account administration, manual/semi-automated server provisioning, trouble tickets, security vulnerability remediation, and system/network auditing. +- Led various projects, including migrating fleet systems from Centos 6 to Centos 7, implementing LXC/ LXD container versions for increased system utilization, and creating an on-premise deployment system (GUMPS) for automated provisioning. +- Deployed network monitoring systems (Zenoss, observium/librenms), utilized librenms as a Conflguration Management Database (CMDB), and implemented a fleet orchestration system (Rundeck). +- Executed extensive vulnerability remediation, OS/application/kernel patching, NIC customization/ optimization, and data migrations while developing and maintaining custom scripts for tasks such as LDAP management and SSL scenarios. Automated processes like re-imaging and ensured continuous distribution of a 40GB dataset of packet captures across a global fleet. + +**HostGator.com | Automation and Escalation Engineer | March 2011 - May 2012** + +- Provided senior-level Linux and web application support globally. +- Developed standardized reply language and scripts, reducing errors in Level I Linux administrator department. + +**RippleTV | System Engineer | October 2008 - January 2010** + +- Provided system engineering expertise for customer-facing advertising platform (AdSpot) and internal fleet management tool (CPanel). +- Utilized Nginx, Mongrel, Thin, Rails, Merb, Rack, MySQL, memcached, and F5 LTM. + +**Walt Disney Internet Group | Site Reliability Engineer | August 2006 - September 2007** + +- Engaged in dynamic work environment focusing on popular web/ecommerce sites, including disneyworld.com and disneyland.com. +- Provided design, architecture, and day-to-day administration for Disney park property sites generating $2 billion annually. +- Provided system engineering and PCI compliance expertise for Disneyland.com, Disneyworld.com, DisneyCruiseLines.com, and 23 related properties. +- Utilized Jboss instances on RHEL3/4 for business logic and employed Windows 2003 with Tomcat/IIS for frontend application serving. +- Automated routine system administration tasks through the creation of batch and VBScript programs for Windows administration. +- Led an Active Directory project for WDIG, designing and implementing a nationwide, highly available system across 3 data centers. +- Managed the migration from Windows NT to Windows 2003 Active Directory domain controllers, including experience with Windows 2008, Centrify, and Samba/Winbind/LDAP/Kerberos. + +\pagebreak +**Electronic Clearing House | Senior System Administrator | April 2005 - July 2006** + +- Linux systems engineer in a 24x7 transaction processing/ecommerce/flnancial services environment, collaborating with network administration and infrastructure design teams. + - Ensured continuous uptime for high-impact environments, including a 1TB MySQL database, 300TB Oracle database, 1.5TB Oracle Data Warehouse, and a 4,000-store LAMP-based ecommerce system (MerchantAmerica.com). + - Successfully deployed an enterprise-wide Linux backup system, featuring encrypted backups stored on a central server with ISCSI attached network storage, utilizing GNUPG and tar over SSH. Regular backups and restores were tested weekly. + - Led the deployment of Oracle database infrastructure, implementing two Oracle RAC clusters with Dell 6850 servers, Qual Dual Core Xeon processors, and 32GB of RAM each. The clusters ran on RedHat Enterprise Linux 4.0 64bit edition, serving Data Warehouse, Transaction Processing Software, and Credit Card Clearing applications. + +**GSI Commerce | System Administrator | March 2002 - February 2005** + +- Contributed to disaster recovery from an Informix Database failure. +- Streamlined FTP server conflguration and deployed open-source remote control software. +- Upgraded network infrastructure from hubs to managed switches. + +**ReachableCEO Enterprises | Freelancer | January 2001 - December 2024** + +- Deployed,configured,supported Cloudron and Coolify PAAS and a full IT/SRE/Devops and engineering software stack for a stealth aerospace startup. +- Provided technician support to a team of electrical engineers building the power system for the radar of FrakenSAM in Ukraine. Handled high / low voltage wiring and plumbing and documentation of those systems. +- Provided root cause analysis and remediation for a security breach at a defense contractor. +- Developed a rapidly field deployable mesh networking system for a variety of use cases. +- Developed a secure global video conferencing system using only 3mbps for a major defense contractor. +- Advised on backend infrastructure for broadcasting news and information via radio and internet into hostile powers. + +\pagebreak + +## Skills + +|Skill|Experience|Skill Details| +|---|---|---| +|**Linux**|22 years|RHEL,Debian,Ubuntu,kickstart,PXE, LDAP,SSSD,RPM/Deb package creation, quotas,extended permissions, clustering,NFS,Samba| +|**Unix**|5 years|HPUX/Solaris| +|**Windows**|22 years|Server (2008 2016),Windows client automated deployment (7,8,10,11),Active Directory,Group Policy,WSUS,Certificate Services,AD DNS,AD DHCP,complex multiple forest and domain setups | +|**Free/Libre/Open Source software**|22 years|Apache,Postfix,Qmail,Dovecot,Courier IMAP,Nginx,Matamo,Discourse,Wordpress, Mautic,Dolibarr,Revive Ad Server,Firefly,Cloudron,Coolify,Gitea, HomeAssistant, Jenkins,Rundeck,N8N, LetsEncrypt,ACME,cfssl| +|**Databases**|22 years| MySQL,PostgreSQL, Dbeaver,PHPMyAdmin,PostGIS| diff --git a/local/build/BuildTemplate-CandidateInfoSheet.yml b/local/build/BuildTemplate-CandidateInfoSheet.yml new file mode 100644 index 0000000..cfcfabe --- /dev/null +++ b/local/build/BuildTemplate-CandidateInfoSheet.yml @@ -0,0 +1,14 @@ +title: "{{CandidateName}} Candidate Information Sheet" +titlepage: true +titlepage-logo: "{{CandidateLogo}}" +toc: true +toc-own-page: true +date: \today +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "{{CandidateName}}" +footer-center: "{{CandidateTagline}}" +footer-right: "[Source code]({{SourceCode}})" +urlcolor: {{URLCOLOR}} +page-background: "{{PAGEBACKGROUND}}" \ No newline at end of file diff --git a/local/build/BuildTemplate-ClientSubmission.yml b/local/build/BuildTemplate-ClientSubmission.yml new file mode 100644 index 0000000..901b4f4 --- /dev/null +++ b/local/build/BuildTemplate-ClientSubmission.yml @@ -0,0 +1,7 @@ +title: "{{CandidateName}} Resume" +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "{{CandidateName}}" +urlcolor: {{URLCOLOR}} +page-background: "{{PAGEBACKGROUND}}" \ No newline at end of file diff --git a/local/build/BuildTemplate-JobBoard.yml b/local/build/BuildTemplate-JobBoard.yml new file mode 100644 index 0000000..5448a5d --- /dev/null +++ b/local/build/BuildTemplate-JobBoard.yml @@ -0,0 +1,12 @@ +title: "{{CandidateName}} Resume" +titlepage: true +titlepage-logo: "{{CandidateLogo}}" +date: \today +header-left: "\\hspace{1cm}" +header-center: "\\leftmark" +header-right: "Page \\thepage" +footer-left: "{{CandidateName}}" +footer-center: "{{CandidateTagline}}" +footer-right: "[Source code]({{SourceCode}})" +urlcolor: {{URLCOLOR}} +page-background: "{{PAGEBACKGROUND}}" \ No newline at end of file diff --git a/local/build/build.sh b/local/build/build.sh new file mode 100644 index 0000000..4b70b66 --- /dev/null +++ b/local/build/build.sh @@ -0,0 +1,262 @@ +#!/usr/bin/env bash + + +################################################### +# 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="Super awesome and stuff." +export CandidateLinkedin="https://www.linkedin.com/" +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/MarkdownResume-Pipeline" +export URLCOLOR="blue" +export PAGEBACKGROUND="../vendor/git.knownelement.com/ExternalVendorCode/pandoc-latex-template/examples/page-background/backgrounds/background3.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 +#################################################### + +############################################################ +# Setup globals +############################################################ + +readonly MO_PATH="bash ../../vendor/git.knownelement.com/reachableceo/MarkdownResume-Pipeline/vendor/git.knownelement.com/ExternalVendorCode/mo/mo" +readonly BUILD_OUTPUT_DIR="D:/tsys/@ReachableCEO/resume.reachableceo.com/" +readonly BUILD_TEMP_DIR="../build-temp" +readonly BUILDYAML_JOBBOARD="$BUILD_TEMP_DIR/JobBoard.yml" +readonly BUILDYAML_CLIENTSUBMISSION="$BUILD_TEMP_DIR/ClientSubmission.yml" +readonly BUILDYAML_CANDIDATEINFOSHEET="$BUILD_TEMP_DIR/CandidateInfoSheet.yml" + +CandidateInfoSheetMarkdownOutputFile="$BUILD_TEMP_DIR/CandidateInfoSheet.md" +CandidateInfoSheetPDFOutputFIle="$BUILD_OUTPUT_DIR/recruiter/CandidateInfoSheet.pdf" + +JobBoardMarkdownOutputFile="$BUILD_TEMP_DIR/JobBoard-Resume.md" +JobBoardPDFOutputFile="$BUILD_OUTPUT_DIR/job-board/CharlesNWyble-Resume.pdf" +JobBoardMSWordOutputFile="$BUILD_OUTPUT_DIR/job-board/CharlesNWyble-Resume.doc" + +ClientSubmissionMarkdownOutputFile="$BUILD_TEMP_DIR/ClientSubmit-Resume.md" +ClientSubmissionPDFOutputFile="$BUILD_OUTPUT_DIR/client-submit/CharlesNWyble-Resume.pdf" +ClientSubmissionMSWordOutputFile="$BUILD_OUTPUT_DIR/client-submit/CharlesNWyble-Resume.doc" + +echo "Cleaning up from previous runs..." + +rm $BUILDYAML_CANDIDATEINFOSHEET +rm $CandidateInfoSheetMarkdownOutputFile +rm $CandidateInfoSheetPDFOutputFIle + +rm $BUILDYAML_JOBBOARD +rm $JobBoardMarkdownOutputFile +rm $JobBoardPDFOutputFile +rm $JobBoardMSWordOutputFile + +rm $BUILDYAML_CLIENTSUBMISSION +rm $ClientSubmissionMarkdownOutputFile +rm $ClientSubmissionPDFOutputFile +rm $ClientSubmissionMSWordOutputFile + +# Expand variables into rendered YAML files. These will be used by pandoc to create the output artifacts + +$MO_PATH ./BuildTemplate-CandidateInfoSheet.yml > $BUILDYAML_CANDIDATEINFOSHEET +$MO_PATH ./BuildTemplate-JobBoard.yml > $BUILDYAML_JOBBOARD +$MO_PATH ./BuildTemplate-ClientSubmission.yml > $BUILDYAML_CLIENTSUBMISSION + +echo "Creating candidate info sheet..." + +$MO_PATH ../Templates/CandidateInfoSheet/CandidateInfoSheet.md > $CandidateInfoSheetMarkdownOutputFile + +pandoc \ +"$CandidateInfoSheetMarkdownOutputFile" \ +--template eisvogel \ +--metadata-file="../build-temp/CandidateInfoSheet.yml" \ +--from markdown \ +--to=pdf \ +--output $CandidateInfoSheetPDFOutputFIle + +echo "Combining markdown files into single input file for pandoc..." + +# Create contact info md file +$MO_PATH ../Templates/ContactInfo/ContactInfo-JobBoard.md > $BUILD_TEMP_DIR/ContactInfo-JobBoard.md +$MO_PATH ../Templates/ContactInfo/ContactInfo-ClientSubmit.md > $BUILD_TEMP_DIR/ContactInfo-ClientSubmit.md + +#Pull in contact info +cat $BUILD_TEMP_DIR/ContactInfo-JobBoard.md >> $JobBoardMarkdownOutputFile +echo " " >> $JobBoardMarkdownOutputFile + +cat $BUILD_TEMP_DIR/ContactInfo-ClientSubmit.md >> $ClientSubmissionMarkdownOutputFile +echo " " >> $ClientSubmissionMarkdownOutputFile + +echo "## Career Highlights" >> $JobBoardMarkdownOutputFile +echo "## Career Highlights" >> $ClientSubmissionMarkdownOutputFile + +cat ../Templates/SkillsAndProjects/Projects.md >> $JobBoardMarkdownOutputFile +echo "\pagebreak" >> $JobBoardMarkdownOutputFile + +cat ../Templates/SkillsAndProjects/Projects.md >> $ClientSubmissionMarkdownOutputFile +echo "\pagebreak" >> $ClientSubmissionMarkdownOutputFile + +echo " " >> $JobBoardMarkdownOutputFile +echo "## Employment History" >> $JobBoardMarkdownOutputFile +echo " " >> $JobBoardMarkdownOutputFile + +echo " " >> $ClientSubmissionMarkdownOutputFile +echo "## Employment History" >> $ClientSubmissionMarkdownOutputFile +echo " " >> $ClientSubmissionMarkdownOutputFile + +#And here we do some magic... +#Pull in : + +# employer +# title +# start/end dates of employment +# long form position summary data from each position + +IFS=$'\n\t' +for position in \ +$(cat ../Templates/WorkHistory/WorkHistory.csv); do + +COMPANY="$(echo $position|awk -F ',' '{print $1}')" +TITLE="$(echo $position|awk -F ',' '{print $2}')" +DATEOFEMPLOY="$(echo $position|awk -F ',' '{print $3}')" + +echo " " >> "$JobBoardMarkdownOutputFile" +echo "**$COMPANY | $TITLE | $DATEOFEMPLOY**" >> $JobBoardMarkdownOutputFile +echo " " >> "$JobBoardMarkdownOutputFile" + +echo "**$COMPANY | $TITLE | $DATEOFEMPLOY**" >> $ClientSubmissionMarkdownOutputFile +echo " " >> "$ClientSubmissionMarkdownOutputFile" + +echo " " >> "$JobBoardMarkdownOutputFile" +cat ../Templates/JobHistoryDetails/$COMPANY.md >> "$JobBoardMarkdownOutputFile" +echo " " >> "$JobBoardMarkdownOutputFile" + +cat ../Templates/JobHistoryDetails/$COMPANY.md >> "$ClientSubmissionMarkdownOutputFile" +echo " " >> "$ClientSubmissionMarkdownOutputFile" +done + +#Pull in my skills and generate a beautiful table. + +echo "\pagebreak" >> $JobBoardMarkdownOutputFile +echo " " >> "$JobBoardMarkdownOutputFile" +echo "## Skills" >> "$JobBoardMarkdownOutputFile" +echo " " >> "$JobBoardMarkdownOutputFile" + +echo "\pagebreak" >> $ClientSubmissionMarkdownOutputFile +echo " " >> "$ClientSubmissionMarkdownOutputFile" +echo "## Skills" >> "$ClientSubmissionMarkdownOutputFile" +echo " " >> "$ClientSubmissionMarkdownOutputFile" + +#Table heading +echo "|Skill|Experience|Skill Details|" >> $JobBoardMarkdownOutputFile +echo "|---|---|---|" >> $JobBoardMarkdownOutputFile + +echo "|Skill|Experience|Skill Details|" >> $ClientSubmissionMarkdownOutputFile +echo "|---|---|---|" >> $ClientSubmissionMarkdownOutputFile + +#Table rows +IFS=$'\n\t' +for skill in \ +$(cat ../Templates/SkillsAndProjects/Skills.csv); do +SKILL_NAME="$(echo $skill|awk -F '|' '{print $1}')" +SKILL_YEARS="$(echo $skill|awk -F '|' '{print $2}')" +SKILL_DETAIL="$(echo $skill|awk -F '|' '{print $3}')" +echo "|**$SKILL_NAME**|$SKILL_YEARS|$SKILL_DETAIL|" >> $JobBoardMarkdownOutputFile +echo "|**$SKILL_NAME**|$SKILL_YEARS|$SKILL_DETAIL|" >> $ClientSubmissionMarkdownOutputFile + +done +unset IFS + +echo "Generating PDF output for job board version..." + +pandoc \ +"$JobBoardMarkdownOutputFile" \ +--template eisvogel \ +--metadata-file="../build-temp/JobBoard.yml" \ +--from markdown \ +--to=pdf \ +--output $JobBoardPDFOutputFile + +echo "Generating MSWord output for job board version..." + +pandoc \ +"$JobBoardMarkdownOutputFile" \ +--metadata-file="../build-temp/JobBoard.yml" \ +--from markdown \ +--to=docx \ +--reference-doc=resume-docx-reference.docx \ +--output $JobBoardMSWordOutputFile + +echo "Generating PDF output for client submission version..." + +pandoc \ +"$ClientSubmissionMarkdownOutputFile" \ +--template eisvogel \ +--metadata-file="../build-temp/ClientSubmission.yml" \ +--from markdown \ +--to=pdf \ +--output $ClientSubmissionPDFOutputFile + +echo "Generating MSWord output for client submission version..." + +pandoc \ +"$ClientSubmissionMarkdownOutputFile" \ +--metadata-file="../build-temp/ClientSubmission.yml" \ +--from markdown \ +--to=docx \ +--reference-doc=resume-docx-reference.docx \ +--output $ClientSubmissionMSWordOutputFile \ No newline at end of file diff --git a/local/build/resume-docx-reference.docx b/local/build/resume-docx-reference.docx new file mode 100644 index 0000000000000000000000000000000000000000..f631233c87107679084ef87ae526a99832f938e3 GIT binary patch literal 16716 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 literal 0 HcmV?d00001