Jobbörse
Finde Jobs in deiner Nähe – ob vor Ort, hybrid oder remote.- Ähnliche Jobs zu: Senior Engineer, Backend Platform
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 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 - 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, Experimentation Platform
Paramount PicturesBurbankParamount Pictures is seeking a Senior Software Engineer to enhance core backend services supporting experimentation across its streaming applications. The ideal candidate will own significant compone
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 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 - Wallet Platform & Scalability
High Level ServicesNew YorkHighlevel is seeking a Software Development Engineer III (SDE III) to focus on backend development for their Wallet platform. The role requires expertise in Node.js, MongoDB, and distributed systems,
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 Go Backend Engineer Infra Platform
Dormont Manufacturing CompanyLansingCoreWeave, located in the United States, is seeking a Senior Backend Engineer to design and implement complex data infrastructure for AI data centers. This role focuses on building APIs and services,
Senior Backend Engineer - Remote, Platform & APIs
Chainguard, Inc.New YorkChainguard, Inc. is seeking a Senior Software Engineer to join their Platform team. This remote role focuses on designing and building customer-facing backend services and APIs that support various pr
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 Backend Engineer - Developer Platform & APIs
VibeIQ Inc.BostonVibeIQ Inc. is seeking a Senior Backend Engineer to focus on building and maintaining tools that enrich our developer ecosystem. You'll collaborate with multiple teams to drive a seamless implementati
Senior Staff Software Engineer, Backend Platform
PatreonSan FranciscoPatreon is a media and community platform where over 300,000 creators give their biggest fans access to exclusive work and experiences. We offer creators a variety of ways to engage with their fans an
Senior Software Engineer - Backend/Platform Agentic AI
Dynamic YieldUnited StatesSenior Software Engineer - Backend/Platform Agentic AIMastercard powers economies and empowers people in 200+ countries and territories worldwide. Together with our customers, we're helping build a su
Senior Backend Engineer - Leap Platform (Remote US)
D-Wave Quantum Inc.New YorkD-Wave Quantum Inc. is seeking a Senior Back-End Software Developer to enhance the development of Leap™, their quantum-classical hybrid cloud platform. This role invites an experienced software engine
Remote Senior Backend Platform Engineer
Bright Vision TechnologiesWilliamstownBright Vision Technologies, located in Monroe Township, NJ, is seeking a Senior Backend Developer dedicated to designing and building high-throughput backend platforms. This remote position aims to ha
Remote Senior Backend Engineer - Integration Platform Lead
RockstarAlamedaRockstar is seeking a Senior Backend Engineer to lead the design and development of its platform’s integration layer. The role involves building bidirectional systems that enhance operational efficien
Senior Backend Engineer, Ads Platform: Scale & Impact
RedditNew YorkReddit, Inc. is seeking a Generalist Senior Backend Engineer within the Ads Organization. The role involves designing and implementing products, collaborating closely with teams, and improving operati
Senior Backend Engineer - Platform Analytics & Cloud Infra
UiPathBellevueUiPath in Bellevue, Washington is seeking a software engineer focused on backend systems to join their Insights / Platform Analytics team. You will develop systems enabling visibility and data-driven
Remote Senior Backend Engineer, Care Platform Operations
GrabJobsNew YorkRo is a direct-to-patient healthcare company with a mission of helping patients achieve their health goals by delivering the easiest, most effective care possible. Ro is the only company to offer nati
Senior Backend Engineer - SaaS Platform (C#/.NET, Hybrid)
UnavailableSeattleDocusign is seeking a Senior Backend Engineer to build foundational tools for our agreement platform. Your work will support various teams, ensuring high-quality product releases. We're looking for so
Senior Backend Engineer, FinTech Payments Platform
Magnolia Financial ServicesNew YorkMagnolia Financial Services is seeking a Senior Software Engineer to develop core platform capabilities for customer-facing financial products. This role involves designing and building APIs, integrat
Senior Cloud Platform Engineer (Backend/Distributed)
IBMPoughkeepsieIBM is seeking a Senior Software Engineer to design and architect a secure multi-tenant Cloud Platform. This position requires experience in building scalable backend services and operational excellen
Senior Backend Engineer Verification Platform $400k - $500k HQ - Los Angeles
Simply CodesLos AngelesRole Overview Compensation $400k - $500kProduct.ai is building the truth engine for shopping. Every other AI tool summarizes polluted data and calls it an answer. We verify. Ground truth, not opinions
Python Backend Engineer - AI Platform
Hitapps Inc.New YorkHitapps Inc. is a dynamic GameDev company in the United States, looking for a skilled Python Engineer to design and build backend systems for our internal AI platform. The role requires proficiency in
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.