Remote Microservices developer jobs

We, at Turing, are looking for talented remote microservices developers who will design and develop microservices/APIs using Node.js, Spring Boot, etc. for our U.S-based customers. Here’s your chance to accelerate your career by working with the best Silicon Valley companies from the comfort of your home.

Find remote software jobs with hundreds of Turing clients

Job description

Job responsibilities

  • Design, develop and configure microservices software systems
  • Maintain detailed functional and technical specifications
  • Work with different project stakeholders to deliver required solutions
  • Responsible for tasks like designing services, building complex code, etc.

Minimum requirements

  • Bachelor’s/Master’s degree in computer science (or equivalent experience)
  • 3+ years experience in relevant field (rare exceptions for super talented applicants)
  • Strong understanding of microservices architecture
  • Experience in functional language programming (JavaScript, Haskell, etc.)
  • Knowledge of working with continuous integration and delivery framework
  • Working knowledge of NoSQL databases like Cassandra
  • Basic knowledge of DevOps best practices

Preferred skills

  • Experience with tools and workflows such as Git, GitHub, Jenkins, etc.
  • Familiarity with domain-driven design approach
  • Experience with Docker orchestration and automated deployment tooling
  • Experience working with Kubernetes, Docker, and Apache Kafka
  • Fluency in English and effective collaboration skills

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 microservices developer ?

Microservices developers are among the most sought after professionals in the IT market today, yet the competition for top jobs remains fierce. Microservices is one of the most preferred for developing complex applications, especially in a startup environment where time and budget are often limited. As an architecture, it is monolithic, i.e., it is not easy to maintain or change. This makes it easy to scale, replace, and modify. The developer first tackles larger systems and creates a framework, which is a set of services that communicate through a messaging system like REST over HTTP.

Given the increasing utilization and popularity of the microservices architecture and the increasing market demand for a microservices developer, one might wonder how to become a microservices developer. In this section, we will guide you through the structured approach, professional knowledge, and skills required to become one.

What is the scope of microservices development?

Most organizations seek to improve profitability, and it is in this context that serverless architecture will grow in popularity in the coming years. Many organizations have already embraced this architecture and many more are ready to follow suit. Most software developers assume that microservices will become the standard software architecture system in the future. Industry veterans like Amazon, Uber, Netflix, Spotify, Etsy, and many more are already using the microservice bandwagon. So the future scope of microservices looks bright.

What are the roles and responsibilities of a microservices developer?

The role of a microservices developer can include a variety of tasks. You may be asked to work on different frameworks, design the architecture, create tools as needed to get the job done, create websites, or publish new services. It also includes:

  • Design and build role-centric solutions from traditional platforms to microservice architectures
  • Define and review multichannel client architectures that provide differentiated end-user experiences using containers and cloud
    technology
  • Work with an agile scrum-based team to understand the business domain and customer requirements, analyze, design and engineer and
    develop high-quality technical solutions, and drive results. These solutions cover a wide range of technologies and must be aligned with
    IT and business strategies and comply with company architecture and security standards.
  • Provide cost estimates for IT solutions business initiatives
  • Maintain the latest knowledge of current and emerging technologies, trends, and industry standards

How to become a microservices developer?

Becoming a microservices developer is a growing demand and preference of all IT professionals these days. Becoming a microservices developer is not as difficult as it sounds. The most obvious way to start a career as a microservices developer is by taking college-level courses or a degree/diploma in computer science with fluency in microservices architecture. Good command over the microservices frameworks(Kafka, C++, .Net core, Docker, Kubernetes, etc.) and a previous development portfolio can help you to get a stable job opportunity.

Microservices developers can choose any of the roles and job domains based on their abilities. Microservices are used for testing, debugging, and DevOps, CI/CD, etc., and the developers are responsible for writing code, building architecture, integrating programs, and more. When you're confident in your skills, it might be a good idea to create a Microservices developer resume that showcases your skills and experience to your potential employers.

Now, let's look at the skills you'll need to master in order to become a successful microservices developer:

Interested in remote Microservices developer jobs?

Become a Turing developer!

Apply now

Skills required to become a microservices developer

The first step is to start learning the important skills that can get you high-paying microservices developer jobs. Let’s have a look at what you need to know in order to become a Microservices developer!

1. Architecture knowledge

It is important to become familiar with common microservice patterns. Learning Spring Cloud is recommended because just by reading the Spring Clouds offerings and learning the modules, you will have a much better understanding of how things should be structured. Unless you are familiar with the standard patterns, you will try to solve problems that have already been solved and it is unlikely that you will choose the best solution.

Combining knowledge of a microservices framework like Spring Cloud and a good understanding of building microservices gives you a great start in the world of microservices.

2. Domain modelling

Even if you fully understand its architecture and patterns, it's still not that easy to have an expertise in microservices. Dividing responsibilities between different parts of the system can become very difficult very quickly. You must be good at domain modeling and understand how to assign responsibilities.

3. DevOps and containers

The idea behind successful microservices is to work the DevOps style. It means that you are taking control of the service from code writing to production deployment. Even if you are not the one implementing it, you should have an idea of ​​what that implementation will look like. You should also invest time to develop expertise in working with containerization technologies like Docker and Kubernetes, etc. The good news is that you can install Docker on your computer, and it is a very useful tool!

Other technologies that you should know beyond containers are queues, messaging, databases, some clouds (AWS, Azure). No one becomes an expert overnight, developing expertise in such technologies will help you to scale your professional career with time.

4. Security

As you can imagine, securing many things is more difficult than securing just one thing. With microservices, security concerns are much more in the foreground than when working with monoliths. What specific security issues should you learn about? We recommend looking at popular single sign-on (SSO) implementations, especially OAuth2-related technology. Spring Cloud Security can specifically teach you some of the best practices and give you great ideas for implementing secure microservices.

5. Testing

One thing that can greatly affect your productivity and success is services that keep failing and don't honor their contracts. Because microservices are smaller and appear less legitimate or commercial than large monolithic applications, some developers neglect the testing.

Microservices are numerous ways to build robust, proven solutions, so don't pass this on just because it's non-trivial or unit testing doesn't seem like the solution. So what kind of suggested tests? Well here is the suggestion:

  • Unit tests
  • Service / API test
  • End to End test and integration of system

6. Continuous integration

End-to-end testing is very crucial to implement changes. To ensure that everything works correctly in a microservices system, you must see that the microservices interact correctly with each other. You can only get this far when you test such complex systems in isolation. The best way to solve this problem is to establish continuous integration. When you merge your code with the master, you should automatically deploy it to an integration environment where multiple tests are running.

So no more manual deployment, set up Jenkins / TeamCity or whatever other CI tools you use, and get the most out of it! This point is partly an extension of the DevOps skill, but important enough to deserve a mention of its own!

7. Teamwork

Lastly, you must really embrace teamwork and learn to work with people. When you write a small part of a very large system, it is easier to isolate yourself. There is no such opportunity here! Multiple integration systems and a DevOps culture mean that you have to interact a lot with people.

Interested in remote Microservices developer jobs?

Become a Turing developer!

Apply now

How to get remote microservices developer jobs?

Microservices are used to create larger and more complex applications that work together cohesively for richer functionality across the entire application and due to that, the demand for microservices developers is also surging. Apart from application development, microservices developers can benefit organizations in multiple ways by utilizing a variety of development features from microservice architecture. But they also have to work hard enough to reach that proficient level of software development. In this regard, there are two primary factors that developers need to focus on to achieve this level: hands-on experience in the microservices framework and proficient knowledge of utilizing the architecture. As a developer, it is important that you know how much to practice. So make sure to get effective microservices architecture and framework knowledge that can pass you through any development challenge!

Turing has the best remote microservices developer jobs that will suit your career as an engineer. Grow quickly by working on challenging technical and business problems using the latest technology. Join a network of the world's best developers and land long-term full-time jobs for remote developers with better compensation and career development.

Why become a microservices developer at Turing?

Long-term opportunities to work for amazing, mission-driven US companies with great compensation.

Work on challenging technical and business problems using cutting-edge technology to accelerate your career growth.

Join a worldwide community of elite software developers.

Turing's commitments are long-term and full-time. As one project draws to a close, our team gets to work identifying the next one for you in a matter of weeks.

Turing allows you to work according to your convenience. We have flexible working hours and you can work for top US firms from the comfort of your home.

Working with top US corporations, Turing developers make more than the standard market pay in most nations.

How much does Turing pay their microservices developers?

At Turing, Microservices developers can work according to their own decided rate. However, Turing recommends/suggests you a salary where we know we can find you a stable and profitable long-term opportunity. Our recommendations are based on our evaluation of market conditions, individual skills, and the demand we see from our clients.

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

Gul-bhai-Turkey

Gültekin from Istanbul Reviews Turing.com, Says Remote Work Has Helped Him Spend More Time with Family

In his Turing.com review, Gultekin said he would recommend Turing to his friends and other developers who want to...

Read more
Six Popular JavaScript Frameworks

Six Popular JavaScript Frameworks

This post lists the best JavaScript frameworks to help you make the best choice for your project. Read more to..

Read more
The Fifteen Best Front-End Frameworks

The Fifteen Best Front-End Frameworks

In this post, we’ve listed front-end frameworks that remote software developers can use that easily link with...

Read more
Here Are the Five Fastest Growing IT Jobs

Here Are the Five Fastest Growing IT Jobs

If you’re contemplating changing careers in the same domain or embarking on a new career path entirely, you’ve co...

Read more
Ten Best Low Code Platforms to Use

Ten Best Low Code Platforms to Use

You don’t need to be a coding expert to build great apps. Here are 10 easy-to-use no code & low code...

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
Senior Backend Engineer

Before you read on, take a look around you. Everything you see has been shipped, often multiple times, before reaching its destination. Global e-commerce sales are expected to total $5.5 trillion worldwide in 2022 and continue growing over the next few years. Here at Shippo, we are the shipping layer of the internet, and we consider ourselves to be one of the core building blocks of e-commerce.

Our mission is to make merchants successful through world class shipping. With our products and solutions, we level the playing field by providing our customers with best-in-class solutions that otherwise wouldn’t be available to them. Through our e-commerce businesses, marketplaces, and platforms are able to connect to shipping carriers around the world from one API and dashboard. We provide our customers with the most competitive shipping rates, print labels, automated international documents, shipment tracking, facilitate the returns process and more.

About the Role

We are looking for a Senior Backend Engineer to join our Carriers Capabilities Team! Businesses, partners, customers, and users worldwide rely on our integration to a global network of carriers to streamline their fulfillment workflow. You can look forward to expanding our Shipping Carrier Library for both domestic and international shipments. The Carrier Capabilities Team is responsible for developing new integrations with carriers, maintaining them, building infrastructure and maintaining current services. As a Senior Engineer, you will provide experience and oversight in technical definitions, and coding for your team.

 

Job Responsibilities:


  • Design, implement, test, and deploy software services with high SLAs that can handle millions of requests a day
  • Ensure scalability and maintainability through microservices adoption, decoupling of concerns from the data model, queuing of jobs, application layering and container-based software distribution.
  • Continue to build out and enhance our CI/CD pipeline for smooth and safe production releases via automated testing and verification.
  • Verify and ensure performance and correctness of systems in response time and throughput.
  • Architect systems and refactor existing systems for optimal performance and reuse
  • Participate in peer reviews, testing and in design reviews for new features, products, and systems
  • Collaborate with business teams and provide early input to new product ideas and functionality
  • Define, implement, and monitor operational metrics to ensure performance and quality.
  • Work with a sense of urgency and iterate quickly in an agile process.
  • Mentor more junior engineers on engineering best practices.
  • Exceptional problem solving skills: demonstrated ability to understand business challenges and translate those into technical solutions.
  • Being on team on-call rotation and able to respond quickly to system incidents


Job Requirements:


  • 7+ years of experience in software development
  • Coding experience in server-side programming languages (e.g. Python, Go, Java, Ruby) as well as database languages (SQL) in production at scale
  • Experience consuming APIs (client) and processing millions of integrations per second
  • Experience working with server-side frameworks (e.g. Django, FastAPI, .NET, Spring, Rails, Phoenix)
  • Strong interpersonal skills and the ability to work with all levels of the organization.
  • Past experience and success building and supporting scalable APIs, services, or applications
  • Solid understanding of object-oriented programming and familiarity with various design and architectural patterns.
  • Exceptional verbal, written, and interpersonal communication skills. You are adept at communicating relevant information clearly and concisely.
  • Deep understanding of customer needs and passion for customer success.
  • Ability to look ahead to identify opportunities, foster a culture of innovation, and build for scale.
  • Exhibit core behaviors focused on craftsmanship, continuous improvement, and team success
  • BS or MS degree in Computer Science or equivalent experience

Bonus


  • Experience with Integration Patterns Concepts like messaging, routing, translator.
  • Experience working with Enterprise Integration Frameworks (e.g. Apache Camel, Spring Integration) or Data Integration Framework (e.g. Prefect, Sprint Data Streams)
  • Experience with workflow orchestration tools (e.g. Temporal, Kestra, Prefect)
  • Experience using Python and/or Golang in production at scale
  • Interest and experience in performance tuning, concurrency, security, data pipelines, and web servers
  • Familiarity with microservices architectures
  • Experience integrating with APIs that use REST, SOAP, gRPC and other technologies
  • Experience with Django and/or FastAPI
  • Prior experience working or interacting with shipping and/or postal carriers
  • Experience with messaging systems such as NSQ, Kafka, SQS and Celery
  • Experience with DevOps tooling such as Docker, Terraform, Kubernetes, CircleCI, GitHub Actions, ArgoCD, New Relic, PagerDuty, etc
  • Experience with AWS/Cloud services such as EC2, S3, DynamoDB, Lambda, Route 53, Cloud Formation, Cloudflare, Elastic Beanstalk, IAM, etc.

Offer Details

  • Full-time Contractor (No benefits)
  • Remote only, full-time dedication (40 hours/week)
  • Required 5 hours overlap with EST (Eastern Standard Time)
  • Competitive compensation package.
  • Opportunities for professional growth and career development.
  • Dynamic and inclusive work environment focused on innovation and teamwork
Software
251-10K employees
PythonDjangoDynamoDB+ 3
briefcase
Engineering Researcher UG/Master’s/PhD

About Us

Turing is one of the world’s fastest-growing AI companies, pushing the boundaries of AI-assisted software development. Our mission is to empower the next generation of AI systems to reason about and work with real-world software repositories. You’ll be working at the intersection of software engineering, open-source ecosystems, and frontier AI.

Role Overview — What Does a Typical Day Look Like?

You’ll work alongside top AI researchers and domain experts shaping foundational LLMs at leading AI labs to:

  • Design and solve high-quality engineering problems that push the limits of model reasoning—spanning undergraduate through PhD-level topics.
  • Analyze and evaluate model-generated solutions using a structured evaluation and ranking framework.
  • Identify conceptual gaps, edge cases, and model blind spots—helping define new benchmarks for engineering reasoning.
  • Contribute insights that shape model fine-tuning and frontier AI research

Required Skills & Experience

  • Strong academic background in Engineering disciplines (Computer Science, Electrical, Mechanical, Chemical, Civil, Biotechnology, Robotics, or related fields)
  • Open to talent at all education levels — UG, Master’s, and PhD
  • Deep problem-solving skills and a structured, analytical mindset.
  • Strong communication skills to collaborate with technical researchers.
  • Interest in LLMs and how they work is a plus!

Engagement Details

  • Commitment: Work as an expert gig worker with flexible engagement; minimum 10 hrs/week and up to 40 hrs/week (partial PST overlap required)
  • Duration: 1 month with potential extensions based on performance and fit
-
1-10 employees
Growth EngineeringRoboticsElectronic Engineering and Telecommunications
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.