#include <stdio.h>
#include <stdbool.h>
typedef struct {
char* name;
char* current_role;
char* certification;
char* passions[3];
bool is_digital_nomad;
char* route;
} Agent;
int main() {
Agent b0dre = {
.name = "Wilson Lora Bodre",
.current_role = "IT Specialist & Developer",
.certification = "MS-900",
.passions = {"Ethical Hacking", "Chess", "Yoga & Meditation (Yogi ποΈ)"},
.is_digital_nomad = true,
.route = "Dominican Republic (RD π©π΄) -> Spain (ES πͺπΈ)"
};
while (b0dre.is_digital_nomad) {
// Exploring new networks, codebases, and paths...
break;
}
return 0;
}> [SYS_INIT] Loading interface...
> [PORT_SCAN] Done. Active services:
βββ π¨πΎπ» IT Architecture & Cloud [MS-900]
βββ π Software Development
βββ π Cyber Security & Ethical Hacking
βββ βοΈ Chess Strategy & Tactics
βββ π§πΎβοΈ Yoga / Mindfulness Practice
[Languages] : Python | Bash | C/C++ | JavaScript | SQL
[Tools & Sec] : Linux | Git | Nmap | Burp Suite | Metasploit | Docker
[Cloud / Sys] : Microsoft 365 | MS-900 | Networking | Virtualization
// connection established. stay safe.