Turing

Remote Drupal developer jobs

We, at Turing, are looking for talented remote front-end Drupal developers who will be responsible for writing custom modules, consuming web services, and automating deployment. Get a chance to work with top Silicon Valley companies while accelerating your career.

Find remote software jobs with hundreds of Turing clients

Job description

Job responsibilities

  • Create and formulate effective and responsive designs
  • Translate designs and wireframes into a working application
  • Ensure an effective, visually appealing, and intuitive implementation of themes
  • Contribute actively to the continuous development of processes and products
  • Install and build custom Drupal modules and consume web services
  • Test, debug, and update Drupal websites
  • Collaborate with other developers to integrate the front-end of the application with Drupal using APIs

Minimum requirements

  • Bachelor’s/Master’s degree in Engineering, Computer Science, or IT (or equivalent experience)
  • At least 3+ years of experience as a Drupal developer (rare exceptions for highly skilled developers)
  • In-depth knowledge of JavaScript, MySQL, and jQuery
  • Proficiency in HTML5/XHTML and CSS technologies
  • Expertise in building UIs for websites and web applications
  • Fluent in English to communicate effectively
  • Ability to work full-time (40 hours/week) with a 4 hour overlap with US time zones

Preferred skills

  • Familiarity with debugging tools like Firebug, Chrome inspector, etc.
  • Experience with Drupal modules such as Views module, Panels module, and Tools module
  • Working knowledge of code versioning tools such as Git
  • Experience in converting layouts and wireframes into HTML pages
  • Strong analytical and interpersonal skills
  • Ability to work independently as well as in a team

Interested in this job?

Apply to Turing today.

Apply now

Why join Turing?

Elite US Jobs

1Elite US Jobs

Turing’s developers earn better than market pay in most countries, working with top US companies.
Career Growth

2Career Growth

Grow rapidly by working on challenging technical and business problems on the latest technologies.
Developer success support

3Developer success support

While matched, enjoy 24/7 developer success support.

Developers Turing

Read Turing.com reviews from developers across the world and learn what it’s like working with top U.S. companies.
4.65OUT OF 5
based on developer reviews as of June 2024
View all reviews

How to become a Turing developer?

Work with the best software companies in just 4 easy steps
  1. Create your profile

    Fill in your basic details - Name, location, skills, salary, & experience.

  2. Take our tests and interviews

    Solve questions and appear for technical interview.

  3. Receive job offers

    Get matched with the best US and Silicon Valley companies.

  4. Start working on your dream job

    Once you join Turing, you’ll never have to apply for another job.

cover

How to become a Drupal developer ?

Drupal is a PHP-based free and open-source web content management system provided under the GNU General Public License. At least 14% of the top 10,000 websites in the world use Drupal as their backend platform, ranging from personal blogs to business, political, and government sites. Drupal is also used for knowledge management and corporate cooperation in systems.

Drupal also refers to itself as a framework for web applications. When compared to other well-known frameworks, Drupal fulfills the majority of the commonly acknowledged functionality criteria for web frameworks.

Despite the fact that Drupal has a comprehensive API for developers, basic Web site installation and management do not necessitate programming knowledge. So, if you're unsure about applying for remote Drupal developer jobs, simply do it. You have many opportunities waiting for you.

What is the scope of Drupal development?

The Drupal community had more than 1.39 million members as of March 2021, with 121,000 users actively contributing, resulting in more than 46,800 free modules that extend and customize Drupal functionality, over 2,900 free themes that change the look and feel of Drupal, and at least 1,300 free distributions that allow users to set up a complex, use-specific Drupal in fewer steps.

When it comes to the oldest CMS platforms that are still in use, Drupal is always mentioned. To give you some background, this CMS platform was first published in 2001. Drupal has provided great service to its users over the past two decades. However, what makes Drupal such a popular choice among organizations and developers? It is Drupal's extraordinary capabilities and wonderful features that make it so appealing to its users.

What are the roles and responsibilities of a Drupal developer?

To design and construct the next generation of a company's online applications, Drupal developers cooperate with a team of skilled engineers. In order to produce the product, other app developments and technical teams collaborate closely with the developers.

A developer's key responsibilities after securing remote Drupal developer jobs are as follows:

  • In an agile setting, test software development methodologies and give feedback for continual improvement.
  • Maintain, support, and improve existing systems and platforms on a regular basis.
  • Troubleshoot, debug, and update systems in accordance with project goals and industry standards.
  • Automate operations, create software infrastructure, and assist with capacity planning and architecture.
  • Build the essential software solutions in collaboration with data scientists, business users, project managers, and other engineers.

How to become a Drupal developer?

Let's have a look at the stages of becoming a Drupal developer. To begin, keep in mind that working as a Drupal developer does not necessitate any academic degree. Whether you're a graduate or non-graduate, brilliant or inexperienced, you can grasp Drupal programming and make a career out of it. Practical experience and understanding of appropriate technical and non-technical abilities are all that are required.

You may have heard, though, that remote Drupal developer positions need a bachelor's or master's degree in computer science or a related field. This is true for a variety of reasons. For starters, you'll have a fundamental grasp of all technologies. Second, a degree guarantees a developer's competence in the subject, giving you an advantage over other applicants in interviews.

Let's have a look at the skills and strategies that can help you land remote Drupal developer jobs.

Interested in remote Drupal developer jobs?

Become a Turing developer!

Apply now

Skills required to become a Drupal developer

To fetch high-paying Drupal developer jobs, the first step is to learn the following core skills.

1. Version Control

Version control is a technique for tracking changes to a file or collection of files over time so that particular versions may be recalled as needed. Although the examples in this book utilize software source code as the files to be version controlled, you may accomplish this with almost any form of a file on a computer.

Developers use Git version control software to collaborate on a variety of projects. It not only keeps you organized but also allows you to work effectively with your assigned team. If we put cooperation on hold for a moment since you may be the only person working on the project, you should make it a habit because it will enhance your workflow.

2. Package Managers

When installing Drupal, having a thorough understanding of package managers is beneficial and essential. Whether it's using node to install Sass or Bootstrap, or composer to install Drush. Before you execute commands on your hardware, you need to understand how Package Managers work.

3. Command Line Interface

Working with a Command Line Interface Tool is an essential part of a Drupal developer's skill set. It makes it possible for you to be more productive in terms of tasks. Repetitive processes may be swiftly automated, and you can complete tasks without having to switch between applications. Also, the ability to use tools like Drush to complete tasks that would otherwise require three or more mouse clicks.

4. Templating

It is required to understand and study templating in order to learn a few frameworks. There are commonalities between the syntax and the ideas that can be used to each of the languages that will allow you to swiftly go from one to the next with a less learning curve, such as Mustache, Twig, Jade, or the templating syntax from within Angular.

5. Debugging

When working with Drupal, instead of scanning your lines of code, you need to know how to execute simple debugging. It saves a lot of time by identifying the source of the problem. The error messages can sometimes offer essential information, but most of the time, you'll need to use Devel or XDebug and navigate through the project to find the poorly executing code.

6. Code Analysis

Analyzing your code is a good approach to avoiding common coding errors. When it comes to code testing, you have a lot of alternatives. You can use TTD and BDD to develop unit tests for your classes, and you can use linting to make sure you're creating "good," standardized code. Linting can assist you in developing code that is easy to understand for others and establishes some best practices for you to follow.

7. CSS Preprocessors

CSS preprocessors have gained popularity in recent years as a way to give CSS2 and CSS3 a more programmable feel. Some people dislike preprocessors because they add a little extra work to a project. Whether or not you use them, you may have a client or framework that does, and you'll need to know how to utilize a preprocessor.

Interested in remote Drupal developer jobs?

Become a Turing developer!

Apply now

How to get remote Drupal developer jobs?

Athletes and Drupal developers share many similarities. They must practice successfully and on a regular basis in order to be the greatest in their field. They should also put in enough effort to improve their talents over time. When practicing, Drupal developers should enlist the support of a Drupal expert who is successful in the area, as well as employing more effective practice strategies. Knowing how much to practice as a Drupal developer is critical. So enlist the services of a Drupal developer and keep an eye out for burnout indications!

Turing provides the top remote Drupal developer jobs to help you reach your professional goals as a Drupal developer. We allow you to work on challenging technical and business challenges utilizing cutting-edge technology, allowing you to swiftly enhance your abilities. Get full-time, long-term remote Drupal developer employment with greater income and professional progress by joining a network of the world's greatest Drupal developers.

Why become a Drupal developer at Turing?

Elite US Jobs
Career growth
Exclusive developer community
Once you join Turing, you’ll never have to apply for another job.
Work from the comfort of your home
Great compensation

How much does Turing pay their MATLAB developers?

Turing's MATLAB programmers can choose their own rates. Turing, on the other hand, will propose a pay at which we feel we can provide you a rewarding and long-term position. Our suggestions are based on our analysis of market conditions and our estimations of client needs.

Frequently Asked Questions

Turing is an AGI infrastructure company specializing in post-training large language models (LLMs) to enhance advanced reasoning, problem-solving, and cognitive tasks. Founded in 2018, Turing leverages the expertise of its globally distributed technical, business, and research experts to help Fortune 500 companies deploy customized AI solutions that transform operations and accelerate growth. As a leader in the AGI ecosystem, Turing partners with top AI labs and enterprises to deliver cutting-edge innovations in generative AI, making it a critical player in shaping the future of artificial intelligence.

After uploading your resume, you will have to go through the three tests -- seniority assessment, tech stack test, and live coding challenge. Once you clear these tests, you are eligible to apply to a wide range of jobs available based on your skills.

No, you don't need to pay any taxes in the U.S. However, you might need to pay taxes according to your country’s tax laws. Also, your bank might charge you a small amount as a transaction fee.

We, at Turing, hire remote developers for over 100 skills like React/Node, Python, Angular, Swift, React Native, Android, Java, Rails, Golang, PHP, Vue, among several others. We also hire engineers based on tech roles and seniority.

Communication is crucial for success while working with American clients. We prefer candidates with a B1 level of English i.e. those who have the necessary fluency to communicate without effort with our clients and native speakers.

Currently, we have openings only for the developers because of the volume of job demands from our clients. But in the future, we might expand to other roles too. Do check out our careers page periodically to see if we could offer a position that suits your skills and experience.

Our unique differentiation lies in the combination of our core business model and values. To advance AGI, Turing offers temporary contract opportunities. Most AI Consultant contracts last up to 3 months, with the possibility of monthly extensions—subject to your interest, availability, and client demand—up to a maximum of 10 continuous months. For our Turing Intelligence business, we provide full-time, long-term project engagements.

No, the service is absolutely free for software developers who sign up.

Ideally, a remote developer needs to have at least 3 years of relevant experience to get hired by Turing, but at the same time, we don't say no to exceptional developers. Take our test to find out if we could offer something exciting for you.

View more FAQs

Latest posts from Turing

Turing.com Review by Nigeria’s Joy: Flexibility in Work Allows Me to Enjoy Life More

Flexibility in work at Turing allows me to enjoy life more, says Nigeria’s Joy in her Turing.com review...

Read more
Turing.com-Review-Isabela-from-Eucador

Isabela From Ecuador Reviews Turing.com: ‘You Can Find Time To Do the Things You Love’

Isabela from Ecuador reviews Turing.com, says she is happy with Turing and she hopes to work here for a long time...

Read more

Ten Tips to Crack a Software Developer Job Interview

Cracking a software developer job interview is no cakewalk. Here are a few tips to help level up your...

Read more

Leadership

In a nutshell, Turing aims to make the world flat for opportunity. Turing is the brainchild of serial A.I. entrepreneurs Jonathan and Vijay, whose previous successfully-acquired AI firm was powered by exceptional remote talent. Also part of Turing’s band of innovators are high-profile investors, such as Facebook's first CTO (Adam D'Angelo), executives from Google, Amazon, Twitter, and Foundation Capital.

Equal Opportunity Policy

Turing is an equal opportunity employer. Turing prohibits discrimination and harassment of any type and affords equal employment opportunities to employees and applicants without regard to race, color, religion, sex, sexual orientation, gender identity or expression, age, disability status, protected veteran status, or any other characteristic protected by law.

Explore remote developer jobs

briefcase
Principal AI Engineer - US NYC

Principal AI Engineer

Location: US(NYC)- 3(WFO)

Employment Type: Full Time (Overlapping EST)

Experience Level: Staff/Principal (8–14 years)


About the Role

Turing is hiring a Staff/Principal AI Engineer to lead enterprise-scale agentic AI implementations for Fortune 500 clients. This is a hands-on engineering role focused on designing and shipping autonomous, tool-calling AI systems — agents that reason over enterprise context, invoke real systems through secure interfaces, and operate reliably at scale under strict latency, cost, and governance constraints.

You will own these systems end to end: the data pipelines feeding them, the backend services around them, the agent orchestration layer, the evaluation harness that keeps them honest, and the cloud infrastructure they run on. We are looking for engineers with genuine software engineering and data science depth who have taken agentic systems all the way to production.

What We're Looking For

Engineering foundation

  • 8–14 years of software engineering experience, with strong hands-on large-scale Python
  • Working depth in at least one systems or backend language — Go, Rust, Java, or C/C++ — and the judgment to know when to reach for it
  • Strong data structures and algorithms.
  • Strong understanding of APIs, microservices, and system design
  • Hands-on experience building and operating data pipelines and production-grade distributed systems.

Agentic AI and LLMs

  • 2+ years of hands-on LLM engineering, with at least couple agentic system you designed and took to production
  • Production experience with agent frameworks — LangGraph, Google ADK, CrewAI, Claude Agent SDK, or equivalent — and the fluency to move between them as the ecosystem evolves
  • Experience building MCP (Model Context Protocol) servers and tool-calling interfaces
  • RAG from first principles: chunking strategy, embeddings, vector and hybrid retrieval, reranking, and response validation
  • Strong experience with vector databases (Milvus, Pinecone, Weaviate, FAISS, etc. or cloud equivalents)
  • Design of guardrails and reliability patterns — validators, policy checks, self-correction loops, deterministic fallbacks, circuit breakers, and rollback paths

Optimization

  • Deep familiarity with token optimization and context-window management — context shaping, pruning, and compaction
  • Latency and cost optimization through caching, model routing, batching, streaming, and parallel tool calls
  • Performance testing and tuning systems against defined SLOs

Evaluation

  • Experience building evaluation frameworks for LLM systems — offline eval sets, continuous online evaluation, and regression detection
  • Instrumentation and traceability suitable for regulated enterprise environments using tools like LangSmith, Langfuse, etc.

Cloud

  • Hands-on AWS: containerized services (ECS/EKS), serverless (Lambda), data services (S3, DynamoDB, Redshift) and orchestration (Step Functions); Azure or GCP equivalents also valued
  • Familiarity with CI/CD pipelines and DevOps practices
  • Infrastructure as code with Terraform or CloudFormation, and mature CI/CD practice

Working traits

  • Strong analytical problem-solving with a bias to ownership and urgency
  • Clear cross-team communication, working directly with client stakeholders to translate business problems into technical roadmaps
  • Able to work productively in ambiguity from system-level documentation and ramp quickly in unfamiliar codebases

Good to Have

  • Experience with managed AI platforms — Amazon Bedrock, Vertex AI, Azure AI — paired with fluency in the underlying fundamentals

Roles & Responsibilities

  • Design and build agentic systems: Lead the architecture and implementation of tool-calling agents that combine retrieval, structured reasoning, and secure action execution with least-privilege access.
  • Productionize LLM applications: Build retrieval pipelines, prompt synthesis, response validation, and self-correction loops, backed by rigorous evaluation.
  • Own the full stack: Deliver the data pipelines, backend services, distributed compute, and orchestration layer that agentic systems depend on — not only the model invocation.
  • Engineer for reliability and governance: Build validator models, adversarial test suites, and policy checks; enforce deterministic fallbacks and rollback strategies; instrument continuous evaluation.
  • Optimize for cost and latency: Drive measurable improvements in token efficiency, response time, and unit economics against defined SLOs.
  • Codebase ownership: Build, maintain, and review high-quality Python and SQL, with an emphasis on reusable components, scalability, and performance.
  • Cloud integration: Deploy AI applications on AWS, Azure, or GCP with optimized resource usage and robust CI/CD.
  • Cross-functional collaboration: Partner with product owners, data scientists, and business SMEs to define requirements and deliver impactful AI products.
  • Mentoring and technical leadership: Set engineering standards and share knowledge across the team, raising the bar on AI and software engineering practice.
Finance
10K+ employees
PythonGoRust+ 4
briefcase
Lead Edge AI & Computer Vision Engineer

Lead Edge AI & Computer Vision Engineer

  • Location: USA [with regular on-site travel required to client site]
  • Target Start Date: 1 Sep
  • Time Commitment: 8 weeks full-time
  • Experience Level: 12–15+ Years

Core Objective: Architect, benchmark, and optimize an end-to-end computer vision and low-latency execution pipeline—combining spatial geometric math with low-level C++/CUDA acceleration directly on NVIDIA Jetson embedded edge hardware (Orin NX / AGX Orin) to achieve sub-10 ms processing latency.

Key Responsibilities

  1. Model Selection & Spatial Math: Evaluate real-time detection topologies (e.g. YOLO) at 100+ FPS and build 2D perspective homography unwarping, lens undistortion, and spatial algorithms to convert pixel coordinates into physical millimeter units within tight error bounds (millimeter level accuracy).
  2. TensorRT INT8 Acceleration: Execute Post-Training Quantization to compile PyTorch/ONNX models into high-throughput TensorRT INT8/FP16 engines on Jetson Orin hardware without accuracy degradation.
  3. Zero-Copy Memory Architecture:  Engineer zero-copy memory pipelines using NVIDIA Memory Management and DMA transfers to eliminate bottlenecks.
  4. Compiled C++ Execution & I/O: Build compiled C++17 execution frameworks with multi-threaded lock-free ring buffers and non-blocking asynchronous socket communication.
  5. Nsight Profiling & Roadmapping: Instrument stage-by-stage pipeline latency using NVIDIA Nsight Systems/NVTX markers to bound tail latency, author feasibility reports, and design technical roadmaps.

Key Qualifications & Experience

  1. Full-Stack Edge AI Experience: 12–15+ years of experience bridging real-time computer vision algorithm design, spatial geometry, and low-level C++/CUDA execution on embedded edge hardware.
  2. NVIDIA Jetson Ecosystem: Deep expertise in Jetson embedded platforms (Orin NX, AGX Orin, L4T, power profiles, core pinning) and a proven track record compiling/tuning TensorRT FP16/INT8 engines via PTQ/QAT.
  3. Optical & Spatial Geometry: Expertise in 2D/3D camera calibration, perspective homography transformations, lens distortion modeling, and millimeter sizing math in industrial settings.
  4. Low-Latency Systems Engineering: Expertise in zero-copy shared memory, DMA frame buffers, lock-free queues, custom CUDA plugins, and microsecond profiling via Nsight Systems and NVTX markers.
  5. Tooling & Industrial I/O: Proficiency in C++17, Python, PyTorch, OpenCV, CUDA, non-blocking asynchronous sockets (UDP, PLC integration), and building automated dataset benchmarking harnesses.
Manufacturing
10K+ employees
C++CUDANVIDIA Omniverse+ 5
sample card

Apply for the best jobs

View more openings
Turing books $87M at a $1.1B valuation to help source, hire and manage engineers remotely
Turing named one of America's Best Startup Employers for 2022 by Forbes
Ranked no. 1 in The Information’s "50 Most Promising Startups of 2021" in the B2B category
Turing named to Fast Company's World's Most Innovative Companies 2021 for placing remote devs at top firms via AI-powered vetting
Turing helps entrepreneurs tap into the global talent pool to hire elite, pre-vetted remote engineers at the push of a button

Work with the world's top companies

Create your profile, pass Turing Tests and get job offers as early as 2 weeks.