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 supported. This note will be visible to only 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, owner of atlasmc, and student. ❄️ ~

Hey! I'm Swofty, an avid Java / C++ programmer with tons of real-world experience. Although most knowledgeable in Java and C++ I am also familiar with PHP, Python, JS, Ruby, and C#.

I owned the former Atlas Network (9k discord members), where I managed and innovated alongside a development team of 8 - We have had over 150 thousand unique players log in and our codebase contains over 1 million LOC. Nowadays I'm a part of the Open Source community alongside 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, C++, CSharp, Python, Ruby]; // order from most used to least
		
	constructor() {
		super("Java"); // programmer constructor takes a main language parameter
		
		// dm me "Swofty"
		this.comissions = true;
	}
	
	greet() {
		return "hello fellow code monkey";
	}
}
my current projects
Hypixel SkyBlock Recreation, Open Source



❄️ add me

Pinned Loading

  1. HypixelSkyBlock HypixelSkyBlock Public

    Minecraft 1.21.11 (no Spigot) recreation of Hypixel SkyBlock with a goal of a properly abstracted and scalable codebase.

    Java 211 68

  2. AtlasRedisAPI AtlasRedisAPI Public

    Blazingly fast multi-purpose Redis API based on Jedis. Used and maintained by Atlas Network.

    Java 17 2

  3. SwoftyDB SwoftyDB Public

    A custom Java-based NoSQL database schema utilizing ProtocolBuffers - Supports File System Storage and Redis Storage.

    Java 2 1

  4. 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 34 1

  5. StockMarketAlgorithmTester StockMarketAlgorithmTester Public

    A library for implementing your own Stock Market Algorithm and seeing how it performs against historical results.

    Java 1

  6. SwoftLang SwoftLang Public

    A blazingly fast scripting language written in C++ for creating Minecraft servers without Spigot.

    C++ 11