Skip to content
View Swofty-Developments's full-sized avatar
🏢
Workin it up
🏢
Workin it up

Organizations

@monashcoding @AtlasNetworkDev @CS230-M @CS002153M

Block or report Swofty-Developments

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

My only discord is 'swofty', anyone else is fake.

~ long-time programmer, swe @ lyra technologies, and student. ❄️ ~

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";
	}
}
my current projects
Hypixel Recreation, Open Source



Pinned Loading

  1. HypixelRecreation HypixelRecreation Public

    Minecraft 26.2 (no Spigot) recreation of Hypixel, including Ravengard, SkyBlock, BedWars, SkyWars and Murder Mystery.

    Java 309 85

  2. Continued-Slime-World-Manager Continued-Slime-World-Manager Public

    Maintained and updated 1.8 variant of SlimeWorldManager utilizing the Slime format made by @HypixelDev.

    Java 39 3

  3. CodeForge CodeForge Public

    An IDE built off of Claude Code — open a repository and see features, not files. Feature index, live timeline, embedded Claude sessions, worktree contexts, feature-grouped diff review.

    Rust 9

  4. SwoftLang SwoftLang Public

    Scripting language for creating Minecraft servers without Spigot. https://lang.swofty.net

    OCaml 15

  5. SwoftyDataHandler SwoftyDataHandler Public

    A reactive, type-safe data management library for Java applications with shared/linked fields, expiration, validation, events, transactions, and bulk operations.

    Java 6

  6. MinecraftInjectionPOC MinecraftInjectionPOC Public

    A Proof-Of-Concept (POC) for near-tracelessly injecting (and ejecting!) into the Minecraft client using ASM.

    C 14 1