Heads up! We only email from @empat.tech — anything else is a scam.

DevOps / Systems Engineer (Web Platform & Operations)

We’re looking for a hands-on DevOps / Systems Engineer to join our team and help refactor, stabilize, and organize our existing web platform infrastructure and development processes.

Vladyslav Kravets
Published on
January 14, 2026

This role is operational and system-focused, aimed at ensuring system health, smooth deployments, and strong internal coordination between development, operations, and delivery.

Your future tasks:

  • Maintain, stabilize, and continuously improve the existing web platform infrastructure.
  • Ensure system health, monitoring, logging, and issue resolution across environments.
  • Manage and optimize Firebase and Firestore environments.
  • Act as a coordination point between development, operations, and delivery teams.
  • Support quality assurance processes, including pre-release checks and production issue handling.
  • Refactor and organize existing development and operational processes.
  • Work closely with developers to support Node.js-based applications in production.
  • Own and improve deployment flows, system reliability, and operational processes.

What we expect from you:

  • Experience working with Firebase and Firestore in production environments.
  • Hands-on experience with operational DevOps or systems engineering tasks.
  • Experience supporting browser-based web applications.
  • Strong communication skills and the ability to collaborate across teams.
  • Familiarity with package management tools, especially Yarn.
  • Ability to maintain and improve existing infrastructure rather than building from scratch.
  • Strong understanding of Node.js-based systems and JavaScript ecosystems.

Interview stages: Call with the recruiter, technical interview from our side, and technical call with the client.

We offer:

  • Remote-first work environment.
  • Collaborative and motivated team.
  • Impactful work improving patient treatment workflows.
  • Professional growth with modern technologies.
  • Autonomy and ownership of your work.
  • Competitive compensation.
  • Opportunity to contribute to future product phases.
Apply
<.script> // Добавьте этот код в Settings -> Custom Code -> Before window.addEventListener('DOMContentLoaded', (event) => { // Находим все кнопки "Податься" const applyButtons = document.querySelectorAll('.apply-button'); // Замените на ваш класс кнопки // Находим скрытое поле в форме для вакансии const jobInput = document.querySelector('#job-title-input'); // Замените на ID вашего input applyButtons.forEach(button => { button.addEventListener('click', function(e) { // Получаем название вакансии из атрибута data-job-title const jobTitle = this.getAttribute('data-job-title'); // Устанавливаем значение в скрытое поле формы if (jobInput) { jobInput.value = jobTitle; } }); }); });