public record Developer(String name, String role, String location, String edu) {
public static final Developer ME = new Developer(
"Stanisław Marek",
"Senior Java Software Engineer",
"Kraków, Poland",
"AGH University — Computer Science"
);
}$ cat interests.txt
→ designing JVM back-end systems & microservices
→ Spring Boot / Spring Cloud ecosystem
→ AI agents & developer tooling (Claude Code ♥)
→ systems programming in Rust and Go
→ scientific / numerical computing
→ solving Advent of Code every yearLanguages
Frameworks & Runtime
Infrastructure & Tools
|
agentforge-ide AI-powered IDE built with Tauri, TypeScript & Rust — visual agent orchestration and development environment. |
rust-model-definition-parser Model definition parser written in Rust. Parses structured definitions into usable data models. |
|
master-thesis Full-stack thesis project — API + frontend + WebAssembly mesh service, all containerized with Docker. |
go-lattice-boltzman-method Lattice Boltzmann fluid simulation implemented in Go for computational physics. |
> ls projects/ --all
| Repo | Lang | Description |
|---|---|---|
| nest-gql-monitoring-backend | TypeScript | NestJS + GraphQL monitoring backend |
| go-microservice | Go | Microservice architecture in Go |
| neovim-config | Lua | Personal Neovim configuration |
| typescript-discord-bot | TypeScript | Discord bot in TypeScript |
| pub-sub-python-kafka | Python | Pub/Sub messaging with Apache Kafka |
| advent-of-code | Kotlin | Advent of Code solutions |
| rust-aoc-2023 | Rust | AoC 2023 in Rust |
| cpp-optimization | C++ | Optimization algorithms |
| c-parallel-programming | C | Parallel programming in C |
| finite-elements-method | Python | Finite element method solver |





