Skip to content
View 7txr's full-sized avatar

Block or report 7txr

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

Hi, I am Stijn

Software Engineer — distributed systems, developer tooling, full-stack platforms.

Website Org Profile Views Followers


About

I build production-grade tools and distributed systems across the stack — from low-level Java networking and event-driven backend architecture to TypeScript frontends and mobile applications. Strong interest in open source, performance engineering, and developer tooling.

Currently building at @ordnary-com.


Featured Projects

Enterprise-grade shared MongoDB connection layer for distributed server networks · Java · MongoDB · Caffeine · REST

A production-ready data synchronization solution architected for high-concurrency server networks. Instead of each plugin managing its own database connections — causing connection storms at scale — NetworkDataAPI exposes a shared MongoDB connection pool consumed by all plugins simultaneously, reducing total connections by 80%+ on a typical 5-server network.

Architecture highlights:

  • Multi-module Maven project with isolated core, paper, bungee, and example-plugin modules — the core is platform-agnostic, platform modules provide thin adapter layers
  • Caffeine-backed in-memory cache with configurable TTL and max-size, achieving 85–95% cache hit rates in production workloads
  • Fully async API built on CompletableFuture thread pools (core-pool-size / max-pool-size configurable) — zero blocking on the main server thread
  • Optional REST API (Spark Java) exposing /api/player/{uuid} CRUD endpoints, secured via X-API-Key header, for external service integrations
  • CodeQL, Maven CI, and build/release pipelines via GitHub Actions
  • Benchmarks: <5ms for cached reads, <50ms for live MongoDB queries, supports 1000+ concurrent operations

🖼️ YEETIFF

Custom image container format with transcoding pipeline · Python, Rust

An experimental image file format specification and transcoding toolchain — Yet Even Extremely Expressier Transcoded Image File Format. Built to explore custom binary encoding, metadata schemas, and image pipeline design at a low level.


Tech Stack

Languages

Java TypeScript JavaScript Python Rust Go C C++ C# Kotlin PHP Swift Ruby Lua Dart Shell Script PowerShell GraphQL SQL HTML5 CSS3 Sass YAML

Frameworks & Libraries

Next.js React React Native Vue.js Svelte Astro Expo Node.js Express NestJS Spring Laravel Flask FastAPI Prisma tRPC TailwindCSS Vite Webpack FFmpeg

Databases & Storage

PostgreSQL MySQL MongoDB SQLite Redis Supabase Firebase

Infrastructure & Cloud

Docker Kubernetes AWS Cloudflare Vercel Nginx RabbitMQ

DevOps & Tooling

Git GitHub Actions Linux Bash Maven Gradle NPM pnpm Postman Figma


Activity

Activity Graph
GitHub Trophies

Get Involved

Open source thrives on collaboration. Feedback, bug reports, and pull requests are always welcome.


Built with care · @7txr

Pinned Loading

  1. YEETIFF YEETIFF Public

    Yet Even Extremely Expressier Transcoded Image File Format.

    Python 1

  2. NetworkDataAPI NetworkDataAPI Public

    NetworkDataAPI is a production-grade, enterprise-level data synchronization solution designed for large Minecraft networks (similar to Hypixel or CubeCraft). It provides a unified MongoDB-backed da…

    Java 10

  3. Parallel Parallel Public

    A unique Minecraft plugin that gives each player two parallel inventories with tactical switching mechanics.

    Java

  4. MemoryMobs MemoryMobs Public

    Minecraft Mobs With Real Memory & Evolving Behavior