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.
| 🌐 Website | turkishpvp.llc |
| sheduxdev@turkishpvp.llc | |
| 💻 GitHub | @sheduxdev |
My best work is pinned below. 👇