interface Developer {
name: string;
roles: string[];
languages: string[];
currentlyLearning: string;
funFact: string;
}
const me: Developer = {
name: "marenace380",
roles: [
"Full Stack Developer",
"Cheat Engineer",
"Web Architect",
"Reverse Engineer"
],
languages: [
"C++", "C#", "Python",
"JavaScript", "TypeScript",
"Rust", "Lua"
],
currentlyLearning: "Kernel Exploits & Rust",
funFact: "I debug in my dreams"
}; |
Game Engineering
Web Development
Security Research
|
Pinned Loading
-
moondownloader
moondownloader PublicForked from LeyckerS/moondownloader
Lightning-fast bulk file downloader for datanodes.to & fuckingfast.co - 253 MB/s on 2.5 Gbps fiber. Playwright extraction + aiohttp async engine.
Python 1
-
plugins
plugins PublicForked from homebridge/plugins
Information and resources for Homebridge plugins.
TypeScript
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.

