Skip to content
Backend Engineer

The week's list

Every role like this one, in one letter

You are reading one posting. There are hundreds like it on the board, and new ones every week. Pick what you want, leave an email, and the list comes to you — no searching, no coming back here.

Counting what came out this past week…

The first letter arrives right away, then one a week. Unsubscribe in one click from any letter — the address goes nowhere else.

Backend Engineer

Senior Server Software Engineer

Larkin Lane Films, LLC

Budapestsenior

Apply on the employer's site

Role description

Job Description

General Info

This position is on-site in Budapest and requires EU residency or an exiting EU work visa.

We are developing a breakthrough imaging and 3D technology platform currently under provisional patent. The Senior Backend Systems Engineer builds and maintains the production server software that delivers this platform to end users — the high-throughput API backend, the ML inference gateway that serves our models, and the internal control-plane services that hold the whole system together. Our technology is developed and trained on our on-premises GPU cluster; this role is responsible for the software that takes those trained models and our product experiences and serves them reliably to hundreds of thousands of concurrent users.

This is, first and foremost, a software engineering role. The person in this position writes solid production C++ on the hot paths where throughput, tail latency, and memory behavior are first-class product attributes; writes the Python services where development velocity, clarity, and integration breadth matter most; writes the bash and shell tooling that automates build, deployment, and operational tasks; and designs the concurrency, I/O, and state-management strategies that let live user connections survive instance failure, rolling deployment, and capacity rebalance without the end user noticing. The role exists because shipping an imaging and ML platform at scale requires server software written deliberately, not assembled from configuration.

This is a hands-on, high-ownership senior role focused on writing efficient, scalable server software. DevOps experience — cloud infrastructure, CI/CD, infrastructure-as-code, and observability — is a strong plus and part of how the person in this role ships and operates their own code, but the primary focus is the software itself.

Tasks

Server Software & Performance Engineering

  • Design, write, and maintain the production server software that runs the Company’s platform: the API backend that serves the website, mobile, and e-commerce traffic; the ML inference gateway that fronts our GPU-backed model serving; and the internal control-plane services that coordinate them.
  • Write the performance-critical code paths in modern C++ — the request hot paths where latency budgets are measured in milliseconds, the dispatch and batching logic where efficiency depends on careful queueing, and the data paths where allocation behaviour and memory layout determine whether the system meets its throughput targets.
  • Write the Python services that surround and complement the C++ core — control-plane logic, integration glue, request orchestration, and the parts of the stack where development velocity and clarity matter more than raw performance.
  • Write the bash and shell tooling that automates build, deployment, data movement, and routine operational tasks, and keep that tooling reliable and maintainable.
  • Design and implement graceful connection and session migration so that live user connections survive instance failure, rolling deployment, and capacity rebalance — handed off to healthy instances without the end user perceiving an interruption.
  • Maximize throughput and minimize tail latency at the hot paths through deliberate, justified choices in concurrency model, non-blocking I/O strategy, memory and allocation behaviour, serialization format, and batching. Treat response time as a product attribute, not an operations metric.
  • Profile, diagnose, and optimize performance end-to-end — from CPU and GPU utilization through network and storage paths — and fix root causes in the server code rather than working around them in infrastructure.

ML Inference Serving

  • Contribute to the inference gateway as a software engineering problem: request batching, GPU memory management, model versioning, request-level latency budgets, and graceful degradation under overload.
  • Support the training-to-serving handoff in partnership with the ML team: model packaging and artifact format, staged rollouts and version pinning, and the operational contract between the on-premises training cluster and the cloud serving tier.
  • Build inference-time observability — request-level traces and per-model latency telemetry — so model performance is debuggable in production and inference regressions can be investigated quickly.

Platform & Cross-Functional Collaboration

  • Work within the service boundaries, deployment patterns, data and caching layers, and performance constraints of the platform, and contribute to their evolution for the website, e-commerce, and mobile API backend.
  • Partner closely with the Mobile Software Engineer on the mobile API backend — authentication, data synchronization, media upload and download, offline-capable request patterns, and the latency and reliability contract that the mobile client depends on.
  • Integrate with third-party systems: e-commerce engine, product-supply and fulfilment systems, payment processors, and communication services.
  • Contribute to the data architecture: operational databases, caches, object storage, analytics pipelines, and the movement of data between on-premises and cloud environments.

Infrastructure & Operations

  • Deploy, operate, and reason about the systems you write. You are responsible for your code in production, including its observability, its failure modes, and its cost. A senior backend engineer who can run their own code in production is exactly what this role is asking for.
  • Work fluently with cloud infrastructure (AWS or equivalent) — compute, networking, storage, identity, and the operational surface — to deploy your services and the platform around them. Use infrastructure-as-code (Terraform or equivalent), container orchestration (Kubernetes), and CI/CD pipelines as engineering tools.
  • Establish the observability practices for your code: meaningful metrics, structured logs, distributed traces, and dashboards that make production behaviour intelligible. Define service-level objectives for the services you own.
  • Participate in the on-call rotation for the systems you build, and help drive incident response when something you own breaks in production. Blameless postmortems and follow-through on remediation are part of the role.

Collaboration & Craft

  • Contribute to architecture and design discussions for backend systems and ML serving, review proposals from teammates, and push back constructively to raise the bar for production quality.
  • Mentor less-experienced engineers through code review, design review, and pair-programming on hard problems. This is a hands-on individual-contributor role, not an engineering management role.
  • Maintain architectural documentation, design records, and operational runbooks as living, accurate artifacts — not write-once shelf-ware.

Requirements

Education & Experience

  • Master’s degree in Computer Science, Software Engineering, or a related technical field.
  • At least five years of relevant backend systems, distributed-systems, or platform-software engineering experience.
  • Demonstrated track record of having personally written significant portions of at least one high-throughput production server system — not having only operated one that someone else wrote. Code samples, open-source contributions, or detailed system descriptions in interview will be expected.
  • Hands-on production experience deploying and operating your own services, including cloud infrastructure, CI/CD, and observability.

Skills & Competencies

  • Solid proficiency in modern C++ (C++17 or later) for production server software — concurrency primitives, non-blocking I/O, memory and allocation behaviour, and the discipline to write C++ that is fast and correct under sustained production load.
  • Strong proficiency in Python for service implementation, control-plane logic, and integration tooling. The ability to choose deliberately between C++ and Python for a given component, and to make the two interoperate cleanly, is part of the job.
  • Comfortable and effective in bash / shell scripting for automation, deployment, and day-to-day operational work in a Linux environment.
  • Solid understanding of high-throughput, low-tail-latency server design: concurrency models, event-loop and threaded architectures, connection and session state management, backpressure, graceful degradation, and transparent failover across instances.
  • Strong DevOps experience is a significant plus: cloud infrastructure (AWS preferred; GCP or Azure acceptable), infrastructure-as-code (Terraform or equivalent), container orchestration (Kubernetes), and CI/CD pipelines used confidently as everyday engineering tools.
  • Experience with GPU-based ML inference serving — request batching, GPU memory management, model versioning, and the latency-versus-throughput tradeoffs specific to inference workloads — is a strong plus. Familiarity with serving frameworks (Triton, TorchServe, custom) is welcome, but the ability to reason about inference serving from first principles matters more than experience with any particular framework.
  • Solid understanding of modern observability practice — metrics, structured logs, distributed traces, and the discipline of designing for debuggability rather than retrofitting it.
  • Additional fluency in Go or Rust is a plus, particularly for systems-software work where the C++/Python split is not the right answer.
  • Ability to handle confidential and pre-patent technical material with discretion, and to follow the Company’s IP and data-handling policies rigorously.
  • High degree of curiosity, craftsmanship, and resilience; calm and methodical under production pressure.

Additional Preferred Experience

  • Experience designing or shipping inference serving infrastructure for computer vision, hyperspectral, or other high-data-volume model classes — where bandwidth, batching, and GPU memory layout dominate the engineering.
  • Experience with hybrid architectures spanning on-premises GPU clusters and cloud serving — model export, artifact management, and the training-to-serving handoff.
  • Open-source contributions to backend systems, distributed-systems, or ML serving infrastructure.
  • Experience with high-volume transactional backends, payment integration, or multi-region resilience engineering.

Candidates must be eligible to work in Hungary, with fluent English knowledge, both written and oral.

Compensation

The base salary range for this position is HUF 2,000,000 – HUF 2,500,000 gross per month, paid in twelve monthly installments. The range reflects a full-time, senior-level engagement and is calibrated to the Hungarian market for senior backend systems engineering with hands-on production experience writing high-throughput server software. This is negotiable for exceptional candidates.

The offered starting salary within this range will be determined on the basis of objective, gender-neutral criteria, including the candidate’s demonstrated depth of production C++ on high-throughput server systems, proficiency across Python and bash for service and operational work, breadth of hands-on DevOps and production-operations experience, and track record of shipping and running efficient, scalable server software. Advanced domain knowledge and meaningful contributions in adjacent areas (for example, GPU-based ML inference serving, computer vision or hyperspectral inference, high-volume e-commerce backends, or open-source systems software) are factors that may justify positioning toward the upper end of the range.

In addition to base salary, the total compensation package includes a discretionary performance bonus and statutory and customary benefits as applicable under Hungarian law. Details of the bonus component will be discussed with shortlisted candidates.

This salary range is disclosed in accordance with the pay transparency obligations arising from Directive (EU) 2023/970 and its transposition into Hungarian law. Candidates will not be asked about their prior or current compensation at any stage of the recruitment process.

This is a saved copy of a posting published elsewhere. Postings get taken down without notice — check the employer's site before applying. mentors.coach is not the hiring party.

Coming to this page

A resume for this role — and a ticket to the draw

We take the posting apart down to the real requirements and rewrite your resume against it — by asking, not inventing: no line appears without your confirmation. Sign in to get it first, and to enter the draw.

  • A resume for this exact role, not a universal one
  • Answers are kept: edit any one, not the whole conversation
  • All in your account — open it from any device

On the wheel

A discount on mentoring

Winners are drawn at random among entries with a confirmed email. The date and the full rules are on the draw page.

Draw rules

Backend Engineer

Senior C++ Software Engineer

Hawk-Eye Innovations

Budapestfulltimesenior

Apply on the employer's site

Role description

Join Our Team as a Senior C++ Software Engineer at Hawk-Eye Innovations
Salary Banding:
HUF 1.5M - HUF 2.2M per month

Contract:
Full-Time, Permanent

Working Location:
Hybrid, 2 Days a week in the office, minimum

Office Location:
Budapest

Hi, I’m Steve Hardingson, Head of the “Video and Cloud” Value Stream at Hawk-Eye Innovations.

Are you interested in working with the latest technologies in a fast-paced environment, with exciting career opportunities in a growing business?

At Hawk-Eye, we build technology that powers some of the most exciting and critical moments in sport, from instant replays and broadcast augmentation to officiating systems trusted by leagues, federations, broadcasters, and millions of fans worldwide.

Our Value Stream builds the backbone of Hawk-Eye, creating the software architecture, deployment systems, and operational tools that power our world-leading sports technology platforms.
As part of the Cloud Video Framework team, you will develop backend solutions that enable high-performance video experiences, working with core audio/video technologies, media processing, codecs, streaming, and low-latency systems.
We’re looking for a Senior Software Engineer with strong C++ skills, a curious mindset, and a passion for solving real-world problems in high-pressure environments. Whether you’re optimising multithreaded code for live encoding, interfacing with video hardware, or building scalable tooling systems, you’ll be making a direct impact on how fans, players, officials, and broadcasters experience sport.

What You'll Be Doing

  • Collaborating with cross-functional teams to design and implement components for our systems and tooling platforms
  • You will work on developing and optimizing cloud video frameworks, including audio/video processing, streaming technologies, low-latency systems, and scalable cloud-based media solutions
  • Taking part in field testing and supporting deployments at live sporting events
  • Partnering with product teams and customers to refine and deliver the best solutions
  • Championing high code quality and contributing to a culture of continuous improvement
  • Leading technical discussions and contributing to architectural and design decisions
  • Mentoring and supporting junior and mid-level engineers

What We're Looking For

  • Proficiency in modern C++ (ideally up to C++20)
  • Experience writing multithreaded, performance-optimised code
  • Familiarity with tools like Git, Visual Studio, and debugging workflows
  • Experience with networking (TCP/IP stack, streaming protocols) is required. Exposure to cloud technologies or video/audio encoding workflows is a plus
  • A proactive mindset and eagerness to learn from a world-class engineering team

Bonus Points For

  • Knowledge of cloud architecture, preferably AWS
  • Experience with FFmpeg, audio/video processing, or multimedia applications
  • Working on a range of challenges, from hardware interfacing and network protocols to audio/video processing and UI development
  • Passion for sport or experience working in high-performance environments

Hungary Benefits

  • Annual Leave: Standard according to local labour law
  • Flexible Working: Hybrid model (2 days in our office per week)
  • Access to sporting events and tickets
  • Sony Group Company Discounts
  • Other Benefits: Cafeteria options (SZÉP Card, Nursery & Kindergarten contributions, Annual MOL Bubi Pass), Private Medical Insurance, Life & Accident Insurance, MindentMent Dental Clinic discounts, Seniority Awards, Employee Assistance Program

Equal Opportunity Employer
We’re committed to creating an inclusive and diverse workplace. Everyone is treated fairly, regardless of gender, race, religion, age, disability, or background. We want you to be your best and truest self here.

Apply Today
If you’re excited by the idea of solving real-world problems at scale and want to help shape the future of sports technology, we’d love to hear from you.

This is a saved copy of a posting published elsewhere. Postings get taken down without notice — check the employer's site before applying. mentors.coach is not the hiring party.

Backend Engineer

Full Stack Software Engineer

Tulip Interfaces

Budapestfulltime

Apply on the employer's site

Role description

This role is located in Budapest, Hungary - We are a hybrid work environment and are in the office 3+ days/per week.
Tulip brings modern technology and AI into manufacturing - a sector that drives 15% of global GDP and employs one in seven workers, yet remains among the least digitized. More than a decade ago we created the category to close that gap: AI-native software that puts cutting-edge tools directly in the hands of the people who build things. Because we are human-centered and tech-obsessed, we are building a future of work where human ingenuity is nourished and amplified with the latest technology.

It's a rare moment to join. In January 2026 we became one of Boston's few new AI unicorns, reaching a $1.3B valuation at Series D, and we're growing double digits in revenue year over year. The world's best manufacturers run on Tulip - turning inventory 10x faster, releasing gene therapies in hours instead of weeks, and training master craftspeople to forge engagement rings 5x more rapidly. Headquartered in Somerville, MA with offices in Germany, Hungary, Singapore, Japan, and Israel, we've been named a World Economic Forum Global Innovator, a Gartner leader, and one of Built In Boston's "Best Places to Work."

We run the way we build: AI-forward, humanistic, lean, and high ownership. We're looking for people who want to do meaningful work - energized by hard problems, fast cycles, and the chance to see their work matter.

About You
You're a builder at heart, someone who thrives on pushing product forward and delighting users. You love learning new things and are a collaborative team player, whether working independently or as part of a group. You have a product mindset and empathy for the end user, and you're comfortable moving around a large technology stack to understand how different parts of the platform work together.

What Skills do I Need?

  • 2-3+ years of software engineering experience, ideally at a SaaS or enterprise software company
  • Strong proficiency in TypeScript is required
  • Proficiency in unit testing, integration testing, debugging - and code quality practices
  • Hands-on experience integrating LLM APIs (e.g., Anthropic, OpenAI), including streaming responses and structured outputs
  • Working knowledge of agentic patterns: MCP, tool invocation, and multi-step reasoning
  • Familiarity with API design and RESTful service integration (RESTful services)

Nice to Have

  • Familiarity with our tech stack, including React, Node.js, Golang, Postgres, MongoDB
  • Experience with machine tools and/or the manufacturing industry
  • Background working in startups
  • Understanding of database design principles and optimization
  • Knowledge of CI/CD pipelines and automated deployment strategies

Key Responsibilities

  • Write and maintain clean, high-quality, and efficient code that aligns with project specifications, using AI tools daily to accelerate delivery
  • Execute comprehensive testing and seamless deployment of programs and systems
  • Communicate technical information clearly and effectively with fellow team members
  • Partner with developers to collaboratively design and refine software algorithms and flowcharts
  • Successfully integrate various software components and external third-party programs
  • Proactively troubleshoot, debug, and enhance existing software solutions
  • Propose and implement strategic improvements to our software
  • Develop and maintain thorough technical documentation for internal reference and reporting

Key Collaborators

  • Engineering
  • Product Design
  • Product Management

Working at Tulip
We know even great candidates experience imposter syndrome. Even if you don't match every requirement, applying gives you the opportunity to be considered.

We're building a strong, diverse team that values hard work, families, and personal well-being. Benefits of working with us include:

  • Direct impact on product and culture
  • Private Healthcare insurance
  • Company equity
  • Virtual company events and happy hours
  • Flexible work schedule and unlimited vacation policy
  • Team Lunches in KFT Hub and office snacks
  • Learning & Development benefits
  • HU Eyeglass Benefit
  • An inclusive, dog-friendly office with diverse and inspiring colleagues

We are an equal opportunity employer. At Tulip, we celebrate all. Qualified applicants will receive consideration for employment without regard to race, religion, color, national origin, gender, sexual orientation, age, marital status, veteran status, or disability status. Help us build an inclusive community that will transform frontline operations.

It is unlawful in Massachusetts to require or administer a lie detector test as a condition of employment or continued employment. An employer who violates this law shall be subject to criminal penalties and civil liability.

Please note that we may use AI-based tools to support parts of our hiring process. All data processing is carried out in compliance with local data protection laws, ensuring all personal candidate information is handled securely and ethically.

This is a saved copy of a posting published elsewhere. Postings get taken down without notice — check the employer's site before applying. mentors.coach is not the hiring party.

Backend Engineer

Full Stack Engineer - Panorama

McKinsey & Company

Budapestfulltime

Apply on the employer's site

Role description

Who You'll Work With
Driving lasting impact and building long-term capabilities with our clients is not easy work. You are the kind of person who thrives in a high performance/high reward culture - doing hard things, picking yourself up when you stumble, and having the resilience to try another way forward.

In return for your drive, determination, and curiosity, we'll provide the resources, mentorship, and opportunities you need to become a stronger leader faster than you ever thought possible. Your colleagues—at all levels—will invest deeply in your development, just as much as they invest in delivering exceptional results for clients. Every day, you’ll receive apprenticeship, coaching, and exposure that will accelerate your growth in ways you won’t find anywhere else.

When you join us, you will have:

  • Continuous learning: Our learning and apprenticeship culture, backed by structured programs, is all about helping you grow while creating an environment where feedback is clear, actionable, and focused on your development. The real magic happens when you take the input from others to heart and embrace the fast-paced learning experience, owning your journey.
  • A voice that matters: From day one, we value your ideas and contributions. You’ll make a tangible impact by offering innovative ideas and practical solutions. We not only encourage diverse perspectives, but they are critical in driving us toward the best possible outcomes.
  • Global community: With colleagues across 65+ countries and over 100 different nationalities, our firm’s diversity fuels creativity and helps us come up with the best solutions for our clients. Plus, you’ll have the opportunity to learn from exceptional colleagues with diverse backgrounds and experiences.
  • World-class benefits: On top of a competitive salary (based on your location, experience, and skills), we provide a comprehensive benefits package to enable holistic well-being for you and your family.

Your Impact
You will produce high quality code for the full technological stack, from database to UI and everything in between.

Additionally, you will assist with troubleshooting basic issues and improving application performance by responding to specific problems and fixing defects. You'll document and demonstrate solutions with a focus on security and performance by developing flowcharts, layouts, diagrams, charts, code comments and clear code.

You will work in our Budapest office as part of McKinsey Panorama’s tech team. Panorama is an asset-based consulting team that serves financial institutions globally by leveraging advanced technology, proprietary data, and deep expertise.

Panorama’s tech team is responsible for developing and maintaining various tech-enabled assets that enhance McKinsey’s client service, offering executives with a unique blend of financial data and proprietary insights to achieve unprecedented impact on strategy and innovation in the financial sector.

Our tech team creates both rapid prototypes, as well as full-scale applications typically within 3 to 6 months, by working collaboratively and iteratively through design and development to deliver fully functioning web-based applications for our clients.

You will become an integral part of a team with casual and fun culture. We have the freedom to experiment with new ideas and are encouraged to constantly learn and grow. Apprenticeship is a key aspect of our culture, and you will receive continuous coaching from senior colleagues who are invested in your personal development.

You will work in a creative, agile and very collaborative business environment, focusing on client impact and deliverables. As a part of Panorama and a broader digital community within McKinsey, you will have the opportunity to work on various tools using different technology stacks. Among other things you will contribute to the architecture across the technology stack, from database to native apps.

Our Panorama tech team is serving several products with different technology needs, ranging from scalable, microservices-based large quant databases to novel advanced analytics and GenAI driven services. You will be part of this successful group, operating globally, hence you will have the opportunity to work in a challenging business environment internationally.

Furthermore, you'll be expected to identify and escalate technical barriers, dependencies or risks in the planning and development process, and maintain a distinct value and quality mindset. You will manage your day-to-day priorities, time and commitments in collaboration with senior team members while ensuring that technical standards and best practices are exercised.

Your Qualifications and Skills

  • Bachelor’s degree in computer science or equivalent area/experience
  • 4+ years of experience in engineering experience and practices such as code refactoring, design patterns, design-driven development, continuous integration, building highly scalable applications, application security
  • Broad experience across the following application development technologies: C#, .NET framework, JavaScript, NodeJS, Python, SQL and No-SQL database, LLMs (advantage)
  • Strong knowledge for deployment automation
  • Experience with cloud providers (e.g., Azure, AWS)
  • Experience in modern architecture patterns (e.g., microservices, reactive architectures, event-driven architectures) and in writing and utilizing RESTful API services
  • Experience working with HTML/ CSS and using JavaScript frameworks such as React.js or Angular.js
  • Strong analytical and problem-solving skills paired with the ability to develop creative and efficient solutions
  • Strong written and verbal communication skills in English

This is a saved copy of a posting published elsewhere. Postings get taken down without notice — check the employer's site before applying. mentors.coach is not the hiring party.

Backend Engineer

Medior Backend Engineer (with DevOps focus)

Tresorit | Swiss Post Digital

Budapestfulltime

Apply on the employer's site

Role description

About Tresorit:
We believe that professionals in all organizations should have a secure and easy way to collaborate with their sensitive and confidential information. We provide a platform for departments, teams and solo entrepreneurs, equipping them with secure solutions to engage efficiently with their coworkers, customers, and other organizations.

Your mission
As a Medior Backend Engineer (with DevOps focus), you will work on complex, enterprise-grade cloud solutions in a Business-to-Business environment. You will be part of a cross-functional product team, contributing to both development and operational aspects. Your role will bridge backend engineering and DevOps practices, ensuring that services are not only well-built but also reliably operated.

A key part of your role will be contributing to IncaMail, our secure digital delivery platform, where you will help design, build, and operate backend services that ensure secure and reliable communication.

You will collaborate with developers, product managers, and external stakeholders to design, build, deploy, and maintain secure, scalable, and high-performance systems.

What You'll Be Doing

  • Design, develop, and maintain backend services and APIs that support scalable cloud and on-prem systems
  • Take part in architectural discussions, prototyping, and evaluating technical feasibility
  • Optimize, test, and continuously improve system performance and reliability
  • Deploy, monitor, and operate services in cloud and on-prem environments
  • Take ownership of services across their full lifecycle (development to production operations)
  • Troubleshoot production issues across the application and infrastructure layers
  • Manage and maintain Linux-based systems (primarily RHEL environments)
  • Work with monitoring and logging tools (e.g. Grafana, Splunk) to ensure system health
  • Support CI/CD processes and improve delivery pipelines
  • Apply security best practices in both development and operations

What You’ll Need

  • 3+ years of experience working on mid or large sized services
  • Strong programming skills in JavaEE
  • Experience with REST APIs and distributed systems
  • Solid understanding of SQL and/or NoSQL databases
  • Deep knowledge of Linux system administration
  • Understanding of cloud-based systems and infrastructure concepts
  • Ability to troubleshoot and solve complex technical issues independently
  • Proactive, ownership-driven mindset with strong problem-solving skills
  • Willingness to work across development and DevOps domains
  • Good communication skills in English

It is an advantage if you have knowledge/experience in some of the below listed areas:

  • Experience with email systems, mail servers, or related integrations
  • Experience with .NET 8 or modern backend frameworks
  • Familiarity with containerized environments (Docker, Kubernetes, OpenShift)
  • Experience with automation tools (Ansible or similar)
  • Experience with monitoring and logging tools (Grafana, Splunk)
  • Knowledge of secrets management solutions (e.g. HashiCorp Vault)
  • Frontend development experience (e.g. NextJS or similar frameworks)
  • Familiarity with CI/CD pipelines and GitOps practices

What can we offer?

  • Competitive salary (with Cafeteria),
  • Private health insurance (Medicover)
  • Workation opportunity,
  • Tresorit Friends & Family subscription,
  • Free company mobile subscription,
  • Extra 5 weeks fully paid Parental Leave,
  • A commitment to invest in your personal growth and development in the form of courses, conferences, trainings, and more,
  • Regular feedback from both your supervisor and peers,
  • The trust and autonomy to solve problems your way,
  • All You Can Move sports card availability,
  • Regular team-building activities paid by Tresorit,
  • The security of working in a financially stable, growing company with an ever-expanding global customer base.

This is a saved copy of a posting published elsewhere. Postings get taken down without notice — check the employer's site before applying. mentors.coach is not the hiring party.

119 more openings in this category and country

Senior Server Software EngineerLarkin Lane Films, LLC · Hungary

Apply on the employer's site