interface Developer {
name: string;
role: string;
passions: string[];
currentFocus: string[];
funFact: string;
}
const roi: Developer = {
name: "Roi Borromeo",
role: "Full-Stack Developer & Hardware Enthusiast",
passions: ["Clean Architecture", "IoT Innovation", "Network Engineering"],
currentFocus: ["Modern Web Apps", "ESP32 Projects", "Infrastructure Automation"],
funFact: "I debug both software bugs and electrical circuits! โก"
};
๐จโ๐
Happy now
Pinned Loading
-
-
Cross-Device-Clipboard-Sync
Cross-Device-Clipboard-Sync PublicProgressive Web app for synchronizing Clipboard between Mobile and Linux cli with jq and fzf
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.