Loading stats...
MeController.java
import java.util.Arrays;
import java.util.List;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
import dev.nightowl.model.Developer;
@RestController
public class MeController {
@GetMapping("/me")
public Developer me() {
return Developer.builder()
.name("Stanisław")
.primarySkills(Arrays.asList(
"TypeScript",
"Node.js",
"Next.js",
"Java"))
.birthdayIn("4m 19d 14h")
.passions(Arrays.asList(
"Reading Books",
"Traveling",
"Coding"))
.build();
}
}
My Skills
UI/UX Design
Figma
Database Management
PostgreSQLMongoDBRedisMySQL
DevOps & Cloud
AWSDockerCI/CDVercel
Backend Development
Java ❤️Spring BootREST APIs
API Performance
Response Time
18 ms
Average
Throughput
10k+
Requests per Second
Frontend Development
ReactNext.jsTypeScriptTailwind CSS
Performance Metrics
Page Load
1.2s
Average
Lighthouse
95+
Performance by Lighthouse
Featured Projects

ZaliczTo.PL
2025A platform for students worldwide to learn various subjects. Over 100 people are on the waitlist. Built with a modulithic Java backend and a Next.js frontend.

MCFight.PL
2024Website for a Minecraft server featuring payments integration, server status, and player statistics. Built with Next.js and Tailwind CSS.