Hey! I'm Yakov, an avid Java / Rust programmer currently working as a SWE @ Lyra Technologies. Although most knowledgeable in Java and C++ I am also familiar with C++, OCaml, Python, and JS. I currently operate various Open Source repositories, and maintain a developer community on discord with 10,000 members, along with studying at Monash University! Check out my pinned repositories below to see what I've been up to.
class Swofty extends Programmer {
pronouns = "he / him";
languages = [Java, Rust, C++, OCaml]; // order from most used to least
constructor() {
super("Java"); // programmer constructor takes a main language parameter
// dm me "swofty"
this.comissions = false;
}
greet() {
return "hello fellow code monkey";
}
}






