Offres d'emploi
Trouvez des postes près de chez vous, sur site, hybrides ou à distance.- Emplois similaires à : Senior Backend Engineer - Content Platform & Media Tech
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 Engineer, Backend Platform
ZoomcarRedwood CityAbout Zūm: Zū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. In the $50 billion
Senior Backend Engineer - AI Platform
StrykerSeattleCVS Health is seeking a Senior Software Development Engineer to drive digital innovation within healthcare. This role involves building enterprise AI platform capabilities that automate workflows and
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 Backend Engineer - Device Platform
TensecSan MateoSan Mateo, CA, United StatesWho We Are Verkada is transforming how organizations protect their people and places with an integrated, AI-powered platform. A leader in cloud physical security, Verkada h
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 Backend Engineer, Payments Platform
QubeyondNew YorkQubeyond is seeking a Senior Software Engineer to enhance our Payments team, responsible for building high-performance payment processing systems for restaurants globally. You will design scalable ser
Senior Backend Engineer - Fulfillment Platform
StrykerNew YorkStryker Corporation is searching for a Staff Software Development Engineer – Fulfillment to join their innovative team. This role involves architecting and implementing cloud-native services while men
Senior Backend Engineer - AI Platform
WEXUnited StatesSr. Software EngineerThis 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
Senior Backend Engineer - Payments Platform
Jimdo IncNew BremenAbout JimdoWe exist to unleash the power of the self-employed - helping solopreneurs and micro-businesses thrive by doing what they're passionate about and removing the complexity of building lasting,
Senior Backend Engineer, Platform Services
BluJuniper, Inc.WashingtonBluJuniper is an AI and optimization company building advanced software systems for complex operational environments. Our work spans cloud native platforms, computer vision, natural language processin
Senior Backend Engineer (Data Platform)
Crane Venture PartnersNew YorkAbout the Position Bluefish AI is looking for a Senior Backend Engineer to own the data platform infrastructure that powers our AI marketing platform; building the systems that reliably move and proce
Senior Backend Engineer Cloud Platform
AdobeUnited StatesJOB LEVELP50EMPLOYEE ROLEIndividual ContributorThe OpportunityWe are looking for a Senior Software Engineer to lead the design, development, and optimization of Adobe Stock’s customer-facing experienc
Senior Platform Engineer - Backend & Cloud
Green DotLos AngelesGreen 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
Senior Backend Engineer Custody Platform
Crypto Pro NetworkBrazilCrypto Pro Network seeks a Lead Backend Engineer to join the Custody organization. This role requires expertise in building complex distributed systems, primarily using Go, while emphasizing mentoring
Remote Senior Backend Platform Engineer
ConversicaNew YorkConversica is seeking a Staff Backend Platform Engineer to guide the technical direction of their next-generation AI platform. You'll focus on the architecture and engineering standards across platfor
Senior Identity Platform Backend Engineer
StravaSan FranciscoStrava is seeking a Senior Server Engineer to join its Identity Engineering Team responsible for secure athlete access. This backend platform engineering role emphasizes building reliable, scalable di
Senior Platform Engineer — Backend for AI Game Platforms
Alumni VenturesSan FranciscoAlumni Ventures is seeking a Senior Software Engineer for their Platform Team in San Francisco. This role focuses on backend services for AI-powered games, requiring 5–8 years of experience in softwar
Senior Backend Engineer - Onboarding Platform
RippleSan FranciscoRipple in San Francisco is seeking a Senior Engineer to lead the rebuild of its Customer Onboarding Platform. This role involves designing cloud-native backend services that enhance customer experienc
Senior Platform Engineer, Content & Media Delivery
Disney Cruise LineGlendaleDisney Cruise Line - The Walt Disney Company is looking for a Senior Software Engineer to join their Content Platform Engineering team in Glendale, CA. You will focus on enhancing platform capabilitie
Senior Backend Engineer, Dashboard Platform & Infra
AlgoliaLondonAlgolia is looking for a Senior Software Engineer for their Dashboard Platform team, focusing on infrastructure automation. You will work on core dashboard features and collaborate closely with teams
Senior Backend Engineer, Observability Platform (Remote)
GrafanaNew YorkGrafana Labs is looking for a skilled individual to join as a developer for their cloud-based Grafana-as-a-Service platform. This remote opportunity targets candidates in the US and Canada. You will e
Senior Backend Engineer, Platform Integrations & Lakehouse
Blumberg CapitalNew YorkBlumberg Capital Company is seeking a seasoned backend software engineer to join their Platform Integrations team in New York. This role involves collaborating with multi-functional teams to build cli
Senior Backend Engineer - FinTech Trading Platform
Tidal Financial GroupNew YorkTidal Financial Group is seeking a Backend Software Engineer to enhance our ETF investment technology platform. The role focuses on designing systems in C# and .NET 10 for trading applications. Ideal
Senior Backend Orchestration Engineer - Cloud Platform
AlteryxIrvineAlteryx, Inc. is looking for a Senior Software Engineer for their cloud platform engineering team in California. In this role, you will design and manage backend services for orchestration and job exe
Senior Backend Engineer, Platform
- San Jose, Arizona, United States
- San Jose, Arizona, United States
À propos
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
Compétences linguistiques
- English
Cette offre provient d’une plateforme partenaire de TieTalent. Cliquez sur « Postuler maintenant » pour soumettre votre candidature directement sur leur site.