populate data using json, formatting
This commit is contained in:
22
src/_data/certifications.json
Normal file
22
src/_data/certifications.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name": "JNCIA - DevOps",
|
||||
"earned": "July 2025"
|
||||
},
|
||||
{
|
||||
"name": "JNCIS - Service Provider",
|
||||
"earned": "June 2025"
|
||||
},
|
||||
{
|
||||
"name": "JNCIS - Enterprise",
|
||||
"earned": "March 2025"
|
||||
},
|
||||
{
|
||||
"name": "JNCIA - Junos",
|
||||
"earned": "May 2023"
|
||||
},
|
||||
{
|
||||
"name": "CCNA",
|
||||
"earned": "April 2023"
|
||||
}
|
||||
]
|
41
src/_data/roles.json
Normal file
41
src/_data/roles.json
Normal file
@@ -0,0 +1,41 @@
|
||||
[
|
||||
{
|
||||
"title": "Service Activation Engineer",
|
||||
"company": "Sparklight",
|
||||
"time": "June 2024 - Present",
|
||||
"featured": true,
|
||||
"description": "Expertly activated new DIA, EPL, and CBH Ethernet services through design, deployment, and testing. Proactively identified and resolved network constraints to facilitate multi-gigabit services. Contributed to key company initiatives including billing migration and IP entanglement projects."
|
||||
},
|
||||
{
|
||||
"title": "Service Activation Technician III",
|
||||
"company": "Cable One",
|
||||
"featured": true,
|
||||
"description": "Led the activation of complex Ethernet services, ensuring high standards of quality and performance. Collaborated with cross-functional teams to enhance service delivery processes and improve customer satisfaction.",
|
||||
"time": "April 2023 - June 2024"
|
||||
},
|
||||
{
|
||||
"title": "Service Activation Technician II",
|
||||
"company": "Cable One",
|
||||
"featured": true,
|
||||
"description": "Managed the activation of Ethernet services, focusing on efficiency and reliability. Played a key role in troubleshooting and resolving service issues to maintain high customer satisfaction.",
|
||||
"time": "July 2020 - April 2023"
|
||||
},
|
||||
{
|
||||
"title": "Service Activation Technician I",
|
||||
"company": "Hargray",
|
||||
"featured": false,
|
||||
"time": "May 2017 - July 2020"
|
||||
},
|
||||
{
|
||||
"title": "IT - Helpdesk Technician",
|
||||
"company": "Hargray",
|
||||
"featured": false,
|
||||
"time": "February 2016 - May 2017"
|
||||
},
|
||||
{
|
||||
"title": "TAC Support Technician",
|
||||
"company": "Hargray",
|
||||
"featured": false,
|
||||
"time": "May 2014 - February 2016"
|
||||
}
|
||||
]
|
32
src/_data/services.json
Normal file
32
src/_data/services.json
Normal file
@@ -0,0 +1,32 @@
|
||||
[
|
||||
{
|
||||
"name": "Network Design & Architecture",
|
||||
"icon": "fa-network-wired",
|
||||
"description": "Custom network designs for scalability and performance, including LAN/WAN, VLAN/VPN, and Metro Ethernet solutions."
|
||||
},
|
||||
{
|
||||
"name": "Service Activation & Provisioning",
|
||||
"icon": "fa-plug",
|
||||
"description": "Expert activation for DIA, EPL, and CBH Ethernet services. End-to-end project management from design to deployment."
|
||||
},
|
||||
{
|
||||
"name": "Troubleshooting & Root Cause Analysis",
|
||||
"icon": "fa-tools",
|
||||
"description": "Proactive identification and resolution of network constraints and issues to ensure optimal performance and reliability."
|
||||
},
|
||||
{
|
||||
"name": "Automation & Scripting",
|
||||
"icon": "fa-code",
|
||||
"description": "Developing automation solutions using Python, Ansible, and Jinja to streamline network operations and reduce manual errors."
|
||||
},
|
||||
{
|
||||
"name": "Homelabbing & Self-Hosting",
|
||||
"icon": "fa-server",
|
||||
"description": "Consultation on server hardware, web hosting, hypervisors (like Proxmox/ESXi), Docker, and storage arrays (NAS/SAN)."
|
||||
},
|
||||
{
|
||||
"name": "Technical Training",
|
||||
"icon": "fa-chalkboard-teacher",
|
||||
"description": "Providing cross-departmental training on network technologies, protocols, and best practices."
|
||||
}
|
||||
]
|
18
src/_data/skills.json
Normal file
18
src/_data/skills.json
Normal file
@@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"name": "Networking",
|
||||
"keywords": "Design, Addressing, VLAN/VPN, Metro Ethernet, FTTX, Fixed Wireless"
|
||||
},
|
||||
{
|
||||
"name": "Protocols & Technologies",
|
||||
"keywords": "NFS, SMB, FTP, DHCP, OSPF, IS-IS, BGP, MPLS, STP, G.8032, 802.1ad, SIP/VOIP"
|
||||
},
|
||||
{
|
||||
"name": "Systems & Software",
|
||||
"keywords": "Linux, macOS, MS Windows, Excel, Visio, SharePoint, OPNSense, DD-WRT"
|
||||
},
|
||||
{
|
||||
"name": "Vendors & Platforms",
|
||||
"keywords": "Juniper, Accedian, Adtran, Calix, Ciena, Cisco, Incognito, Alcatel-Lucent"
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user