All remote jobs
Open role
Remote opportunity atAirtm

Senior Software Enginner (Full-stack Node + React)

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

Published
28Listing views
1Application actions
20 Oct 2026Apply before
Opportunity details

About this role.

AI Summary

Airtm is seeking a senior full-stack engineer to build and evolve financial-product systems within an autonomous product pod. The role centers on TypeScript/Node.js microservices, React interfaces, APIs, relational databases, event-driven services, and cloud deployments. This engineer will own medium-to-large features from technical design through production, contribute to incident response, and mentor other engineers. The position also requires daily, responsible use of AI-assisted development tools for coding, testing, debugging, review, and refactoring. Experience in fintech, payments, Kubernetes, observability, and CI/CD is beneficial.

Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

Job Complexity

5/5
EasyHard

Pace & Pressure

4/5
RelaxedFast-paced

Autonomy Level

5/5
GuidedFull ownership

Communication Load

4/5
IndependentCollaborative
AI insightThis is a senior, end-to-end engineering role requiring deep full-stack expertise across distributed financial systems, production operations, and technical leadership. The engineer must independently make sound design decisions, manage cross-service complexity, and validate AI-generated work without sacrificing quality or reliability.

Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate
$155,000
US market range$130k–$190k
AI insightNo salary was disclosed in the posting. Estimated US-market annual base salary for a senior full-stack Node.js and React engineer with microservices, cloud, and fintech-oriented responsibilities is approximately $130,000-$190,000 USD, with a midpoint estimate of $155,000 USD; actual LATAM compensation may differ materially by country and engagement structure.

Core skills

Skills and capabilities most closely associated with this opportunity.

Sample interview questions
How would you design a reliable payment-status workflow spanning several microservices?

I would define clear service ownership and use idempotent APIs and event handlers so retries cannot create duplicate state changes. I would persist transaction state in a relational database, publish durable events through a message broker, add correlation IDs and observability, and design compensating actions for partial failures. I would also document failure modes and validate the workflow with integration and end-to-end tests.

Describe how you balance rapid delivery with maintainability when leading a large feature.

I start by clarifying the customer outcome, constraints, and success metrics, then split the work into independently deployable slices. I document key design decisions, identify risks and technical debt early, and ensure testing and monitoring are part of the delivery plan. If scope threatens reliability or maintainability, I communicate trade-offs early and propose a staged approach.

How do you use AI coding assistants responsibly in a production codebase?

I use AI tools to accelerate scaffolding, refactoring, test ideas, documentation, and debugging hypotheses, but I retain ownership of every decision. I verify generated code against requirements, security expectations, existing patterns, and edge cases; then I run tests and conduct normal review. I avoid providing sensitive information to inappropriate tools and treat AI output as a draft rather than an authority.

What practices would you use to improve performance and reliability in a Node.js microservice backed by PostgreSQL?

I would begin with metrics, traces, logs, and database query analysis to locate the bottleneck. Depending on findings, I might add or refine indexes, eliminate N+1 queries, optimize query plans, introduce pagination, manage connection pooling, and move suitable long-running work to asynchronous jobs. I would load test changes, define service-level indicators, and deploy incrementally with rollback safeguards.

How would you mentor a mid-level engineer who is working on a cross-service feature?

I would help them frame the problem, identify service boundaries, and write a concise design proposal before implementation. During delivery, I would use reviews and pairing to discuss trade-offs, testing strategy, observability, and safe use of AI tools rather than simply prescribing solutions. I would gradually delegate ownership, ensure they present decisions to stakeholders, and provide specific feedback after the project.

This analysis is generated from the job description. Salary estimates, role characteristics and sample answers are guidance, not employer-provided facts.

About us:

Airtm is a financial-infrastructure company building the future of the online-work economy. We are on a mission to empower the world’s growing number of Digital Entrepreneurs in the Global South, giving them the financial freedom to thrive.

The problem is clear: in emerging markets, accessing the dollar economy is difficult. Cross-border payments are slow, expensive, and often lose value to inflation. This limits the potential of millions of talented individuals.

Airtm’s solution is a swift and comprehensive financial platform that facilitates low-value cross-border payments and local cash-outs. As pioneers in stablecoin-payment infrastructure, Airtm has built the most advanced cross-border payment system available on the market.

As a company married to the world of online work, Airtm will go beyond payments to build the necessary infrastructure the online-work economy needs to thrive. We are fostering an entirely new economy, giving individuals, communities, and countries the tools to take control of their financial destinies.

About the Role

We’re looking for a Senior Software Engineer to design, build, and evolve the full stack systems that power Airtm’s financial products. You’ll work within one of our autonomous product pods, taking ownership of projects end-to-end, from technical design through production, and mentoring the engineers around you.

Our stack is TypeScript/Node.js microservices deployed on Kubernetes, paired with React front ends. You’ll work across the entire stack, backend and frontend, as needed to deliver on your pod’s goals, collaborating with engineers in other pods when initiatives cross boundaries. AI-assisted development is core to how we build software: you’ll be expected to use AI coding tools fluently to move faster without sacrificing quality.

Key Responsibilities

  • Technical Design: Lead the design of medium-to-large features across the stack, document decisions, and anticipate edge cases and long-term maintainability
  • Full Stack Development: Build and maintain TypeScript/Node.js microservices, event handlers, and cronjobs, as well as the React UIs that consume them, powering our core financial flows
  • AI-Assisted Development: Use AI coding assistants and agentic tools as part of your daily workflow, from scaffolding and refactoring to test generation and code review, while maintaining a high bar for correctness and judgment about when and how much to rely on them
  • Project Ownership: Break down complex problems into actionable work across multiple services and UIs; drive delivery from design through deployment
  • Code Quality: Write well-tested, maintainable code; conduct thorough code reviews (including AI-generated code) and hold a high bar for the team
  • Mentorship: Mentor junior and mid-level engineers, including on effective and responsible use of AI tooling; share knowledge and elevate the team’s technical practices
  • Cross-Pod Collaboration: Coordinate with engineers in other pods when work crosses service boundaries; contribute code to shared services following established ownership guidelines
  • On-Call: Participate in on-call rotation for services the pod owns; lead incident response and post-incident reviews
  • Technical Debt: Proactively identify and address technical debt; balance short-term delivery with long-term health of the systems

Required Qualifications

  • 5+ years of professional software engineering experience, with demonstrated full stack range (backend services and frontend UIs)
  • Proficiency in TypeScript and Node.js for building production services
  • Proficiency in React for building production-facing UIs (state management, component design, performance)
  • Experience designing and building REST or GraphQL APIs
  • Solid understanding of relational databases (PostgreSQL or similar), modeling, query optimization, and migrations
  • Familiarity with event-driven architecture and messaging patterns (Kafka, SQS, or similar)
  • Experience working in a microservices environment
  • Hands-on, day-to-day experience with AI-assisted development tools (e.g., GitHub Copilot, Cursor, Claude Code, Zed’s Agentic editing, or similar) for coding, debugging, and code review; comfort with prompt/context engineering and sound judgment about validating AI-generated output
  • Strong grasp of software design principles: separation of concerns, error handling, testing strategies
  • Experience writing unit, integration, and end-to-end tests
  • Comfort operating in a cloud environment (AWS preferred), understanding of deployments, logs, and basic infrastructure concepts
  • Strong communication skills; proactive about sharing progress, blockers, and technical risks

Nice to Have

  • Experience building or integrating AI/LLM-powered features into products (RAG, agents, tool calling, prompt pipelines)
  • Familiarity with Kubernetes and container-based deployments
  • Background in fintech, payments, or financial systems
  • Experience working with GraphQL (schema design, federation, or tooling)
  • Knowledge of CI/CD pipelines (Bitbucket Pipelines, GitHub Actions, ArgoCD)
  • Familiarity with observability tooling (Datadog, Prometheus, Grafana)
  • Experience mentoring engineers or leading technical design discussions

What We Look For

Beyond the technical skills, we’re looking for engineers who:

  • Take ownership, they drive their work to completion and communicate early when something is at risk
  • Write code for the next engineer, clean, tested, and documented, whether they or an AI tool wrote the first draft
  • Improve the team around them, through reviews, mentorship, and knowledge sharing
  • Collaborate across boundaries, they engage other pods constructively when work crosses service lines
  • Have good technical judgment, they balance pragmatism with quality, know when to push back on scope, and know when (and when not) to lean on AI tooling

Compensation

Additional Information

Apply now >

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Did you apply?Let us know, and we’ll help you track your application.

Continue on the employer website

Protect your personal information and never pay to secure an interview or job offer. View safety guidance.

Log in to save
One quick step before you apply

Create your free account, then apply.

Build a more organized job search on Jobicy and continue to the employer's application when you're ready.

  • Never lose a promising opportunitySave roles and return to them from your dashboard.
  • See your entire search at a glanceTrack applications, stages and next steps in one place.
  • Get matched with relevant remote jobsChoose the alerts and digests that work for you.
Applying is free. The employer's application opens in a new tab.
Add alert
Jobs Talent AI Tools Salaries
Menu