All remote jobs
Open role
Remote opportunity atTruelogic

Senior Full-stack Engineer (React/Node) (Backend-Focused) – Real Estate – LATAM

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

Published
44Listing views
1Application actions
29 Sep 2026Apply before
Opportunity details

About this role.

AI Summary

This Senior Full-Stack Engineer role supports a tech-driven real estate company on fintech-focused, high-transaction systems. The engineer will own features end to end, spanning PostgreSQL data modeling, Node.js and TypeScript backend services, event-driven integrations, and React/Next.js interfaces. Core work emphasizes reliability patterns such as idempotency, retry handling, dead-letter queues, outbox workflows, reconciliation, observability, and secure handling of sensitive financial data. The position is fully remote for LATAM talent and expects autonomous collaboration, technical leadership, mentoring, and use of AI-assisted development tools.

Role DNA

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

Job Complexity

5/5
EasyHard

Pace & Pressure

5/5
RelaxedFast-paced

Autonomy Level

5/5
GuidedFull ownership

Communication Load

4/5
IndependentCollaborative
AI insightThe role requires senior-level breadth across frontend, backend, database performance, distributed systems, cloud operations, and regulated financial workflows. Production reliability and data-consistency requirements make technical errors high impact and demand strong independent judgment.

Salary analysis

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

Estimated job medianHighly competitive
$170,000
US market range$145k–$195k
AI insightNo salary range was provided. Based on the U.S. market, a senior backend-focused full-stack engineer with fintech, distributed-systems, PostgreSQL, React/Node, and reliability-engineering expertise is estimated at $145,000-$195,000 USD annually, with a median estimate of $170,000 USD. LATAM nearshore compensation may vary by country and engagement structure despite the role's stated competitive USD pay.

Core skills

Skills and capabilities most closely associated with this opportunity.

Sample interview questions
How would you design a webhook-processing service that avoids duplicate financial transactions?

I would persist each provider event with a unique idempotency key and process it within a transaction where appropriate. The consumer would acknowledge only after durable state changes succeed, use retries with exponential backoff for transient failures, and route exhausted failures to a DLQ. I would also build reconciliation jobs to compare internal records with the provider's source of truth.

When would you use an outbox pattern, and what problem does it solve?

I would use an outbox pattern when a database update and event publication must remain consistent without relying on distributed transactions. The application writes both the business change and an outbox record in one database transaction; a separate publisher reliably emits the event and marks it delivered. This prevents a successful data update from being lost if the message broker is temporarily unavailable.

How do you approach PostgreSQL performance troubleshooting for a critical workflow?

I start by measuring the slow query and reviewing EXPLAIN ANALYZE, row estimates, join strategy, index usage, lock behavior, and I/O. I then improve query shape, add or adjust targeted indexes, avoid unnecessary data retrieval, and validate changes against representative production-like data. For transactional workloads, I also assess isolation level, contention, and connection-pool behavior.

How would you structure a React and Next.js feature that depends on asynchronous backend processing?

I would define clear API contracts and model the UI around explicit states such as queued, processing, completed, and failed. The frontend should provide immediate feedback, safely poll or subscribe for status updates where needed, and expose actionable error handling without implying that an asynchronous operation has completed prematurely. I would keep domain logic on the server and use reusable UI components for consistent loading and error states.

What observability would you implement for a distributed payment or billing workflow?

I would add structured logs, metrics, and distributed traces with a correlation ID propagated across requests, queue messages, and third-party calls. Key metrics would include throughput, latency, retry volume, DLQ depth, reconciliation mismatches, error rate, and success rate by provider. Alerts should focus on customer-impacting thresholds and be paired with dashboards and runbooks for rapid incident response.

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

About Truelogic

At Truelogic we are a leading provider of nearshore staff augmentation services headquartered in New York. For over two decades, we’ve been delivering top-tier technology solutions to companies of all sizes, from innovative startups to industry leaders, helping them achieve their digital transformation goals.

Our team of 600+ highly skilled tech professionals, based in Latin America, drives digital disruption by partnering with U.S. companies on their most impactful projects. Whether collaborating with Fortune 500 giants or scaling startups, we deliver results that make a difference.

By applying for this position, you’re taking the first step in joining a dynamic team that values your expertise and aspirations. We aim to align your skills with opportunities that foster exceptional career growth and success while contributing to transformative projects that shape the future.

Our Client

This company is far more than a traditional real estate brokerage — it is a tech-powered media company reinventing how real estate is bought, sold, and experienced, combining elite sales talent, cutting-edge technology, and world-class content creation to build a completely new industry approach; its ecosystem spans luxury residential real estate, a powerful education platform, and an in-house creative agency, forming a vertically integrated model that is reshaping the real estate landscape, while offering engineers the opportunity to join an organization that treats technology as a core strategic differentiator, empowers small, autonomous, high-impact teams with full ownership, and values great design, clean code, and exceptional user experience, all within a company that is actively building the future of real estate.

Job Summary

We are seeking a highly skilled Senior Full-Stack Engineer to join a high-impact fintech-focused engineering team building resilient, scalable, and data-intensive systems. This role requires deep expertise across the full stack, from designing PostgreSQL schemas and distributed backend services to delivering polished React/Next.js user experiences. The ideal candidate is a systems thinker who values reliability, operational excellence, and clean architecture, with experience handling complex financial workflows, asynchronous event processing, and high-stakes transactional data. You will work in a fast-paced environment with strong ownership, leveraging AI-assisted development tools and modern engineering practices to deliver robust production-grade solutions.

Responsibilities

  • Own the full lifecycle of product features, from database schema design and backend implementation to frontend delivery and production monitoring.

  • Design, build, and maintain scalable event-driven and distributed systems with strong guarantees around reliability and data consistency.

  • Develop and optimize complex PostgreSQL queries, migrations, and transactional workflows for high-performance financial operations.

  • Build resilient integrations with third-party systems using webhooks, queues, retry mechanisms, and reconciliation processes.

  • Implement reliability engineering patterns including idempotency, dead-letter queues (DLQs), outbox patterns, and fault-tolerant processing.

  • Create responsive and high-quality user interfaces using React and Next.js.

  • Contribute to architectural decisions and continuously improve system scalability, observability, and operational excellence.

  • Leverage AI-assisted development tools such as Claude Code or similar platforms to improve engineering productivity and accelerate delivery.

  • Participate in code reviews, mentor engineers, and promote best practices for handling sensitive financial and transactional data.

  • Collaborate cross-functionally with product, design, and engineering stakeholders to deliver exceptional user experiences.

  • Implement and maintain observability and monitoring solutions using tools such as Datadog or OpenTelemetry.

  • Contribute to infrastructure automation and cloud resource management using Infrastructure as Code practices such as Terraform or Pulumi.

  • Ensure engineering practices align with security, compliance, and regulated-environment requirements including SOC2 and PCI-DSS standards where applicable.

Qualifications and Job Requirements

  • 5+ years of experience as a Full-Stack Engineer delivering production-ready applications end-to-end.

  • Strong proficiency with TypeScript and Node.js.

  • Advanced experience with React and Next.js.

  • Deep expertise in PostgreSQL and database engineering, including raw SQL, query optimization, migrations, and performance analysis.

  • Proven experience designing and maintaining event-driven and distributed systems.

  • Strong understanding of reliability engineering patterns, including:

    • Idempotency keys and retry strategies

    • Dead-letter queues (DLQs)

    • Outbox patterns

    • Reconciliation processes for data consistency

  • Experience building webhook-driven architectures and integrating third-party systems.

  • Solid understanding of scalable system architecture, asynchronous processing, and fault-tolerant applications.

  • Experience working with financial, payments, billing, payroll, or ledgering systems.

  • Hands-on experience using AI-assisted development tools such as Claude Code or similar agentic coding platforms.

  • Strong problem-solving skills with a systems-thinking mindset and attention to edge cases and data integrity.

  • Excellent communication skills and ability to work autonomously within high-impact engineering teams.

  • Experience with Infrastructure as Code tools such as Terraform or Pulumi.

  • Familiarity with observability and monitoring platforms such as Datadog or OpenTelemetry.

  • Experience working in regulated or compliance-heavy environments, including SOC2 or PCI-DSS.

  • Knowledge of property-based testing frameworks such as fast-check for validating complex business logic.

  • Experience optimizing applications for scalability, reliability, and operational excellence.

  • Prior experience mentoring engineers and participating in technical leadership initiatives.

  • Experience working within fintech or high-transaction-volume platforms.

  • Exposure to modern AI-enhanced engineering workflows and automation practices.

  • Experience collaborating within autonomous, product-focused engineering teams.

  • Passion for clean architecture, exceptional user experience, and high-quality software craftsmanship.

What We Offer

  • 100% Remote Work: Enjoy the freedom to work from the location that helps you thrive. All it takes is a laptop and a reliable internet connection.

  • Highly Competitive USD Pay: Earn an excellent, market-leading compensation in USD, that goes beyond typical market offerings.

  • Paid Time Off: We value your well-being. Our paid time off policies ensure you have the chance to unwind and recharge when needed.

  • Work with Autonomy: Enjoy the freedom to manage your time as long as the work gets done. Focus on results, not the clock.

  • Work with Top American Companies: Grow your expertise working on innovative, high-impact projects with Industry-Leading U.S. Companies.

Why You’ll Like Working Here

  • A Culture That Values You: We prioritize well-being and work-life balance, offering engagement activities and fostering dynamic teams to ensure you thrive both personally and professionally.

  • Diverse, Global Network: Connect with over 600 professionals in 25+ countries, expand your network, and collaborate with a multicultural team from Latin America.

  • Team Up with Skilled Professionals: Join forces with senior talent. All of our team members are seasoned experts, ensuring you’re working with the best in your field.

Apply now!

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