Skip to content
View sheduxdev's full-sized avatar
🇹🇷
🇹🇷
  • @turkishpvpllc
  • Türkiye
  • 08:06 (UTC +03:00)

Block or report sheduxdev

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
sheduxdev/README.md

Typing SVG

Website Email Profile Views


$ whoami

import lombok.Builder;
import lombok.Getter;

@Getter
@Builder
public final class Deniz {

    private final String  name       = "Deniz";
    private final String  handle     = "@sheduxdev";
    private final String  company    = "TurkishPvP LLC";
    private final String  website    = "https://turkishpvp.llc";
    private final String  email      = "sheduxdev@turkishpvp.llc";
    private final int     experience = 10; // years, no breaks just watch me while i am cooking

    private final String[] stack = {
        "Java -> primary weapon, not a hobby (SUPREME ORACLE)",
        "Minecraft infra -> from plugin to network architecture",
        "Full stack -> frontend to bare metal",
        "DevOps & security -> I lock the doors I build with flex tape"
    };

    private final String[] currently = {
        "Scaling TurkishPvP infrastructure",
        "Custom anticheat & game engine work",
        "Microservices that actually stay up"
    };

    /**
     * Not looking for validation.
     * Just building things that work.
     */
    public static void main(String[] args) {
        Deniz.builder().build().ship();
    }
}

Why are Communists bad Java programmers? Because they don't like classes.


💻 Tech Stack

Languages

Java JavaScript TypeScript Python PHP C C++ C#

Frontend

React HTML5 CSS3 TailwindCSS Bootstrap

Backend & Database

Node.js Express .NET MySQL MongoDB Redis

DevOps & Cloud

Docker Ubuntu Nginx Apache Caddy Firebase GCP Cloudflare

Tools & Platforms

Git VS Code IntelliJ IDEA Pterodactyl WordPress


📊 GitHub Statistics


🏆 GitHub Trophies


📬 Contact

🌐 Website turkishpvp.llc
📧 Email sheduxdev@turkishpvp.llc
💻 GitHub @sheduxdev

🌟 Pinned Projects

My best work is pinned below. 👇


Pinned Loading

  1. JsonToPDF JsonToPDF Public

    JSON verilerini HTML templateiniz ile PDF dosyasına dönüştürün.

    TypeScript 3

  2. RankUtils RankUtils Public

    Calculate and display rank-based statistics through PlaceholderAPI

    Kotlin 3

  3. ExtraPlaceholders ExtraPlaceholders Public

    A powerful PlaceholderAPI expansion that provides custom placeholders for Bolt and Phoenix plugins.

    HTML 3

  4. bedwarscenter/Lobby bedwarscenter/Lobby Public

    Lobby core plugin for Bed Wars Center. Simple, usable, and open to additions.

    Java 8 2