Skip to content

beathunterzero/beathunterzero.github.io

 
 

Repository files navigation

Rhodyn Ildefonso Portfolio

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.


Professional Focus

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

Site Sections

  • Home
  • Projects
  • Experience
  • Education
  • Contact

Featured Projects

This portfolio links to public technical repositories related to cybersecurity, documentation, labs, and security analysis.

cyber-threat-hunting

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

cyber-threat-hunting-lab-logs

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

elastic-security-lab

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

engineering-knowledge-base

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


Portfolio Tech Stack

  • Astro
  • TailwindCSS
  • React
  • TypeScript
  • GitHub Pages
  • GitHub Actions

Project Structure

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

Local Development

Clone the repository:

git clone https://github.com/beathunterzero/beathunterzero.github.io.git

Enter the project directory:

cd beathunterzero.github.io

Install dependencies:

npm install

Start the development server:

npm run dev

Build for production:

npm run build

Preview the production build locally:

npm run preview

Deployment

This site is prepared to be deployed on GitHub Pages through GitHub Actions.

Site URL:

https://beathunterzero.github.io


Credits

This portfolio is based on an original template created by Oscar Hernandez / Gothsec.

Original author:

https://github.com/Gothsec

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:

https://www.reactbits.dev/


License

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.

About

Professional cybersecurity portfolio showcasing Threat Hunting, Detection Engineering, DFIR, Cloud Security, technical projects, and security labs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Astro 79.0%
  • TypeScript 19.3%
  • JavaScript 1.7%