This portfolio showcases the skills, certifications, and projects of Jaime Ramsden de Frutos, a dedicated cybersecurity professional with a strong background in IT and programming. The portfolio includes various sections such as About, Portfolio, and Certifications, highlighting Jaime's expertise and achievements.
Projects are populated dynamically from the public GitHub repositories under the account @JimBLogic using the GitHub REST API on page load (client-side). Only non-fork repositories are displayed, sorted by stars and recent updates, and cached in the browser for one hour.
- About
- Portfolio
- Certifications
- Projects (auto-fetched from GitHub)
- Access Control Basics
- Cryptography Basics
- Firewall Basics
- Group Policy Basics
- IP Addressing Basics
- Patching Basics
- General Security Concepts
- Security Architecture
- Security Operations
- Security Program Management and Oversight
- Threats, Vulnerabilities, and Mitigations
- Vulnerability Scanner Basics
- Welcome to Cybrary
- Blue Team Junior Analyst Pathway Bundle
- Introduction to Dark Web Operations
- Introduction to Digital Forensics
- Introduction to Network Analysis
- Introduction to OSINT
- Introduction to PowerShell
- Introduction to Threat Hunting
- Introduction to Virtual Machines
- Introduction to Vulnerability Management
- Mental Health in Cybersecurity
- Introduction to Python
- Wireshark
- Tcpdump
- Splunk
- Suricata
- Chronicle
- Windows Registry Explorer
- Greenbone
- TryHackMe
- Linux
- Windows
- iOS
- Python
- SQL
- GitHub
- Google Workspace
- Slack
- Discord
- Zendesk
- Trello
- Vercel
- Cybrary IT and Cybersecurity Foundations
- Security Blue Team Learning Journey
- AWS & IBM Skills Build
- TryHackMe & HackTheBox
- HackTheBox Achievement 1
- HackTheBox Achievement 2
- Web Development with Python
- Knowledge of Cybersecurity Skills
jimblogic.github.io/
├── .github/workflows
│ └── build-deploy.yml
├── UpgradeHub
│ ├── upgradehubcert.png
├── assets
│ ├── Images
│ │ ├── Profilepicandother
│ │ │ ├── my-avatar.png
│ │ │ ├── AWS SimuLearn Cloud Practitioner 12h.png
│ │ │ ├── blueteam.png
│ │ │ ├── credly.png
│ │ │ ├── cybrary.jpg
│ │ │ ├── dot.txt
│ │ │ ├── ibm.jpg
│ │ │ ├── incident.png
│ │ │ ├── logo.png
│ │ │ ├── sql.png
│ │ │ ├── tryhackme badges.png
│ │ │ ├── tryhackme.png
│ │ │ ├── tryhackmehackthebox.jpg
│ │ │ └── vulnerableanalysis.png
│ ├── certs
│ │ ├── MosseCyberSecurityInstitute
│ │ │ └── KCCS - Knowledge of Cybersecurity Skills.png
│ │ └── SecurityBlueTeam
│ │ ├── Blue Team Junior Analyst Pathway Bundle-btja.png
│ │ ├── Introduction to Dark Web Operations-course.png
│ │ ├── Introduction to Digital Forensics-course.png
│ │ ├── Introduction to Network Analysis-course.jpg
│ │ ├── Introduction to OSINT-course.png
│ │ ├── Introduction to PowerShell-course.png
│ │ ├── Introduction to Python.PNG
│ │ ├── Introduction to Threat Hunting-course.png
│ │ ├── Introduction to Virtual Machines-course.jpg
│ │ └── Introduction to Vulnerability Management-course.png
│ ├── aws
│ │ ├── Introduction to Python pt1.png
│ │ └── Introduction to Python pt2.png
│ ├── cybrary
│ │ ├── cybrary-cert-access-control-basics.png
│ │ ├── cybrary-cert-cryptography-basics.png
│ │ ├── cybrary-cert-firewall-basics.png
│ │ ├── cybrary-cert-group-policy-basics.png
│ │ ├── cybrary-cert-ip-addressing-basics.png
│ │ ├── cybrary-cert-patching-basics.png
│ │ ├── cybrary-cert-security-general-security-concepts.png
│ │ ├── cybrary-cert-security-security-architecture.png
│ │ ├── cybrary-cert-security-security-operations.png
│ │ ├── cybrary-cert-security-security-program-management-and-oversight.png
│ │ ├── cybrary-cert-security-threats-vulnerabilities-and-mitigations.png
│ │ ├── cybrary-cert-vulnerability-scanner-basics.png
│ │ └── cybrary-cert-welcome-to-cybrary.png
│ ├── software
│ │ ├── discord.png
│ │ ├── github.png
│ │ ├── google_workspace.png
│ │ ├── ios.png
│ │ ├── linux.png
│ │ ├── python.png
│ │ ├── slack.png
│ │ ├── sql.png
│ │ ├── trello.png
│ │ ├── vercel.png
│ │ ├── windows.png
│ │ └── zendesk.png
│ └── tools
│ ├── Logo-Suricata-horiz-R.png
│ ├── chronicle.png
│ ├── chronicle.svg
│ ├── greenbone.png
│ ├── greenbone.svg
│ ├── splunk.png
│ ├── splunk.svg
│ ├── suricata.png
│ ├── suricata.svg
│ ├── tcpdump.png
│ ├── tcpdump.svg
│ ├── thm.png
│ ├── thm.svg
│ ├── windows_registry.png
│ ├── windows_registry.svg
│ ├── wireshark.png
│ └── wireshark.svg
├── css
│ └── style.css
├── js
│ ├── script.js
│ └── translate.js
├── pdfs
│ ├── IBM
│ │ └── python 60h.pdf
│ ├── SecurityBlueTeam
│ │ ├── Blue Team Junior Analyst Pathway Bundle-btja.pdf
│ │ ├── Introduction to Dark Web Operations-course.pdf
│ │ ├── Introduction to Digital Forensics-course.pdf
│ │ ├── Introduction to Network Analysis-course.pdf
│ │ ├── Introduction to OSINT-course.pdf
│ │ ├── Introduction to PowerShell-course.pdf
│ │ ├── Introduction to Python-course.pdf
│ │ ├── Introduction to Threat Hunting-course.pdf
│ │ ├── Introduction to Virtual Machines-course.pdf
│ │ └── Mental Health in Cybersecurity-course.pdf
│ ├── UpgradeHub
│ │ └── UpgradeHub Cert.pdf
│ └── Jaime Ramsden de Frutos CV.pdf
├── .github/workflows/build-deploy.yml
├── .gitignore
├── .nojekyll
├── LICENSE
├── README.md
├── certificates.json
├── index.html
├── script.js
├── software.json
├── style.css
└── tools.json
This project is licensed under the MIT License. See the LICENSE file for details.
For more information, visit the portfolio website at https://jimblogic.github.io/