Cutshort logo
For Employers
TagX logo
Backend Developer
at TagX
Backend Developer
TagX's logo

Backend Developer

Poonam Tomar's profile picture
Posted by Poonam Tomar
2 - 4 yrs
₹3L - ₹5L / yr
Indore
Skills
skill iconNodeJS (Node.js)
skill iconAmazon Web Services (AWS)
skill iconDocker
skill iconMongoDB
skill iconExpress
AWS Lambda
skill iconNextJs (Next.js)
skill iconPython
RESTful APIs
skill iconPostman
CI/CD
GraphQL

Backend Developer Job Description

Job Title: Backend Developer

Location: Nipania, Indore

Job Type: Full-time

Experience Level: Mid-Senior Level


Role Overview:

We are seeking an experienced Backend Developer to join our dynamic team. The ideal candidate will be responsible for building robust server-side applications and services. You will work closely with frontend developers to ensure seamless integration between the server-side logic and user-facing features.


Responsibilities:

  • Implement efficient and secure backend services using Node.js and Python.
  • Design and implement data storage solutions using MongoDB.
  • Write effective APIs to support frontend functionalities.
  • Optimize applications for performance, security, and scalability.
  • Collaborate with cross-functional teams to define, design, and ship new features.
  • Maintain cloud services on AWS, including AWS EC2, Amplify, S3, Route 53, Cloudfront, Lambda & AWS CLI..
  • Troubleshoot and debug issues across the backend stack.

Requirements:

  • Proficient understanding of the MERN stack (MongoDB, Express.js, React.js, Node.js).
  • Good experience using Docker and cloud services (AWS or Digital Ocean).
  • Familiarity with microservices architecture and testing APIs with Postman.
  • Knowledge of modern authorization mechanisms (e.g., JWT).
  • Experience creating and maintaining CI/CD pipelines is a plus.
  • Strong problem-solving skills with the ability to debug complex issues.
  • Experience or knowledge of GraphQL is a plus.

Benefits:

  • Leave encashment
  • Provident Fund

Schedule:

  • Day shift
  • Fixed shift

Location- 840, Hare Krishna Vihar, Nipania, Indore, Madhya Pradesh 452010


Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

About TagX

Founded :
2020
Type :
Products & Services
Size :
20-100
Stage :
Bootstrapped

About

TagX is a leading AI data solutions provider enabling cutting-edge innovation in artificial intelligence and machine learning. Headquartered in Dubai, UAE, we create high-quality datasets to train and evaluate AI algorithms for global technology companies and research institutions. Our expertise spans image, video, text, speech and sensor data across various domains such as autonomous vehicles, healthcare, finance, e-commerce and more. With a large in-house team, advanced infrastructure and robust quality control processes, we ensure the datasets we create achieve precision, diversity and scale. Whether you need data for computer vision, NLP or speech applications, TagX has the capability to handle complex projects and deliver as per your requirements on time. Our experience in data engineering and commitment to continuous improvement of processes and methodologies results in long-standing partnerships with AI leaders worldwide that rely on us for fueling next-generation AI systems. Get in touch to learn how TagX data solutions can accelerate your AI/ML initiatives.
Read more

Company social profiles

linkedin

Similar jobs

J&F
Remote, Delhi, Noida, Chennai, Bengaluru (Bangalore)
4 - 10 yrs
₹14L - ₹35L / yr
skill iconPython
skill iconNodeJS (Node.js)
AWS Lambda
skill iconPostgreSQL
Serverless
+2 more

Role overview:

We are hiring one Senior Backend Engineer to take end-to-end ownership of our serverless backend — a hands-on IC role for someone both technically excellent and comfortable being one of the few people the entire backend depends on. You'll own the services across several Node.js and Python repositories, work directly with the founders and product team, and set the technical bar for reliability, security, and performance.


Key responsibilities

  • Design, build, and operate AWS Lambda services across our HCM/workforce, project-management, commercial/revenue, permissions, and document domains — each comprising dozens of functions.
  • Own the multi-tenant PostgreSQL data layer — schema design, query performance, and the permission/relationship model — end to end.
  • Maintain and evolve the request path — API Gateway → custom Lambda authorizer → VPC-bound Lambda → private databases — including the runtime IAM/credential model that scopes every request.
  • Safeguard tenant isolation and security across a per-company Cognito authentication model.
  • Build and maintain integrations with external construction data environments (Asite, Autodesk Construction Cloud), including large-scale document synchronization.
  • Optimize performance and reliability to keep latency-sensitive endpoints well within platform limits under growing load.
  • Raise the engineering bar — testing, observability, CI/CD, and modernization of legacy components.
  • Debug and resolve production incidents to root cause, and put safeguards in place so they don't recur.
  • Document decisions and designs and collaborate with the frontend (Angular) and product teams.


Challenges you'll solve.

We prefer to be candid — these are the problems that make this role genuinely interesting:

Latency under a hard ceiling

API Gateway terminates any request beyond ~29 seconds regardless of the Lambda's own timeout — yet much of our value comes from heavy cross-project reporting. You'll keep p95 latency within budget through set-based SQL, pagination, streaming, and asynchronous processing.

Least-privilege, per-request security

A shared custom authorizer mints short-lived, request-scoped credentials via sts:AssumeRole under a strict 2,048-character inline session-policy limit. You'll design permission models that stay within that budget and reason about IAM precisely.

Graph-shaped data, relational store

The permission and relationship model is inherently graph-like, but lives in PostgreSQL — you'll model it with recursive queries, careful indexing, and set-based traversal rather than reaching for a separate graph engine.

Watertight multi-tenancy

One Cognito pool per company and tenant-scoped access throughout — isolation is a first-order concern.

VPC-bound serverless

Lambdas run inside a VPC to reach private databases; you'll manage cold starts, connection lifecycles, and pool limits.

Resilient external integrations

Syncing large document sets from third-party APIs (including SOAP/XML) demands backpressure, deduplication, retries, and graceful partial-failure handling.

Compute-heavy workloads

Server-side PDF generation, image processing, and multi-currency handling within Lambda's memory and time constraints.


The stack.

Runtime — Node.js, Python, AWS Lambda

AWS services — -1 API Gateway, Lambda, Cognito, STS / IAM, Secrets Manager, S3 CloudWatch, VPC, EC2

Infrastructure & CI/CD- AWS SAM, CodePipeline → CodeBuild Shared Data —PostgreSQL


Qualifications.

  • 5+ years building and operating production backend systems.
  • Deep expertise in Node.js and JavaScript — the asynchronous model, event loop, and memory behavior — plus solid working proficiency in Python and its production behavior.
  • Strong hands-on AWS experience, ideally serverless (Lambda, API Gateway, IAM/STS, VPC, Secrets Manager, CloudWatch) — able to reason about IAM policies, not just apply them.
  • Advanced SQL and relational data modeling — set-based query design and a working understanding of why N+1 patterns cause production issues.
  • Proven production-debugging ability — root-cause analysis in distributed systems from logs and first principles.
  • Strong ownership, sound judgment, and clear written communication — able to make good decisions with incomplete information and explain trade-offs to non-engineers.


Interview Process:

Introductory call-Mutual fit and role overview.

Technical deep-dive- A walkthrough of a challenging production problem you have owned.

Practical exercise -A realistic backend task, or a walkthrough of your own representative code.

System design- Collaborative design on a real scenario.

Final conversation- Values, ownership, compensation, and offer.


Read more
Codezen Tech Solutions
at Codezen Tech Solutions
1 recruiter
Noorun Rehmani
Posted by Noorun Rehmani
Mumbai, Navi Mumbai, Raipur
3 - 5 yrs
₹7L - ₹15L / yr
skill iconPython
skill iconDjango
skill iconFlask
skill iconGit
Celery
+6 more

Responsibilities and Duties:

  • Expert in Python, with knowledge of Python web framework - Django
  • Familiarity with backend automated testing tools and frameworks
  • Experience with backend/API development
  • Architect, develop and maintain backend libraries/codebase, database & server.
  • Develop object-oriented software, with mastery of one or more relevant languages (Django).
  • Evaluate competitive and innovative products and design approaches to identify best practices and encourage innovation.
  • Understanding the requirement of a client, document the scope and chart out a plan of implementing the scope
  • Work with design team to give inputs related to the wire-frames and then the design along with incorporating Client Feedback
  • Explore the difference between B2B and B2C projects before implementing the code
  • Work in teams of 2-3 on various projects as per the requirement using git as version control
  • Having good knowledge of APIs creation and database architecture
  • Good Grasp in respective technology (Django)
  • Documenting the process and main functions along the developing process
  • Design and develop highly scalable, highly available, reliable, secure, and fault-tolerant systems with minimal guidance for one of the fastest-growing companies in India.

Required Experience, Skills and Qualifications:

  • 3-5 years of experience required
  • Strong hand on Django-Python
  • Excellent knowledge of using the Git version control system and deployment via Git.
  • You have creative visualization, critical thinking, deductive & pragmatic reasoning and can think out-of-the-box
  • Ability to quickly adapt & independently work in a fast-paced Agile environment with minimum supervision.
  • A self-starter with demonstrated ability to take initiative, who can proactively identify issues/opportunities and recommend action.
Read more
Fintech company in chennai
Fintech company in chennai
Agency job
via The Hub by Sridevi Viswanathan
Taminadu, kerla, Indore, Jaipur
3 - 6 yrs
₹7L - ₹18L / yr
skill iconPython
skill iconFlask
NOSQL Databases

Requirements:

• Should be a go-getter, ready to shoulder more responsibilities, and shows enthusiasm and interest in work.

• Excellent core Python skills including threading, dictionary, OOPS Concept, Data structure, and Web service.

• Should have work experience on the following stacks/libraries: Flask

• Familiarity with some ORM (Object Relational Mapper) libraries

• Able to integrate multiple data sources and databases into one system

• Understanding of the threading limitations of Python, and multi-process architecture Familiarity with event-driven programming in Python

• Basic understanding of front-end technologies, such as Angular, JavaScript, HTML5 and CSS3

• Writing reusable, testable, and efficient code

• Design and implementation of low-latency, high-availability, and performant applications

• Understanding of accessibility and security compliance

• Experience in both RDBMS(MySQL), NoSQL databases (MongoDB, HDFS, HIVE etc) or in-memory caching technologies such as ehcache etc is preferable.

Read more
Shoreline IoT
at Shoreline IoT
1 recruiter
Kanchan Manakeshwar
Posted by Kanchan Manakeshwar
Pune
4 - 10 yrs
₹10L - ₹25L / yr
skill iconAmazon Web Services (AWS)
skill iconPython
skill iconDjango
skill iconFlask
AWS Lambda
+2 more
5+ year’s hands-on product development experience,
technical solutions implementation, architecture design, evaluation
and investigation in a cloud environment (specifically AWS and/or
Azure), preferably with IoT products.
● Working with smaller startups or mid-sized companies
Experience in one of following programming languages:
Python/Node.js
● Python and restful API frameworks. Experience of
working/integrating with cloud services providers like AWS
(preferred) / Azure / GCP
● Good understanding of HTML, CSS, Javascript & jQuery. Hands
on experience with React.js/React.native Experience in REST APIs,
SSO.
● Experience with server-side programming in a high volume
large system / application environment including the availability,
scalability, resiliency, and performance design patterns
● Management of hosting environment, including database
administration (preferably relational databases MySQL, Postgres etc.)
● Familiarity with software configuration management tools,
defect tracking tools, peer review tools and source control systems
(like git). Create and maintain good quality software documentation.
● Experience & willingness to work with overseas (e.g. USA)
customers and product management teams
● Experience building, leading, managing and mentoring highperformance engineering teams of 3-10 engineers
● Good verbal & written communication skills in English
Read more
Siemens Industry Software
at Siemens Industry Software
1 video
7 recruiters
Suneel Jagdale
Posted by Suneel Jagdale
Pune
5 - 10 yrs
₹10L - ₹30L / yr
skill iconJavascript
skill iconNodeJS (Node.js)
Windows Azure
Microservices
skill icon.NET
+2 more
Siemens Industry Software is hiring in Pune R&D center Microsoft Azure, Microsoft .NET, C#, Javascript , .Net Core • Microsoft Azure, Web services, Cloud deployment, C#, Javascript, Design patterns, XML, SOA, Source management systems. • Experience with Test-Driven Development, automated unit testing, and robust software engineering practices is highly desired • Strong analytical and problem solving skills • Software development experience in agile environment is desirable Working knowledge of PaaS/SaaS for atleast 2 years.
Read more
Celestial Software Services LLP
Mayank V
Posted by Mayank V
Remote only
1 - 5 yrs
₹1.5L - ₹6L / yr
skill iconPHP
MySQL
skill iconLaravel
skill iconNodeJS (Node.js)
RESTful APIs
+1 more

- B.E/M.C. A Or B.C.A Degree in Computer Science, Engineering, MIS, Or Similar Relevant Field

 - Strong Knowledge of PHP Web Frameworks E.G Laravel

 - Understanding the Fully Synchronous Behaviour Of PHP

 - Understanding of MVC Design Patterns

 - Basic Understanding of Front-End Technologies, Such as JavaScript, HTML5, And CSS3 - Knowledge of Object-Oriented PHP Programming.

 - Strong Knowledge of The Common PHP Or Web Server Exploits and Their Solutions

 - Understanding Fundamental Design Principles Behind A Scalable Application.

 - Integration of Multiple Data Sources and Databases into One System

 - Familiarity With SQL/NoSQL Databases and Their Declarative Query Languages

 - Proficient Understanding of Code Versioning Tools, Such as Git, Bitbucket.

 - Understanding Fundamentals of Cloud Technologies E.G AWS

-  Knowledge of Node.js And React.js Should Be an Advantage.
-  Knowledge of HealthCare and e-Commerce domain will be good.

Read more
Medly Pharmacy
at Medly Pharmacy
1 recruiter
Tushar Katangale
Posted by Tushar Katangale
Pune
3 - 7 yrs
₹10L - ₹26L / yr
skill iconJava
skill iconNodeJS (Node.js)
skill iconRuby
skill iconKotlin
NOSQL Databases
+2 more

We’re looking for a Senior Backend Engineer to help us build the tools, services, and applications that will enable us to be the planet’s most patient-focused pharmacy. You will work on projects ranging from greenfield initiatives to matured products with an active user base. 

What you’ll do:

  • Collaborate with engineering team to design and implement products using event driven micro-services architecture.
  • Interact with Product Managers and key stake-holders on regular basis to understand and execute Product vision.
  • Take charge of end-to-end feature development, right from proof-of-concept to production deployment and support
  • Brainstorm and lead continuous improvement projects for product
  • Providing feedback to peer developers on code quality and development standards.
  • Mentoring team on strong coding and design standards.
  • Setting the bar high for development practises while striking the right balance between pragmatism and perfection for code and processes.
  • Effectively document API's and services using Swagger/OpenAPI, visualize flow and dependencies using diagrams, and create technical documents on engineering wikis.
  • Present crisp and clear feature demos to stakeholders.

Some of our opensource projects- https://meet.google.com/linkredirect?authuser=0&;dest=https%3A%2F%2Fgithub.com%2Fmedly">https://github.com/medly

Your tool-belt:

We don’t expect anybody to be an expert on all of these, but you should be deeply familiar with some, and a self-starting learner who isn’t afraid to ask for help:

  • Polyglot Development (at least 1 more lang apart from Java and JavaScript)
  • At least one JVM language
  • Functional Programming, 
  • OO Design, Clean Code, SOLID principles
  • Solid grasp on HTTP, and REST
  • Web based SaaS product development
  • Deployment to AWS or any cloud
  • Test Driven Development, 
  • Security Compliance like HIPAA, PCI-DSS, SOC2
  • Git, Linux, CI/CD, Gradle, IDEA
  • Security based on OAuth2 / OIDC
  • SQL and NoSQL DBs like PostgreSQL, DynamoDB, ElasticSearch
  • Docker
  • SQL Migration tools like Liquibase, Flyway
  • Semantic Versioning, Feature Toggles, PR, Feature Branches

What you`ll need:

  • 3+ Years of experience mainly on Backend Development using any two languages (Java, Kotlin, NodeJS, Ruby etc.)
  • Minimum a bachelor degree in Computer Science, Engineering or any related field.

You will work on the following:

  • Develop service/APIs using Kotlin/Micronaut Node/Serverless
  • Aurora Serverless PostgreSQL DB
  • AWS, Lambda, API Gateway, Amplify, Cognito, Okta
  • Github, Github Actions, SonarCloud
  • Database versioning using tools like Liquibase
  • Terraform to manage infra
  • Cloudwatch/AWS X-Ray to monitor the infra
  • Opportunity to make Open Source Contribution
Read more
B2B Software Services Co
B2B Software Services Co
Agency job
via Unnati by Deepa B S
Kolkata, NCR (Delhi | Gurgaon | Noida)
2 - 6 yrs
₹3.5L - ₹7L / yr
skill iconLaravel
skill iconJavascript
skill iconHTML/CSS
skill iconGit
SVN
+9 more
If you want to lay a strong foundation to your career with a fast growing and the most robust IT company, then here is your chance. Come work with us.

Our client is a decade-old software development company, that offers its clients a wide range of customized web, mobile, and eCommerce tools and software. They are known to use advanced languages and platforms used to build reliable, secure, and scalable solutions for their business clients as well as individual customers. Their disruptive craftsmanship and strategy help in high-performance growth and allows customers to transform digitally and competitively.

Their products are being used by most of the banks and NBFCs in India, apart from clients from other industries. The founder is an IIM and MDI alumni and has experience of more than 13 years in business and strategic roles in MNCs. The company has been accredited by the government as a premier IT company, committed to quality and driven by customer success.

 

As a Laravel Developer, you will be responsible for designing and managing the website back-end including database and server integration.
 
What you will do:
  • Understanding and implementing security and data protection
  • Managing both front-end and back-end web development requirements from a consumer.
  • Taking full responsibility for task/ project execution
  • Handling Payment Gateway integration and ecommerce development concepts
  • Prioritizing own work and respect deadlines

 

 

What you need to have:

  • Excellent skills in PHP Laravel
  • Strong object-oriented programming skills
  • General knowledge of both front-end and back-end web development from a consumer.
  • Databases (more than one is desirable) MySQL, PostGRE, MongoDB
  • Experience in Payment Gateway integration and ecommerce development concepts
  • Should know about child theme and its structure.
  • Proficient in CSS3/ HTML5
  • Should know about source version control like git or svn etc.
  • Familiar with AWS & Linux command line will be added advantage.
  • Must be a team player with good communications
  • Ability to solve problems quickly and efficiently
  • Great aptitude and attitude towards learning
  • Ability to prioritize own work and respect deadlines

 

Read more
Smart Data Enterprises
at Smart Data Enterprises
3 recruiters
Sarika Tarudkar
Posted by Sarika Tarudkar
Nagpur
2 - 8 yrs
₹2L - ₹7L / yr
skill iconJavascript
skill iconMongoDB
skill iconNodeJS (Node.js)
skill iconExpress
Opening for MEAN stack Developers (BIG DATA) for Nagpur Location.Company : CMMI Level 3Exp. Level : 2-8 Years Job Location : NagpurSkills and Qualification :- Extensive knowledge and experience of MEAN stack technology.- Experience of Node.JS, Express.JS, Mongo DB, Angular JS. - Experience on Angular JS is preferable- Experience in Java and/or Python programming- - Knowledge of Docker and Kubernetes- Knowledge of GIT, Jenkins, Nexus, SonarQube tools (or similar)- Experience working in Agile (SCRUM)- Experience working with AWS (S3, EMR, EC2, RDS)- Preference will be given to candidates who have travelled onsite or with US business Visa.Company Overview :Our CMMI Level 3 organization is one of the leading IT solutions and service providers. Company has gained expertise in offshore software outsourcing, web development and software applications development for hundreds of clients globally including US, UK, Europe, Australia and South America.If interested, kindly apply here.Minal Khatri
Read more
Navigators Software
at Navigators Software
2 recruiters
Moushumi Mukherjee
Posted by Moushumi Mukherjee
Kolkata, Mumbai
3 - 7 yrs
₹3L - ₹6L / yr
skill icon.NET
skill iconJavascript
skill iconPHP
skill iconPython
skill iconNodeJS (Node.js)
+3 more
Asp.Net MVC, C# .Net, SQL Server, Jquery
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos