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

Middle Golang Developer

Anna Pashkovska
Recruiter
Published on
January 14, 2026

The Client is building a next-generation digital commerce experience platform that brings brands to life through immersive storytelling and interactive product experiences.

Our technology powers high-scale, real-time brand communication across email, SMS, RCS, and other messaging channels—helping global brands connect with customers in more meaningful ways.

If you enjoy working on scalable backend systems, real-time messaging, and products that are visible and impactful, this role is for you.

Your responsibilities will include:

  • Architect, design, and implement backend systems using Go.
  • Build and maintain high-volume systems serving email, SMS, RCS, and other marketing communications.
  • Champion best practices in API design, distributed systems, and messaging reliability.
  • Take a technical leadership role: mentoring other engineers, participating in code reviews, and helping set engineering standards.
  • Collaborate cross-functionally with Product, DevOps, and Front-end to deliver business-critical features.
  • Be a proactive communicator and driving force in team meetings and product planning.

What we expect from you:

  • 3+ years of backend experience in Go.
  • Deep understanding of REST APIs, gRPC, scalable microservices, and modern backend architecture.
  • Strong experience with cloud platforms (GCP preferred) and containerized environments (Docker, Kubernetes).
  • Excellent communication skills - you thrive in meetings, love collaborating, and know how to rally a team ( from B2 level of English).

Bonus points if you have:

  • Experience with message deliverability, carrier compliance, or A2P messaging workflows.
  • Experience with data streaming and other data tools, Kafka, Airflow, Apache Beam, BigQuery.
  • Familiarity with real-time systems, WebSockets, or push notifications.
  • Prior startup experience or technical founder background.
  • Contributions to open source or tech community presence.
  • Experience working with messaging protocols: SMTP, SMPP, Twilio, Mailgun, RCS APIs, or similar.

What we offer:

  • Competitive salary and equity.
  • Fully remote work with flexible hours.
  • High level of autonomy and ownership.
  • A fast-moving, transparent team culture.
  • Learning & development budget.
  • Please note: this position does not include paid vacation or sick leaves.

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; } }); }); });