1

Polyglot Jobs (NOW HIRING)

Act as a "polyglot" leader who moves across disparate stacks to unblock teams. Coach senior peers on "learning how to learn" and institutionalize feedback loops. Spot high-potential SDE 2s and 3s ...

... polyglot development Can program beyond proficient in 2 of the following languages: Python, Node, GoLang. Familiarity with advanced Linux administration (understands what max open files are, some ...

Act as a "polyglot" leader who moves across disparate stacks to unblock teams. Coach senior peers on "learning how to learn" and institutionalize feedback loops. Spot high-potential SDE 2s and 3s ...

Lead a polyglot engineering team, directly manage and mentor a diverse team of engineers (local and remote). * Act as a hands-on mentor, conducting deep-dive code reviews and creating personalized ...

Senior Software Engineer

Austin, TX ยท On-site

$121K - $160K/yr

Our environment is intentionally polyglot, and you'll be expected to work pragmatically across multiple languages, frameworks, and infrastructure rather than specialising in a single stack. Success ...

Act as a "polyglot" leader who moves across disparate stacks to unblock teams. Coach senior peers on "learning how to learn" and institutionalize feedback loops. Spot high-potential SDE 2s and 3s ...

next page

Showing results 1-20

Polyglot information

See salary details

$33

$63

$94

How much do polyglot jobs pay per hour?

As of Jul 14, 2026, the average hourly pay for polyglot in the United States is $63.95, according to ZipRecruiter salary data. Most workers in this role earn between $50.48 and $73.80 per hour, depending on experience, location, and employer.

What kinds of responsibilities can I expect as a Polyglot in a professional setting?

As a Polyglot, your daily duties may include translating documents, interpreting for meetings, providing multilingual customer support, and assisting in localization projects for global audiences. You might also facilitate cross-cultural communication within your team or organization and adapt content to suit various markets. The work environment is typically dynamic, with frequent collaboration among international colleagues and deadlines driven by project needs. This role often provides opportunities to specialize in industries such as business, healthcare, or technology, and can serve as a strong stepping stone toward roles in international relations or management.

What jobs can I get as a polyglot?

A polyglot can pursue roles such as translator, interpreter, language teacher, or localization specialist, leveraging their language skills. Other opportunities include international customer support, diplomatic service, and roles in global business that require multilingual communication. Fluency in multiple languages often enhances employability in diverse industries and may require certifications or language proficiency tests.

What is a Polyglot job?

A Polyglot job typically refers to a role that requires fluency in multiple languages, whether spoken, written, or programming languages. These jobs can be found in various industries, including translation, diplomacy, software development, and customer support. Polyglots often serve as translators, interpreters, or multilingual developers who can work across different linguistic or technical environments. Having strong linguistic skills allows them to communicate effectively with diverse audiences or write code in multiple programming languages.

What are the key skills and qualifications needed to thrive in the Polyglot position, and why are they important?

To succeed as a Polyglot, you need advanced proficiency in multiple languages, supported by formal language certifications or equivalent experience. Familiarity with translation software, localization tools, and language assessment systems is highly beneficial. Exceptional listening skills, cultural sensitivity, and the ability to communicate clearly across diverse groups are important soft skills. These qualities are vital to accurately convey information, avoid misunderstandings, and collaborate effectively in multilingual environments.

Are polyglots in demand?

Polyglots are in demand in fields such as translation, interpretation, international business, and language education. Their skills are valuable for companies expanding globally and require proficiency in multiple languages, often supported by certifications like the CEFR or TOEFL. Demand varies by industry and region but generally remains steady due to globalization and cross-cultural communication needs.

What is the starting salary of a polyglot?

The starting salary for a polyglot varies depending on the industry, location, and level of experience, but typically ranges from $40,000 to $60,000 annually. Fluency in multiple languages can increase earning potential, especially in roles such as translation, interpretation, or international business.

How much do polyglots earn?

Polyglots can earn varying salaries depending on their profession, experience, and industry. For example, language teachers or translators typically earn between $30,000 and $70,000 annually, while multilingual professionals in international business or diplomacy may earn six-figure salaries. Earning potential increases with specialized skills, certifications, and working in high-demand sectors.
More about Polyglot jobs
What cities are hiring for Polyglot jobs? Cities with the most Polyglot job openings:
What are the most commonly searched types of Polyglot jobs? The most popular types of Polyglot jobs are:
What states have the most Polyglot jobs? States with the most job openings for Polyglot jobs include:
Infographic showing various Polyglot job openings in the United States as of July 2026, with employment types broken down into 20% Full Time, and 80% Contract. Highlights an 100% In-person job distribution, with an average salary of $133,026 per year, or $64 per hour.

Python Full Stack Lead (F2F W2 only)

LANDMARKIT LLC

Dallas, TX โ€ข On-site

Other

Posted 12 days ago


Job description

Senior Python Full Stack Technical Lead

Dallas, TX-Onsite- F2F Interview need someone Local 

Need IN-Person Interview 

 Polyglot Python Platform Evolving Toward Event-Driven Systems

 Strong Python,Flask, FastAPI, and Django  with coding required

  

About the Role

Senior Python Full Stack Technical Lead to guide the engineering of its learner-facing and operational platforms. The Academy stack is Python-firstโ€”spanning Flask, FastAPI, and Djangoโ€”integrated with a Hasura GraphQL data layer, a WordPress content surface, and Salesforce (Apex) as a system of record, all deployed to AWS on Kubernetes (Amazon EKS) with Terraform.

This is a builder-leader role: you will write and review production code, set technical direction, and mentor an onshore/offshore team. The architecture is deliberately evolvingโ€”today a mix of request/response services and point integrations, and on a clear path toward target-state event-driven systems. We need a lead who can keep the current platform healthy while steering the team toward asynchronous, decoupled, event-first patterns, and who treats that migration as an opportunity rather than a chore.

The Architecture & Where Itโ€™s Heading

A central part of this role is comfort with a polyglot, multi-surface platform and the discipline to evolve it coherently. The current landscape and target direction look like this:

Python application tier built across Flask, FastAPI, and Django โ€” a mix of lightweight services, async APIs, and fuller web/admin applications. Part of the leadโ€™s job is bringing consistency (shared libraries, conventions, and service boundaries) across these frameworks.

Hasura provides a declarative GraphQL (and REST fรงade) data-serving layer over PostgreSQL-compatible tables, including event triggers that can emit changes for downstream consumers.

WordPress serves content and marketing/learner-facing surfaces; the platform integrates with it rather than treating it as a silo.

Salesforce (Apex) acts as a key system of record; integration patterns (CDC, platform events, REST/Bulk APIs, and Apex callouts) connect it to the Python tier.

Target state: the platform is moving from synchronous, point-to-point integrations toward an event-driven architecture โ€” durable events, asynchronous processing, and decoupled producers/consumers (e.g., via Hasura event triggers, Salesforce platform events / CDC, and a streaming/eventing backbone). Leading that transition is core to this role.

Everything runs on Amazon EKS, provisioned with Terraform and shipped through CI/CD.

You donโ€™t need to have used every one of these technologies in production, but you should be able to reason across them, judge when to introduce event-driven patterns versus keep things simple, and lead engineers through the migration without destabilizing what already works.

Core Responsibilities

Provide hands-on technical leadershipโ€”architecture, design, code, and reviewโ€”while mentoring onshore and offshore engineers and driving technical decisions.

Design, build, and maintain Python services and applications using Flask, FastAPI, and Django, with attention to consistency, testability, and shared standards across frameworks.

Define and drive the migration toward event-driven architectureโ€”identifying integration seams, introducing events/async processing, and decoupling tightly-coupled flows incrementally.

Build and consume APIs over the Hasura GraphQL/REST layer, including configuring and reacting to event triggers.

Design and maintain integrations with Salesforce (Apex, platform events, CDC, REST/Bulk APIs) and with WordPress content surfaces.

Implement Change Data Capture (CDC) and reliable messaging patterns for real-time, decoupled data synchronization.

Write Infrastructure as Code with Terraform and containerize/deploy services on Amazon EKS.

Create and maintain CI/CD pipelines for automated testing, quality gates, and deployment.

Champion observability, security, performance, and data-governance practices across the platform.

 

Required Technical Skills

10+ years of software engineering experience with strong, current proficiency in Python 3.

Production experience with at least two of Flask, FastAPI, and Django โ€” and the ability to work fluently across all three.

Strong grasp of asynchronous programming in Python (async/await, task queues such as Celery/RQ, background workers).

Demonstrated experience designing and building event-driven and message-based systems (e.g., Kafka, Pulsar, SQS/SNS, or platform events) โ€” or a clear track record of migrating synchronous systems toward them.

Proven track record building internet-facing web applications deployed to a public cloud (AWS preferred).

Solid RESTful and GraphQL API design and implementation.

Experience integrating enterprise applications with Salesforce using REST APIs, Bulk APIs, Platform Events, Change Data Capture (CDC), and Apex-based integrations.

Strong relational database skills with PostgreSQL (SQL modeling, performance, migrations).

Hands-on experience with Docker, Kubernetes (EKS), and Terraform.

Solid CI/CD and Git version-control / branching and PR-review skills.

Experience integrating with third-party SaaS and systems of record via APIs and webhooks.

Exposure to Salesforce Apex โ€” able to read and work with Apex (triggers, classes, callouts) and reason about Salesforce data/automation when building and debugging integrations.

 

Preferred Qualifications

Experience with:

Hasura (auto-generated GraphQL/REST, event triggers, permissions) or comparable declarative API layers.

Deeper Salesforce development โ€” hands-on Apex development, platform events, Change Data Capture, and the broader Salesforce integration ecosystem.

WordPress integration, headless WordPress, or the WP REST API.

Streaming/eventing platforms (Kafka, Pulsar, Kinesis) and CDC tooling (Debezium or equivalent).

Observability and metrics tooling (Prometheus, Grafana, Dynatrace, OpenSearch).

Test-driven development (TDD) and code-quality tooling such as SonarQube, with peer review via GitHub PR flows.

Knowledge Of

Microservices and API security patterns; OAuth 2.0 and JWT authentication.

Event sourcing, CQRS, and distributed-systems / decoupling design patterns.

Data governance, privacy, and compliance requirements.

EdTech domain and exposure to platforms such as Moodle, Open edX, or other Learning Management Systems (LMS) and Student Information Systems (Banner)

Leadership & Communication

Demonstrated ability to lead distributed onshore/offshore teams and mentor engineers.

Clear, fluent written and verbal communicationโ€”able to explain trade-offs to engineers and non-technical stakeholders alike.

Pragmatism in an evolving architecture: keeps todayโ€™s platform healthy while steering deliberately toward the event-driven target state.