Projects

Technical implementations and labs designed to strengthen skills in cloud, networking, and systems administration.

Technical Projects

This section showcases projects and labs developed as part of my continuous learning and hands-on technical experience.

Personal Web Portfolio on Azure

Project Description

Design, implementation, and deployment of this website using modern web technologies and Microsoft Azure cloud services, integrating version control and CI/CD automation.

Objective

To design, implement, and deploy a professional static website using HTML, CSS, and JavaScript, versioned with Git and GitHub, and integrated with a CI/CD pipeline using GitHub Actions to automate build and deployment processes.
The site is hosted on Azure Static Web Apps with a custom domain and uses Azure Blob Storage for secure distribution of downloadable PDF files in both Spanish and English.


Project Scope

  • Development of a static website using HTML, CSS, and JavaScript.
  • Version control and change management with Git and GitHub.
  • Implementation of a CI/CD pipeline using GitHub Actions.
  • Hosting and deployment using Azure Static Web Apps.
  • Custom domain configuration and service integration.
  • Creation and management of an Azure Storage Account (Blob Storage).
  • Multi-language (ES / EN) downloadable content integration.
  • Application of best practices for structure, basic SEO, and environment separation.
HTML · CSS · JavaScript · Git · GitHub · GitHub Actions · Azure Static Web Apps · Azure Blob Storage · CI/CD · Cloud

Network Infrastructure Design and Implementation

Project Description

Design and implementation of an enterprise network infrastructure based on a three-tier hierarchical model (Access, Distribution/Core, and Perimeter), integrating switching, dynamic routing, and perimeter security.
This lab simulates a real corporate environment with high availability, network segmentation, and secure Internet access.

Objective

To build a scalable and robust topology that enables efficient communication between network segments, internal and external dynamic routing, and controlled, secure Internet access.

Components and Technologies

Access Layer (L2)
  • Cisco Catalyst 2960-X and 2960-S
  • VLAN trunking and STP
Distribution / Core Layer (L3)
  • Cisco Catalyst 3750-X
  • SVIs and OSPF routing (Area 0)
Routers
  • Cisco 1900 and 1800 Series
  • OSPF for internal routing
  • BGP for inter-AS connectivity
Perimeter Security
  • Cisco ASA 5508-X Firewall
  • BGP integration with core
  • Inside / Outside segmentation
  • Internet access via DHCP

Project Scope

  • Implementation of OSPF as the internal routing protocol.
  • BGP configuration to simulate a multi-AS environment.
  • ASA firewall acting as the Internet edge.
  • Modular design for scalability and troubleshooting.
  • Lab documented with real Cisco device configurations.
Networking · Routing · Switching · OSPF · BGP · VLANs · EtherChannel · Cisco Catalyst · Cisco ASA · LAN/WAN · TCP/IP · VRRP · Network Design