Skip to content
View aivruu's full-sized avatar
🎢
I fixed it(?)
🎢
I fixed it(?)

Organizations

@lowycraft

Block or report aivruu

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
aivruu/readme.md

Hi there πŸ‘‹

X LinkedIn

I'm a Software Developer, but mostly a Minecraft Plugin Developer since five years using Java along with other languages and/or technologies for either minecraft-oriented or general-purpose projects.

During my free time I like to spend my time creating and contribuiting to OSS projects, specially those that involves object-oriented-programming. Along with Java, I tried other languages such as Go, Python and C, along with some frameworks/libraries that works with these languages.

My work

I do multiple kinds of work either to contribute to other projects, or create projects with an idea for personal-use or general helpful.

OSS is a huge part of my time and experience as developer, so I would like to highlight some projects that've created, as well servers I've worked for as Developer.

  • PardoCraft - Developer (2021)
  • Velex Network - Developer (2023 - 2024)
  • SummonCraft - Developer (2024)
  • SpaceMC - Developer (2024 - 2025)
πŸ“¦ Projects πŸ“œ Language
🏷 teams β€” Packed-based plugin for Minecraft servers that allow players to select customizable-tags for their nicknames. Java
πŸ“Œ REvt (RegionEvents) β€” Provides events & API to work with WorldGuard's regions. Java
πŸŒ’ go-viewer β€” a CLI program that allows fetch information about repositories and releases, and download releases' assets. Golang
🦺 cma β€” Very-basic Memory Allocator. C

You can also contact me via πŸ’¬ Discord: qekly.dev

My Tech Stack

Java Go Python C Rust IntelliJ IDEA VSCode Eclipse git github actions pytest pyqt Ubuntu Windows SQLite MongoDB MariaDB bash TOML YAML

Pinned Loading

  1. repo-viewer repo-viewer Public

    Utility for view GitHub repositories' information/releases, and download releases' assets.

    Java 2

  2. cma cma Public

    C written memory-allocator for practice-purposes.

    C

  3. teams teams Public

    A plugin that gives your players the ability to select customizable-tags and showcase them on their name-tag and tab-list.

    Java 1

  4. Utility for ChatFormatting (NMS 1.21... Utility for ChatFormatting (NMS 1.21.1) to Adventure Component conversion
    1
    package io.github.aivruu.teams.packet.application;
    2
    
                  
    3
    import net.kyori.adventure.text.Component;
    4
    import net.kyori.adventure.text.TextComponent;
    5
    import net.kyori.adventure.text.format.NamedTextColor;
  5. go-viewer go-viewer Public

    repo-viewer based-project made with Go

    Go

  6. PythonExerciseN1 PythonExerciseN1 Public

    An exercise of my programming class recreated on Python

    Python