Personal portfolio built with Astro, TailwindCSS, and React, focused on Cybersecurity, Threat Hunting, Detection Engineering, DFIR, Incident Response, and Cloud Security.
This site serves as a professional presentation of my technical profile, experience, projects, education, and contact channels.
This portfolio is oriented toward showcasing my transition and specialization in:
- Threat Hunting
- Detection Engineering
- DFIR
- Incident Response
- Cloud Security
- SOC Operations
- Cybersecurity labs
- Reproducible technical documentation
- Home
- Projects
- Experience
- Education
- Contact
This portfolio links to public technical repositories related to cybersecurity, documentation, labs, and security analysis.
Structured Threat Hunting knowledge base and lab focused on hypothesis-driven investigations, MITRE ATT&CK, and Cyber Kill Chain.
Repository:
https://github.com/beathunterzero/cyber-threat-hunting
Lab repository with controlled logs, PCAP files, queries, analyst notes, and technical evidence to reproduce Threat Hunting investigations.
Repository:
https://github.com/beathunterzero/cyber-threat-hunting-lab-logs
Practical Elastic Security lab for log ingestion, telemetry analysis, Kibana visualization, and search development oriented toward Threat Hunting and Detection Engineering.
Repository:
https://github.com/beathunterzero/elastic-security-lab
Technical knowledge base about tools, automation, and working environment configuration using PowerShell, Git, WSL, Python, and Docker.
Repository:
https://github.com/beathunterzero/engineering-knowledge-base
- Astro
- TailwindCSS
- React
- TypeScript
- GitHub Pages
- GitHub Actions
public/
├── docs/
├── fonts/
└── svg/
src/
├── components/
│ ├── contact.astro
│ ├── education.astro
│ ├── experience.astro
│ ├── footer.astro
│ ├── home.astro
│ ├── logoWall.astro
│ ├── nav.astro
│ └── projects.astro
├── layouts/
│ └── Layout.astro
├── React/
│ ├── LetterGlitch.tsx
│ └── SkillsList.tsx
└── pages/
└── index.astro
Clone the repository:
git clone https://github.com/beathunterzero/beathunterzero.github.io.gitEnter the project directory:
cd beathunterzero.github.ioInstall dependencies:
npm installStart the development server:
npm run devBuild for production:
npm run buildPreview the production build locally:
npm run previewThis site is prepared to be deployed on GitHub Pages through GitHub Actions.
Site URL:
https://beathunterzero.github.io
This portfolio is based on an original template created by Oscar Hernandez / Gothsec.
Original author:
The template was modified and adapted to build Rhodyn Ildefonso’s personal portfolio, including changes to content, structure, sections, styling, professional focus, projects, experience, education, and deployment.
The LetterGlitch component is based on a component from ReactBits.
Reference:
This project preserves the MIT License from the original template.
Original template:
Copyright (c) 2025 Oscar Hernandez
Modifications, portfolio content, professional structure, and adaptation:
Copyright (c) 2026 Rhodyn Ildefonso
See the LICENSE file for more details.