Nikita Chernyi
Principal Backend Engineer · Go · Distributed Systems & Federated Protocols PDF
Porto (Matosinhos), Portugal · EU-remote · Valid Portuguese residence permit (EU work authorisation, no sponsorship required)
Contacts
cv@rakshazi.me · LinkedIn (opens in new tab) · github.com/etkecc (opens in new tab) · Matrix (opens in new tab) · etke.cc/blog (opens in new tab)
Summary
Backend engineer, thirteen years in production, nine of those in Go. I design, build, and run distributed systems end to end — protocol work, storage, payments, observability, and the infrastructure underneath — and most of what I put my name to is software I have personally shipped and kept running.
I started etke.cc (opens in new tab) as a side project in 2021; it became a bootstrapped company in 2026, with Slavi Pantaleev as cofounder, and is now a team of five. We run a managed Matrix hosting service: Cloud Hosting on Hetzner and On-Premises on customer infrastructure, with 1,000+ Matrix servers installed across six regions on three continents. I lead engineering and write most of the in-house Go: the automation platform that runs the fleet, the subscription and invoicing stack (Stripe, PayPal, Vendus), the search engine behind MRS / MatrixRooms.info (opens in new tab), and Ketesa (opens in new tab), our Matrix admin panel. We co-maintain matrix-docker-ansible-deploy (opens in new tab) and the M.A.S.H. playbook (opens in new tab) — the automation underneath everything.
In parallel, since 2024 I have been on Hellotickets (opens in new tab)’ billing platform, working on payments.
My focus is hands-on senior engineering, not management. I keep etke.cc small by design and run it alongside direct IC work because that is the work I want to be doing. I am at my best where the stack spans protocols, storage, payments, and infrastructure; where reliability and operability are first-class concerns; and where engineering has to sit next to the business.
Areas of expertise
Backend Engineering · Distributed Systems · Federated Protocols (Matrix) · Payments & Billing · Infrastructure as Code · Production Operations · Open-Source Software
Technical stack
Languages. Go (primary, 9+ years in production). TypeScript, Python, PHP, and Bash are occasional — comfortable reading and writing smaller pieces, not daily drivers. Backend. Go (Echo, mautrix-go, Bleve) · PostgreSQL, SQLite, Valkey · BoltDB for embedded stores · ElasticSearch · gRPC. Infrastructure & operations. Ansible, Docker, Hetzner Cloud, AWS, Azure, Kubernetes, Traefik · Prometheus, VictoriaMetrics, Grafana · GitLab CI, GitHub Actions, Jenkins. Payments & billing. Stripe, PayPal, NetSuite, payment-orchestration platforms, Vendus. Operations support. Sentry, Postmark, Redmine, FreeScout. Protocols. Matrix federation, SMTP, gRPC.
Work Experience
2021 – Present · Principal Backend Engineer & Founder · etke.cc (opens in new tab)
Remote · Portugal
etke.cc is a managed Matrix hosting service. Customers get a dedicated, federated Matrix homeserver with their chosen bridges, clients, bots, and moderation tooling, and we run it end to end as a distributed system across multiple regions. I started it as a side project in 2021; it became a bootstrapped company in 2026, with Slavi Pantaleev as cofounder. The team is now five — additional engineers plus an administrator covering invoicing and accounting. No outside funding. I continue to lead engineering and write the majority of the in-house Go microservices.
- Scale. 1,000+ Matrix servers installed across six Hetzner regions on three continents (two in Germany, Finland, two in the United States, Singapore), plus On-Premises deployments on customer infrastructure.
- Service catalogue. Cloud Hosting on Hetzner Cloud, On-Premises on customer hardware or cloud, bundled Monitoring, a Private Docker Registry (caching proxy via our open-source docker-registry-proxy (opens in new tab) that shields the fleet from public-registry outages), and Custom Development at €150 per hour with all output released under GPL/AGPL as part of the original open-source project.
- Fleet automation. Designed and built the Go services that run the customer fleet: maintenance automation and scheduling, subscription lifecycle, service discovery, fleet monitoring, and remote-configuration tooling. In production.
- Subscription management system. Built the subscription and invoicing backend end to end. Stripe and PayPal are integrated through webhooks as the near-real-time source of truth, with scheduled API reconciliation as a safety net against missed or delayed events. PDF invoice generation via Vendus, inbound-email and bounce handling, outbox-pattern notifications, and an internal operations UI. Company incorporation in 2026 shipped alongside Stripe card payments and a full migration to EUR billing.
- Matrix federation search. MRS (opens in new tab) is the open-source federated public-room search engine I built in Go (Echo, Bleve, BoltDB). It indexes the public Matrix federation daily — thousands of servers and rooms — without joining rooms or touching user data, and acts as a trusted Matrix notary key server. It implements MSC1929, MSC3266, MSC4121, MSC4265, and MSC4439. MatrixRooms.info (opens in new tab), the reference instance, is run by etke.cc and relied on across the Matrix ecosystem.
- Ketesa (opens in new tab). Our Matrix homeserver admin panel. Started as a fork of Awesome-Technologies/synapse-admin in August 2024; by April 2026 we had rebuilt it end to end and released it as an independent product (v1.0.0). Mobile-first UI, ten fully-translated languages, full Matrix Authentication Service integration, drop-in auto-configuration via
/.well-known/matrix/client. Distributed through many channels — official releases, GHCR, Docker Hub, matrix-docker-ansible-deploy, etkecc/ansible, Nixpkgs, YunoHost (opens in new tab), Arch AUR, and IPFS. For etke.cc customers it doubles as the control plane: live server status, scheduled maintenance, in-panel billing, and an in-app ticketing system. - Matrix-native services authored at etke.cc:
honoroit— helpdesk bot bridging one-to-one end-to-end encrypted Matrix conversations into threaded back-office rooms with ticketing.postmoogle— bidirectional SMTP↔Matrix bridge with DKIM, SPF, DMARC, and per-mailbox encryption.buscarron— web-form-to-Matrix bridge.baibot— conversational-AI bot for Matrix rooms.emm— Matrix message exporter.ttm— atime-like CLI that reports into Matrix. Plus smaller operational tooling such asinventory-ssh. All the customer-facing ones are distributed in matrix-docker-ansible-deploy. - Infrastructure automation. Co-maintain matrix-docker-ansible-deploy (opens in new tab) with Slavi — the core of etke.cc’s automation and the most widely-used community Matrix self-hosting playbook. Several of our in-house components ship in it by default, and its README names etke.cc as the recommended managed hosting option built on it. Also co-maintain the M.A.S.H. playbook (opens in new tab) — the next iteration of our infrastructure automation. Significant contributor to the Ansible role catalogue that underpins both.
- Go libraries. Several reusable Go libraries consumed across the etke.cc stack. The most-used are
go-kit(shared utilities),go-linkpearl(mautrix-go bot toolkit with zero-config E2E encryption), andgo-ansible(Ansible inventory parser). All under github.com/etkecc (opens in new tab). - Operations. Replaced the old dual-channel release cadence with rolling releases, fronted by pre-deployment test stands that run the playbook against disposable hosts before any customer sees it. Standardised on IPv6, HTTP/3, Traefik, Unix-socket PostgreSQL and Valkey, and Prometheus + VictoriaMetrics + Grafana for observability.
2024 – Present · Go Developer, Billing · Hellotickets (opens in new tab)
Remote
Hellotickets is an international live-events ticket marketplace, operating on a company-wide four-day work week. I work on the billing and payments platform.
- Owned the reliability of the internal payments service: rewrote failure-handling and reconciliation paths, which converted a standing backlog of failed transactions into recovered revenue and reduced ongoing leakage.
- Core contributor to the migration of Hellotickets’ payments onto a new payment-orchestration platform, unlocking additional payment methods and enabling a local-first checkout experience across several international markets.
- Designed the currency and payment-method A/B testing setup end to end, giving the business a controllable lever on checkout conversion and cross-market revenue.
- Shipped the GDPR redaction and user-removal system.
- Built the NetSuite invoice synchronisation powering customer invoicing.
- Built the disputes synchronisation and its integration into the customer-experience and back-office systems.
2021 – 2023 · Senior Software Engineer · Crunchyroll (opens in new tab)
Remote · Chișinău, Moldova
Backend work across content discovery, search, and the home page at Crunchyroll’s scale — millions of requests per minute. On a team of five, including the engineering manager.
- Stabilised ElasticSearch on the core search and content-discovery path through horizontal scaling and an ingestion redesign.
- Integrated Sony Music’s catalogue into content discovery and search.
- Shipped dub-rendition support, real-time personalised recommendations, and A/B-testing integration on the content-discovery path.
- Built the backend for the Home Page, directly improving engagement and navigation.
- Reworked backend caching, cutting server count and cost while raising throughput.
- Led CI migrations, linter adoption, and routine vulnerability scanning across backend services.
- Shipped Discord Rich Presence integration.
“Strong and passionate backend engineer with lots of focus on improving the performance and healthy state of the services he is working on. At Crunchyroll his focus was on building stable, scalable, and performant backend services handling millions of requests per minute — optimising not only how they perform but also how costly they are. He likes to delve into Go’s architecture so the team uses the language to its full capability.”
— Vlad Ledniov, Engineering Manager, Crunchyroll
Earlier Experience (2013 – 2021)
2017 – 2021 · Senior Backend Developer & DevOps · Titanium Software (Chișinău, Moldova). Lead engineer and DevOps across five client projects. Drove the company’s adoption of Infrastructure-as-Code and a DevOps operating model. Notable work: Tpoint (squash-court IoT and booking platform), 2CB (B2B voice-automation portal), an industrial IoT project on Azure and AWS (Kubernetes, Couchbase, ElasticSearch), SportsWith (events platform on PHP 7.1 / Slim), MathodiX, fone.do.
2014 – 2017 · Backend Developer & DevOps · OpsWay (Remote). Magento e-commerce work. Authored 10+ production extensions; Ansible-managed dockerised deployments; flagship Antoshka.ua.
2013 – 2014 · Support Engineer · Active Computers (Tiraspol, Moldova). Web support and in-house tooling.
Selected Open-Source Projects
The full catalogue lives at github.com/etkecc (opens in new tab).
- MRS / MatrixRooms.info (opens in new tab) — federated public-room search engine in Go (Echo, Bleve, BoltDB). Crawls the Matrix federation without joining rooms. Implements MSC1929, MSC3266, MSC4121, MSC4265, MSC4439.
- Ketesa (opens in new tab) — Matrix homeserver admin panel. Mobile-first, ten fully-translated languages, full Matrix Authentication Service integration. Distributed via GitHub releases, GHCR, Docker Hub, matrix-docker-ansible-deploy, Nixpkgs, YunoHost, Arch AUR, and IPFS.
- matrix-docker-ansible-deploy (opens in new tab) — the core of etke.cc’s automation and the most widely-used community Matrix self-hosting playbook, co-maintained with Slavi Pantaleev.
- M.A.S.H. playbook (opens in new tab) — next-iteration self-hosting automation, co-maintained with the etke.cc team.
- honoroit (opens in new tab) — Matrix helpdesk bot with E2E-encrypted rooms and ticketing.
- postmoogle (opens in new tab) — bidirectional SMTP ↔ Matrix bridge with DKIM, SPF, DMARC.
- A.G.R.U. (opens in new tab) — git-native replacement for
ansible-galaxy, used in matrix-docker-ansible-deploy and across etke.cc. - docker-registry-proxy (opens in new tab) — caching Docker Registry proxy behind our Private Docker Registry service.
- go-kit (opens in new tab) · go-linkpearl (opens in new tab) · go-ansible (opens in new tab) — the three most-used Go libraries across the etke.cc stack.
References
“Nikita is a good backend developer and DevOps engineer who is not afraid to jump into learning about new protocols and technologies. His work on etke.cc (and not only) demonstrates that he is capable of taking a problem and building a solution which spans the whole stack — business requirements, frontend and backend development, production deployment, and customer support.”
— Slavi Pantaleev, Cofounder, etke.cc · Maintainer, matrix-docker-ansible-deploy
“Strong and passionate backend engineer with lots of focus on improving the performance and healthy state of the services he is working on. At Crunchyroll his focus was on building stable, scalable, and performant backend services handling millions of requests per minute — optimising not only how they perform but also how costly they are. He likes to delve into Go’s architecture so the team uses the language to its full capability.”
— Vlad Ledniov, Engineering Manager, Crunchyroll
Languages
- English — Fluent
- Russian — Native
- Portuguese — Learning