Jobbörse
Finde Jobs in deiner Nähe – ob vor Ort, hybrid oder remote.- Ähnliche Jobs zu: Senior Backend Platform Engineer - Go & Data Sync
Senior Backend Engineer, Platform
INSIDERSan JoseArcher is an aerospace company based in San Jose, California building an all-electric vertical takeoff and landing aircraft with a mission to advance the benefits of sustainable air mobility. We are d
Senior Data Engineer - Backend & Data Platform Lead
McDonald's CorporationChicagoMcDonald's Corporation is looking for a Manager, Data Engineer III in Chicago, Illinois. This role will lead the design and evolution of large-scale data products that are critical to global business
Senior Data Engineer: Flexible Backend & Data Platform
NielsenIQIndianaNielsenIQ in Indiana is seeking a skilled Software Engineer to develop new back-end functionalities and contribute to expanding NRPS scope. This role requires 6+ years of software engineering experien
Senior Backend Data Platform Engineer
DellSpringfieldDell is seeking a Data Management Developer to join the Software Engineering team in the United States, Illinois. In this role, you will develop core functionalities for our AI and data platform, focu
Senior Backend Engineer - AI Platform
WEXUnited StatesThis is a remote position; however, the candidate must reside within 30 miles of one of the following locations: Boston, MA; San Francisco Bay Area, CA; Dallas, TX; Salt Lake City, UT; Seattle, WA; an
Senior Identity Platform Backend Engineer
Alumni VenturesSan FranciscoStrava is seeking a Senior Server Engineer for its Identity Engineering Team in San Francisco. This role focuses on designing reliable backend services to enhance user identity security and streamline
Senior Staff Backend Engineer, Platform Core
INSIDERSan JoseArcher is an aerospace company based in San Jose, California building an all‑electric vertical takeoff and landing aircraft with a mission to advance the benefits of sustainable air mobility. We are d
Senior Engineer, Backend Platform
Zūm ServicesUnited StatesZūm Senior Engineer PositionZūm is revolutionizing mass mobility with its Connected Mobility Experience (Zūm CMX™) system that connects and coordinates people, vehicles, and operations in real time. I
Backend & Data Platform Engineer - AWS Analytics
Energyminer GmbhNew BremenEnergyminer Gmbh is seeking a Backend / Data Platform Engineer (m/f/d) based in Gröbenzell. In this role, you will design and develop backend systems for data processing and analytics, leveraging AWS
Senior AI & Agent Backend Engineer - Ecosystem Platform
Ellis Technologies, Inc.San JoseEllis Technologies, Inc. is seeking a Senior Software Engineer for AI & Agent development within the TikTok Ecosystem & Platform team in San Jose, CA. You will build next-generation backend systems by
Senior Backend Developer, Data Platform
Maxar by VantorUnited StatesSenior Backend Developer/EngineerVantor is forging the new frontier of spatial intelligence, helping decision makers and operators navigate what's happening now and shape what's coming next. Vantor is
Senior Backend Engineer Observability Platform (Remote)
ClickHouseNew YorkClickHouse is looking for a Senior Backend Engineer to build a high-performance observability platform. You will shape product development, engage with the community, and tackle technical challenges c
Senior Software Engineer, Backend - Platform (Overseer)
CoinbaseUnited StatesReady to be pushed beyond what you think you’re capable of?At Coinbase, our mission is to increase economic freedom in the world. It’s a massive, ambitious opportunity that demands the best of us, eve
Senior Backend Engineer, Cloud-Scale Data Platform
United States Digital Space LLCVirginiaUnited States Digital Space LLC, located in McLean, Virginia, is seeking a Software Engineer to join their Public Sector team. You will be responsible for backend engineering that supports one of the
Senior Platform Engineer: Scalable Backend & Data Systems
CervinSan MateoCervin is seeking a dedicated Senior Software Engineer to join our team in San Mateo, CA. This hybrid role requires you to work in the office two days per week and involves designing and operating ser
Senior Backend Engineer Horizontal Ops Platform
WhatnotSan FranciscoWhatnot is seeking a Senior Backend Engineer to join the Horizontal Ops Platform team, focusing on building world-class internal operations tooling. The successful candidate will tackle complex operat
Senior Python Backend Engineer - Payments Platform
PayPalSan JosePayPal in San Jose is seeking a Senior Software Engineer to lead projects within a dynamic team. You will coordinate activities of diverse engineers while ensuring high-quality project deliverables. W
Senior Platform Engineer - Backend & Cloud
Green DotFloridaGreen Dot Corporation is looking for a Senior Software Engineer to join the Platform Team in Los Angeles, CA. The role involves designing and developing backend services to ensure platform resilience
Remote Backend Engineer Scalable APIs & Data Platform
Flourish VenturesNew YorkFlourish Ventures presents an opportunity at Spade for a backend engineer in New York. Join a passionate team focused on building financial infrastructure and enrich customer experiences through data.
Senior Software Engineer - Fusion Platform (Backend, AWS)
RainfallcapNew YorkRainfallcap is seeking a Senior Software Engineer for their Trade PMR team in New York, NY. The role involves leading the design of scalable software services and mentoring engineers. Candidates shoul
Senior Backend Architect - APIs & Data Platform
CMB Regional CentersRock IslandCMB Regional Centers is seeking a hands-on Lead Backend Engineer to modernize their enterprise data and integration platform. The role involves designing and implementing secure APIs around a SQL Serv
Senior Backend & Agentic AI Platform Engineer
Phase2 TechnologyEatontownPhase2 Technology in Eatontown, NJ is seeking a Software Development Engineer to own backend infrastructure and support the development of agentic AI systems. The role involves working closely with th
Senior Backend & Agentic AI Platform Engineer
Phase2 TechnologyWashingtonPhase2 Technology is seeking a Software Development Engineer in Washington DC. This role involves owning backend infrastructure while building agentic AI systems to support transformative R&D for clie
Senior Platform Engineer: Scalable Backend & Reliability
MediumSan MateoMedium is seeking a Senior Software Engineer to join the Platform team in San Mateo, CA. The role involves designing resilient systems that support enterprise customers and requires experience in back
Senior Platform Engineer: Scalable Backend & Infra
SecurityScorecardSeattleSecurityScorecard Inc. in Seattle is seeking an experienced Senior Engineer to lead technical initiatives and build scalable systems. You will work across the stack, optimizing performance and collabo
Senior Backend Engineer, Platform
- San Jose, Arizona, United States
- San Jose, Arizona, United States
Über
Our sights are set high and our problems are hard, and we believe that diversity in the workplace is what makes us smarter, drives better insights, and will ultimately lift us all to success. We are dedicated to cultivating an equitable and inclusive environment that embraces our differences, and supports and celebrates all of our team members.
Role Overview This role is responsible for building the connector framework and ingestion services that power a foundational data and services platform that unifies enterprise systems into a canonical model. This is not a low-code integration role. You will write production Go services that handle data reconciliation at scale. Our architecture follows a specific pattern: we fetch and store raw API responses for debugging and replay, then transform them into canonical entities. You are responsible for the "system of record" for how our platform interacts with external source systems.
Responsibilities
Framework Engineering: Build the reusable plumbing for connectors—including authentication, circuit breaking, retries, and idempotency—so that adding a new data source focuses exclusively on data logic.
Canonical Mapping: Design the logic to map inconsistent enterprise data (Finance, HR, etc.) into strongly-typed entities. This includes handling multi-source enrichment, unit normalization, and field-level provenance.
Reliability: Implement synchronization strategies with watermark management to ensure the system recovers gracefully from failures without data loss or duplication.
Replayability: Build infrastructure to store raw API responses allowing the system to re-process data from local storage when mapping logic evolves, without re-querying source APIs.
Performance: Optimize for high-volume synchronization, focusing on PostgreSQL performance, concurrent fetching, and batch upserts.
Observability: Define and monitor metrics for throughput, data drift, and error rates to identify issues before they impact downstream applications.
Collaboration: Collaborate with platform architect on schema evolution, entity contracts, and the boundary between what connectors own and what the platform layer handles.
Qualifications Required
6+ years in backend engineering: Experience building and operating distributed systems in production.
Go (or similar): Proficiency with strong typing and concurrency.
PostgreSQL Expertise: Strong understanding of schema design, indexing strategies, and performance tuning.
Distributed systems: Experience designing and operating distributed systems.
Data Integrity: Experience implementing idempotent systems, dead‑letter queues, and backpressure management.
Delta syncs: Experience designing incremental and delta synchronization mechanisms with watermark tracking and safe recovery from mid‑sync failures.
Cloud Native: Experience deploying and managing services in AWS or similar environments.
Preferred
Enterprise Integration: Experience building custom integration frameworks or working with complex ERP/HR APIs (SAP, Workday, etc.).
Systems Architecture: Understanding of when to utilize polling versus event‑driven patterns (CDC/Kafka).
AI‑Ready Data: Experience structuring data to be consumed by downstream AI/LLM services.
Please note that this job description is intended to provide a general overview of the position and does not include an exhaustive list of responsibilities and qualifications.
At Archer we aim to attract, retain, and motivate talent that possess the skills and leadership necessary to grow our business. We drive a pay‑for‑performance culture and reward performance that supports the Company’s business strategy. For this position we are targeting a base pay between $126,700 - $150,000. Actual compensation offered will be determined by factors such as job‑related knowledge, skills, and experience.
Archer is committed to working with and providing reasonable accommodations to job applicants with physical or mental disabilities, and those with sincerely held religious beliefs. Applicants who may require reasonable accommodation for any part of the application or hiring process should provide their name and contact information to Archer’s People Team at people@archer.com. Reasonable accommodations will be determined on a case‑by‑case basis.
Information collected and processed as part of any job applications you choose to submit is subject to Archer's Candidate Privacy Policy.
Archer is unable to provide work visa sponsorship for this position at the present time.
Archer is proud to be an Equal Opportunity employer committed to diversity and inclusivity in the workplace. All aspects of employment are decided on the basis of merit, qualifications, and business needs. We do not discriminate based upon race, color, religion, sex, sexual orientation, age, national origin, disability status, protected veteran status, gender identity or any other characteristic protected by federal, state or local laws.
Archer Aviation does not engage with external recruiting agencies/individual recruiters with whom it does not have a prior written agreement. Archer reserves the right to make use of any unsolicited resumes that it receives and bears no responsibility for payment of any fees asserted from the use of unsolicited resumes. If you are a recruiting agency or individual recruiter wishing to do business with Archer, please reach out to People@archer.com. All employment processes are managed by the Archer People Team.
#J-18808-Ljbffr
Sprachkenntnisse
- English
Dieses Stellenangebot stammt von einer Partnerplattform von TieTalent. Klick auf „Jetzt Bewerben”, um deine Bewerbung direkt auf deren Website einzureichen.