type user = {
name : string;
role : string;
interests : (string * string list) list;
learning : (string * string list) list;
playgrounds : (string * string list) list;
stack : (string * string list) list;
}
let me = {
name = "saad0x1";
role = "Security Engineer";
interests = [
("Programming", ["Functional Programming"; "Object-Oriented Programming"; "Compiler Design"]);
("Computer Science", ["Operating Systems"; "Computer Architecture"; "Networking"]);
("Systems", ["System Design"; "Infrastructure"; "DevOps"]);
("Security", ["CTI"; "DFIR"; "PT Web/AD"; "Maldev/Evasion"; "RE/Pwn"]);
];
learning = [
("Computer Science", ["Data Structures"; "Algorithms"; "Operating Systems"; "Computer Architecture"; "Networking"]);
("Programming", ["Python"; "Go"; "JS/TS"]);
("Low Level", ["x86_64"; "C"]);
];
playgrounds = [
("Coding", ["BOOT.DEV"; "codecrafters.io"; "checkio.org"; "HackerRank"]);
("CTF", ["Hack The Box"; "pwn.college"; "TryHackMe"]);
];
stack = [
("Languages", ["Python"; "Go"; "C"; "Bash"; "PowerShell"]);
("DevOps", ["Nix"; "Docker"; "Kubernetes"; "Ansible";]);
("CI/CD", ["Git"; "GitHub Actions"]);
("Infrastructure", ["Apache"; "Nginx"; "MySQL"; "Grafana"]);
];- Email: simon@thecybersimon.com
- Website: thecybersimon.com
- CTF Team: Inscrutable
- HTB Team: Botnet Buddies


