Skip to content
View sagalou's full-sized avatar

Highlights

  • Pro

Block or report sagalou

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sagalou/README.md

Hi, I'm Sagal πŸ‘‹

Cybersecurity-focused Software Engineering student at Holberton | Former archaeologist πŸ›οΈ

About me

After an unconventional journey in archaeology and cultural heritage, I am now fully dedicated to Software Engineering, with a growing focus on Cybersecurity.

I hold a Master's degree in Archaeology and I am currently studying at Holberton School, where I strengthen my technical expertise through intensive, project-based learning.

My academic and professional journey in archaeology β€” including work on virtual city reconstructions and digital exhibition projects β€” allowed me to develop strong analytical skills, research discipline, and meticulous attention to detail. Recreating past civilizations through digital environments naturally led me to a deeper passion for technology and system architecture.

At Holberton, I learn how to learn efficiently, adapt quickly, and approach complex problems with autonomy and rigor. The methodology pushes me to think critically, collaborate effectively, and build scalable, meaningful solutions.

I am particularly driven by cybersecurity: understanding how systems work at their core, identifying vulnerabilities, and contributing to building secure and resilient digital environments. My current focus is on Cyber Threat Intelligence (CTI) and SOC analysis β€” threat actor mapping, OSINT, log analysis, and incident detection.

πŸ›  Tech Stack

πŸ’» OS

Linux macOS Windows

🧠 Languages

C Python JavaScript SQL

πŸ”§ Frameworks & APIs

Flask REST API SQLAlchemy

πŸ›‘οΈ Cybersecurity

Wireshark MITRE ATT&CK OSINT

πŸ›  Tools & Editors

VS Code Git Docker Vim Emacs Bash

Pinned Loading

  1. holbertonschool-interview holbertonschool-interview Public

    Create a function def pascal_triangle(n): that returns a list of lists of integers representing the Pascal's triangle of n:

    Python

  2. holbertonschool-printf holbertonschool-printf Public

    Group project on the function printf

    C 1

  3. holbertonschool-core-engineering holbertonschool-core-engineering Public

    Python

  4. holbertonschool-france-certificates-ibm holbertonschool-france-certificates-ibm Public

    Repository storing IBM certificates obtained through the Holberton France x IBM partnership on the SkillsBuild platform.

  5. holbertonschool-sorting_algorithms holbertonschool-sorting_algorithms Public

    Sorting Algorithms & Big O β€” C implementation of bubble sort, insertion sort, selection sort and merge sort with time complexity analysis. Holberton School β€” C track.

    C