Skip to content
View Savag3life's full-sized avatar
  • Supreme Ventures
  • Comox BC, Canada
  • 17:49 (UTC -08:00)

Highlights

  • Pro

Block or report Savag3life

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Savag3life/README.md

👋 I'm Jacob aka Savage

public class Savage extends Human implements Dragon {

    private final String name = "Jacob";

    private String[] technologies = new String[] { "Lombok", "Docker", "Jenkins", "Jira", "Git", "Linux/Unix" };
    private String[] persistence  = new String[] { "MongoDB", "MySQL", "SQLite", "Redis", "MariaDB" };
    private String[] languages    = new String[] { "Java", "GoLang", "SvelteKit", "JavaScript",
                                                   "PHP", "C#", "Lua", "Python", "Groovey", "Typescript" };

    private ContactMethod preferredContactMethod = ContactMethod.SIGNAL;

    public enum ContactMethod {
        DISCORD("savage.jar"),
        EMAIL("admin@supremeventures.ca"),
        TELEGRAM("t.me/Savag3life"),
        SIGNAL("savage.88");
    }
}

Some Recent Projects

"JBundler" - Java bytecode bundler to combine multiple Java jars together, mergering class files.
"VoidURLs" - Generic URL shortening API written in GoLang using Gin & MongoDB
"Lazy" - Java jar code stripper used to create developer API jars without exposing method internals.
"DotJava" - Java runtime source code generator used to generate Java source code at runtime.
"Cipher" - Software licensing & client management panel utilizing Golang, SvelteKit & Docker.

My Workload

Pinned Loading

  1. DotJava DotJava Public

    Java runtime source code generator

    Java 1

  2. Lazy Lazy Public

    Java class stripper to create developer APIs

    Java 8 2

  3. InjectorPatch InjectorPatch Public archive

    Malware loader blocker for Minecraft

    Java 3

  4. Java-Discord-Webhook-Wrapper Java-Discord-Webhook-Wrapper Public

    Java based wrapper & builder for sending Discord Webhooks

    Java 1

  5. LaggBot LaggBot Public

    Lagg monitoring Discord Bot for Spigot

    Java 1

  6. VoidURLs VoidURLs Public

    URL Shortener API written in Go Lang using MongoDB

    Go