Poznań, PL
Build now with
kajteh.dev
17-year-old fullstack developer. Fast learner, obsessed with clean code and type safety.
Get started
~2 hrs
Daily focus
Java
Main stack
17 hrs
Record day
978 hrs
Total coding

What do I create?
Creating high-performance, integrated projects.
Fullstack Systems
Modern web apps with safe backends. Built to sync data across platforms and external APIs.
export default function Products() {
const { data: products, isLoading, error } =
useSWR("/api/products");
return (
...
);
}
Minecraft Plugins
High-performance Paper/Spigot/Velocity plugins written in modern Java.
@Override
public void onEnable() {
final Stopwatch stopwatch = Stopwatch.createStarted();
...
LOGGER.info("Enabled in {}", stopwatch.stop());
}Recent work.
Popular Minecraft combat-log plugin with over 55k+ downloads on SpigotMC.





