Petr Chlíbek 

Back-End Engineer

ABOUT

Backend developer focused on building reliable, scalable server-side systems.

I design APIs, distributed services, and infrastructure that handle real-world traffic while staying maintainable.

I value clean, purposeful code and dig into issues to understand the root cause rather than just patching problems.

SKILLS

Programming: Node.js, Deno, Go, Python, JavaScript, TypeScript
Containerization & Orchestration: Docker
DevOps & Tooling: Bash, Git, NGINX
Databases: Redis, MongoDB, RethinkDB, PostgreSQL
Monitoring & Observability: Grafana, Prometheus
Messaging Systems: RabbitMQ, Redis
Operating Systems: Linux (Ubuntu, Debian)

EXPERIENCE

Back-end Engineer — 93mins

Nov 2025 – Present

93mins.app is a football app offering odds, match broadcasts, football articles and much more.

It is available on both iOS and Android.

I am responsible for rewriting the entire backend to Node.js and migrating from GCP.

Back-end Engineer — Sev.en

Sep 2023 – Present — Most

Sev.en Group is a Czech energy company focused on power generation, mining and international energy investments.

I am responsible for developing and maintaining backend systems, working primarily in Node.js, Go and MSSQL.

I worked on:

  • Company intranet
  • LLM pipeline with RAG
  • SSO implementation
  • Grafana + Prometheus + Loki metrics solution

Founder — Nero Software

Jan 2022 – Jul 2024 — Chomutov

Developed and operated a large-scale Discord music bot service built in Node.js, currently serving over 700,000 servers and more than 50 million users worldwide.

Lead a team of three developers, overseeing architecture, feature development, and high-availability infrastructure.

PROJECTS

A lightweight TCP proxy server written in Go that filters incoming connections based on IP reputation using IP2Proxy.

It acts as a middleware between clients and your backend service, automatically terminating connections from known proxies, VPNs, and high-risk IP addresses before they reach your application.

  • TCP Proxy: Transparently forwards traffic to a backend service.
  • Bot Filtering: Blocks connections from known proxies and suspicious IPs.
  • IP2Proxy Integration: Uses the IP2Proxy database for accurate IP reputation data.
  • Docker Ready: Includes a multi-stage Dockerfile for easy deployment.

A minimal HTTP server implementation in Node.js designed for simplicity and educational purposes.