Cutshort logo
For Employers
PostgreSQL Jobs in Mumbai

50+ PostgreSQL Jobs in Mumbai | PostgreSQL Job openings in Mumbai

Apply to 50+ PostgreSQL Jobs in Mumbai on CutShort.io. Explore the latest PostgreSQL Job opportunities across top companies like Google, Amazon & Adobe.

icon
Unico Connect Private Limited
Mumbai
4 - 8 yrs
Best in industry
skill iconKubernetes
skill iconAmazon Web Services (AWS)
Terraform
skill iconDocker
DevOps
+10 more

Senior DevOps Engineer


AWS Infrastructure, Kubernetes & Production Operations

📍 Mumbai (On-site) | Full-time | 5-8 years


About the Role:

Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.

We are hiring a Senior DevOps Engineer for a dedicated client engagement building an AI platform that turns a written prompt into a working, deployed web application.

The platform runs entirely on our own Kubernetes on AWS in Mumbai: multiple clusters, self-hosted Kafka, PostgreSQL, Redis and a complete observability stack, with untrusted AI-generated code executing inside isolated sandboxes.

This role owns that infrastructure end to end.

The mandatory requirement is hands-on production ownership of self-managed Kubernetes and self-hosted stateful services.

This is not a managed-services role: almost nothing here is a click in a console, and there is no platform team above you to escalate to.

You will pair daily with the Tech Architect who owns the architecture, and you own its execution, which covers clusters, networking, pipelines, observability, isolation, and the monthly cloud bill as a number you can explain line by line.

The role carries a deliberate path into LLM infrastructure over the first year, and we are saying so up front because we want someone who wants that direction.

A typical week includes rehearsing a cluster upgrade in a lower environment, tracing an unexplained cost line to its source, tuning autoscaling so non-production shuts down cleanly overnight, and hardening the boundary that keeps AI-generated code away from everything else.


Responsibilities:

Kubernetes Platform Ownership

Own multiple EKS clusters separated by trust boundary, covering platform services, messaging, sandboxed build environments, and hosting for customers' published applications.

Node pools, taints and tolerations, resource requests versus limits, pod disruption budgets, and the scheduling decisions that determine whether a cluster is efficient or merely large.

Plan and execute version upgrades without customer-visible downtime.


Infrastructure as Code

Everything in Terraform, with no console changes that are not in code.

Build reusable cluster modules rather than copies.

Keep state and reality in sync, and treat drift as a defect.


CI/CD and Release Engineering

Own the GitHub Actions pipelines and self-hosted runners: OIDC-based AWS authentication with no stored credentials, image builds, and rollouts across development, QA and UAT.

Move manifest templating from scripted substitution to Kustomize or Helm.

Make a rollback as routine as a deploy.


Network Architecture and Workload Isolation

VPC and subnet design, ingress through load balancers and service mesh, and eBPF-based network policy.

The platform runs code we did not write, so the isolation boundary is a primary deliverable: default-deny egress, kernel-level sandboxing for untrusted workloads, no platform credentials inside tenant pods, and one project per pod with nothing shared between customers.


Observability

Operate a self-hosted stack of Prometheus, Grafana, Loki, Tempo, OpenTelemetry and Alertmanager.

Build alerts engineers trust rather than mute.

Know what belongs in a metric, a log and a trace, and keep metric cardinality under control as tenant count grows.


Autoscaling and Capacity

Node autoscaling with Karpenter, and workload autoscaling on the signal that actually matters, which is queue depth or a schedule rather than CPU wherever CPU misleads.

Implement scale-to-zero across non-production and warm-pool patterns where cold starts are unacceptable.

Size capacity from measurement, not assumption.


Cost Operations

Own the cloud bill as an engineering artifact.

Attribute spend per cluster and per environment, right-size against real utilisation, apply Spot where interruption is safe and never where it is not, and investigate any line you cannot explain.

Instance family selection is a cost decision: match the family to the resource that binds first.


Self-Hosted Stateful Services

Operate Kafka, PostgreSQL and Redis in-cluster, covering persistence, replication, failover, upgrades, and backups you have actually restored from.

Rehearse the restore and record how long it took.


Security Posture

IAM and workload identity, migration away from static credentials, secret management, web application firewall rules, and closing the gaps you find.

Credential rotation and least privilege are ongoing work, not a one-time project.


AI Infrastructure (Growth Path)

Within the first year, take on the infrastructure serving AI workloads: multi-provider LLM gateway and routing, token and cost attribution, rate-limit-aware capacity planning, LLM tracing with Langfuse, vector databases such as pgvector and Qdrant, and self-hosted embedding models including GPU nodes on Kubernetes.

This is inference operations, not model training.


AI-Assisted Engineering Discipline

Use Claude, Cursor, and similar tools day to day for infrastructure code, scripts, and pipelines.

Set the team standard for safe use, review, and validation of AI-generated infrastructure before it ships.


Requirements:

Hands-on Production Ownership of Self-Managed Kubernetes (Mandatory)

Must have personally operated a production Kubernetes estate with operational responsibility including oncall, incident response, and upgrade ownership.

You understand why a cluster ends up over-provisioned and how to fix it.

Managed-platform-only experience, or Kubernetes limited to deploying into a cluster someone else runs, does not qualify.


5+ Years of Overall Engineering Experience

With at least 3 years in DevOps, SRE, or platform engineering.

This is not an ML science role.

A strong infrastructure background with genuine appetite for AI infrastructure is exactly the profile we want.


Proven Ability to Learn an Unfamiliar Technology to Production Depth

We are hiring for trajectory as much as for current tooling, so this carries real weight.

Be ready to walk us through something you picked up from scratch and then owned in production: what you got wrong in the first attempt, how you found out, and what you would do differently.

A candidate with a shorter tool list and a strong record of learning will be preferred over a longer list learned only at the surface.


Self-Hosted Stateful Services in Production

One or more of Kafka, PostgreSQL, Redis, or Elasticsearch operated by you, not by a managed service.

Backups, restores, failover, and version upgrades.

This matters more than any other line here, because almost everything we run, we run ourselves.


Infrastructure as Code Depth

Terraform in anger, including modules, state management, and recovering from drift.

Docker and image optimisation.


AWS at Depth

EKS, EC2, VPC, IAM, S3, RDS or Aurora, and load balancing.

You can read a bill and explain where the money went.


Networking Depth

VPC and subnet design, NAT and egress paths, load balancer behaviour, DNS, TLS, and Kubernetes networking.

Able to reason about address exhaustion and routing limits before they are hit rather than after.


Observability Depth

Production experience with Prometheus, Grafana, and a log or trace backend.

Comfortable instrumenting with OpenTelemetry.

Able to define alerts that are actionable and to resist the cardinality that makes a metrics system collapse.


CI/CD and Deployment Automation

Strong with GitHub Actions or GitLab CI, including self-hosted runners and short-lived cloud credentials.

Experience making deploys and rollbacks safe and routine.


Cost Management for Cloud Infrastructure

Demonstrated ownership of a cloud bill: right-sizing, reserved capacity or savings plans, Spot strategy, and tracing an anomaly to its cause.


Reliability Engineering

Comfortable defining SLOs and being accountable for them.

Experience with graceful shutdown, connection draining, disruption budgets, and long-lived connections such as WebSockets that autoscaling can otherwise sever.


Nice to Have:

  • arm64 and Graviton estates
  • eBPF networking with Cilium
  • container runtime isolation such as gVisor, Kata, or Firecracker
  • Kafka operations including partition and consumer-group management
  • service mesh with Istio
  • GPU workloads on Kubernetes
  • hands-on familiarity with LLM observability tooling such as Langfuse or LangSmith
  • India data-protection and residency requirements under the DPDP Act
  • AWS certifications


Read more
Quantorus Pvt Ltd

at Quantorus Pvt Ltd

1 candid answer
Priya Rawat
Posted by Priya Rawat
Navi Mumbai
4 - 6 yrs
₹18L - ₹20L / yr
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconVue.js
API
skill iconPostgreSQL
+3 more

About the Programme


Developing an enterprise AI platform focused on financial compliance and intelligence


Role Overview


We are looking for a Full Stack Engineer to own both the application layer and the user-facing interfaces of the platform. You will build the backend services that power core workflows — case management, exception handling, and feedback loops — as well as the interfaces through which the compliance and assurance teams interact with the system. You are comfortable owning both layers and moving fluidly between them.


Key Responsibilities


Application Backend


•  Design and build the core application services powering the platform — exception case management, workflow state tracking, audit logging, and user action recording.

•  Build the feedback mechanism that captures validator decisions and overrides and routes them back to the AI layer for model improvement

•  Own the data models for all application-layer entities — exception cases, workflow states, user actions, and decision history.

•  Build and maintain the API endpoints consumed by the frontend, with clear contracts, versioning, and error handling.

•  Implement role-based access control across the application — different user types within the compliance and assurance teams require different levels of access and visibility.

•  Build notification and alerting services — surfacing deadline-sensitive items and pending exceptions to the right users at the right time.

•  Ensure all application services maintain a complete audit trail, given the compliance context in which the platform operates.


Frontend & User Interfaces


•  Build the workflow interfaces used by the compliance and assurance teams — exception queues, validation screens, dashboards, and status views.

•  Surface AI outputs — confidence scores, historical context, and recommendations — in a way that is clear and actionable for non-technical users.

• Conduct working sessions with the compliance team to validate usability and incorporate feedback before deployment.

•  Maintain a consistent, functional UI across all modules of the platform.


Quality & Production Readiness


•  Write unit and integration tests for both frontend and backend components.

•  Ensure the application layer is production-ready — monitored, observable, and stable under expected load.


Required Qualifications


Education


•  B.E. / B.Tech / M.Tech in Computer Science, Information Technology, or a related field.

Experience

•   4+ years of full stack engineering experience with ownership of both frontend and backend layers in production.

• Experience building internal enterprise workflow tools or operational dashboards.

• Comfortable being the sole owner of the full stack without dedicated frontend or backend partners.


Technical Skills


•  Frontend: React or Vue.js;

•  Backend: Python or Node.js for API and service development.

•  Databases: PostgreSQL or equivalent relational database; basic familiarity with NoSQL.

•  API Design: RESTful API design and consumption; experience working against well-defined API contracts.

•  Testing: Unit and integration testing frameworks for both frontend and backend.

•  Containerisation: Docker; basic Kubernetes familiarity.

•   Version Control: Git-based workflows, code review practices.


Preferred Qualifications


•  Experience building applications that consume or display ML or AI model outputs.

•  Prior work on compliance, operations, or workflow management tools in an enterprise environment.

•  Familiarity with data visualisation libraries for building dashboards and exception reports.

•  Exposure to accessibility and usability best practices for internal tooling.

Read more
Quantiphi

at Quantiphi

3 candid answers
1 video
Nikita Sinha
Posted by Nikita Sinha
Mumbai, Bengaluru (Bangalore)
6 - 12 yrs
Best in industry
skill iconAmazon Web Services (AWS)
skill iconPostgreSQL
skill iconPython
PySpark
SQL

As an Associate Technical Architect - Data, you will lead the end-to-end design, architecture, and implementation of enterprise-scale AWS data platforms and Lakehouse solutions. You will provide technical leadership across the entire project lifecycle—from solution architecture and technology selection to implementation, optimization, deployment, and production support.

The role requires deep hands-on expertise in modern AWS data engineering technologies, strong architectural skills, and the ability to mentor engineering teams while collaborating with business and technical stakeholders to deliver scalable, secure, and high-performance data solutions.


Must Have Skills:

  • 8+ years of experience designing and delivering enterprise-scale Data Lake, Lakehouse, or Data Warehouse solutions on AWS.
  • Proven experience leading end-to-end implementation of cloud-native data platforms, including architecture, design, development, deployment, and production support.
  • Strong hands-on expertise in SQL (analytical queries, window functions, stored procedures), Spark/PySpark, and Python.
  • Strong hands-on experience designing and implementing Lakehouse architectures using Apache Iceberg.
  • Strong knowledge of AWS services including EMR, S3, Athena, Glue Catalog, Aurora PostgreSQL, Lambda, CloudWatch, SQS, SNS, EventBridge, IAM, and related AWS data services.
  • Experience designing and implementing scalable batch and streaming data pipelines using AWS native services.
  • Strong expertise in Spark/PySpark performance tuning and optimization.
  • Hands-on experience optimizing Apache Iceberg and Aurora PostgreSQL for performance, scalability, and cost efficiency.
  • Strong understanding of data modeling, distributed data processing, partitioning strategies, file formats, and Lakehouse/Data Lake architectures.
  • Strong understanding of AWS architecture principles, including security, networking, disaster recovery, scalability, resiliency, and cost optimization.
  • Experience designing orchestration workflows using Apache Airflow or AWS Step Functions.
  • Ability to define cloud data platform architectures, evaluate technology choices, and articulate architectural trade-offs and best practices.
  • Experience leading globally distributed engineering teams, mentoring developers, conducting architecture/code reviews, and driving engineering best practices.
  • Excellent communication, stakeholder management, problem-solving, and technical leadership skills with the ability to translate business requirements into scalable technical solutions.
  • AWS Solution Architect Associate/Professional or AWS Data Engineer Associate certification is preferred.


Good to Have Skills:

  • Experience with ClickHouse, including performance tuning and query optimization.
  • Experience with Infrastructure as Code using Terraform or CloudFormation.
  • Experience implementing CI/CD pipelines for data engineering workloads.
  • Exposure to Kafka, Hive, HDFS, or other Big Data technologies.
  • Hands-on experience using GenAI-assisted development tools such as Kiro, GitHub Copilot, Cursor, or similar AI coding assistants to improve engineering productivity.
  • Experience integrating with data governance and metadata management tools such as Collibra.
  • Experience integrating with data virtualization platforms such as Denodo.
  • Telecom/Mobile Network domain knowledge is preferred but not mandatory.
Read more
Quantiphi

at Quantiphi

3 candid answers
1 video
Nikita Sinha
Posted by Nikita Sinha
Mumbai, Bengaluru (Bangalore)
6 - 12 yrs
Best in industry
skill iconJava
skill iconAngular (2+)
skill iconSpring Boot
Microservices
skill iconAmazon Web Services (AWS)
+2 more

Associate Technical Architect / Senior Software Developer – Java, J2EE, Spring Boot, AWS


At Quantiphi, you will leverage your expertise in Java, Spring Boot, and AWS to develop, modernize, and enhance enterprise applications. The role involves supporting Java application modernization initiatives, designing scalable cloud-native solutions, and delivering high-quality software for enterprise customers.


  • Experience in Java application modernization, including upgrading legacy applications to newer Java LTS versions (Java 17/21/25), is preferred.
  • Must have experience in developing enterprise-level software and web applications using J2EE/Spring Boot.
  • Experience in API integration, application deployment, cloud architecture, and application security.
  • Well-experienced in working with tools like Git, Maven, JFrog.
  • Should have a solid understanding of Object-Oriented Programming (OOP).
  • Well-experienced to perform Unit Testing and Integration Testing and have good experience in Agile-based development approach.
  • Expertise in developing enterprise-level web applications and REST and SOAP APIs using Microservices, with demonstrable production-scale experience.
  • Working knowledge of SQL or NoSQL databases.
  • Understand Architecture Requirements and ensure effective design, development, validation, and support activities with strong problem-solving ability.
  • Understanding of core AWS services, uses, and basic AWS architecture best practices.
  • Exposure to AWS Transform Custom (ATX) or similar automated code modernization tools is an added advantage.
  • Proficiency in developing, deploying, and debugging cloud-based applications using AWS.
  • Ability to use the AWS service APIs, AWS CLI, and SDKs to write applications.
  • Ability to identify key features of AWS services.
  • Experience in developing enterprise web applications using Angular, TypeScript, and REST API integration.
  • Identify bottlenecks and bugs, and recommend solutions by comparing the advantages and disadvantages of custom development.
  • Should contribute to team meetings, troubleshooting development and production problems across multiple environments and operating platforms.
  • Execute strong collaboration and communication skills within distributed project teams, with the ability to prioritize and multitask.

ROLE & RESPONSIBILITIES

  • Associate Technical Architect will be responsible for connecting with clients for project briefing, consultation, installation, and close-out reviews.
  • Support the design, development, enhancement, and modernization of enterprise Java applications, collaborating with clients and internal teams to deliver high-quality software solutions.
  • Help out in managing customer demands to ensure maximum satisfaction and to maintain quality.
  • Engage in the negotiation of customer job demands and specifications as regards to resources and infrastructure, and assist in creating comprehensive technical documents.
  • Supervise activities between internal and external resources, and facilitate smooth workflow for service delivery.
  • Evaluate project data for accuracy, and take the lead in setting project targets and priorities. Give training and mentorship to team members to make them better on the job.
  • Be up to date with current field practices to enhance service standards and delivery.
  • Review customer technical demands and instructions and assist the internal team and customers to identify the best order for lifts and the most efficient methods of maintaining and using delivered materials.
  • Remain knowledgeable about current technology and carry out research to identify new trends that can be used to achieve maximum results.
  • Carry out other technical-related duties that may be required. Be abreast of the best coding and architecting practices, ensuring the APIs are robust and easy to maintain, and coordinate with the rest of the team working on different layers of the infrastructure.
Read more
Wama Technology

at Wama Technology

2 candid answers
Faisal Pathan
Posted by Faisal Pathan
Borivali, Mumbai
1 - 3 yrs
₹3L - ₹4.5L / yr
ASP.NET
skill icon.NET
skill iconNodeJS (Node.js)
skill iconReact.js
SQL
+4 more

Job Title: .NET Full-Stack Developer (ASP.NET Core / React.js / Node.js)

Experience: 1 - 3 Years

Location: Borivali, Mumbai (Onsite)

Employment Type: Full-time


About Wama Technology:

Wama Technology is a fast-growing technology solutions provider delivering high-impact web and mobile applications for clients globally. We are looking for an ambitious, tech-savvy .NET Full-Stack Developer with 1 to 3 years of experience to build scalable applications, integrate cutting-edge AI features, and drive product execution from our Borivali office.


Role Overview:

As a .NET Full-Stack Developer, you will be responsible for building, optimizing, and deploying full-stack web applications using ASP.NET Core, React.js, and Node.js. You will work on API integrations, database architectures, and AI feature implementations while maintaining clean code standards and taking ownership of key modules in a fast-paced environment.


Key Responsibilities:

  • Design, develop, and maintain robust full-stack web applications using ASP.NET Core, React.js, and Node.js.
  • Architect, build, and consume secure, high-performance RESTful APIs and web services.
  • Manage database systems including SQL Server, PostgreSQL, and MongoDB, ensuring query performance and data integrity.
  • Integrate AI features, AI APIs, and smart automation directly into client applications and internal product workflows.
  • Troubleshoot, debug, and resolve technical issues with strong analytical and problem-solving skills.
  • Work independently to manage module deliverables on tight deadlines within a collaborative team environment.
  • Effectively articulate technical ideas, system designs, and code logic to internal teams and stakeholders.


Required Qualifications & Skills:

  • Experience: 1 to 3 years of commercial software development experience in full-stack web applications.
  • Backend Core: Strong expertise in ASP.NET Core and Node.js backend development.
  • Frontend Core: Hands-on development experience with React.js, JavaScript (ES6+), HTML5, and CSS.
  • Databases: Solid command of relational and NoSQL databases (SQL Server, PostgreSQL, or MongoDB).
  • API Architecture: Proven ability to design, document, and integrate RESTful APIs.
  • Execution: Strong debugging skills, logical reasoning, and a habit of writing clean, maintainable code.
  • Communication: Excellent spoken and written English, with superior technical explanation skills and team collaboration ability.


AI Tooling & Technology Adaptability (Critical):

  • Hands-on experience working with AI-assisted IDEs and development tools (Cursor, Windsurf, GitHub Copilot, etc.).
  • Proven capability to integrate AI APIs (OpenAI, Gemini, or custom LLM endpoints) into modern web solutions.
  • Strong interest and active awareness of the latest software development frameworks and emerging technologies.


Location & Work Mode:

  • Work Location: Onsite at Borivali, Mumbai.
  • Open exclusively to candidates currently located in Mumbai or able to commute daily to Borivali (No relocation assistance provided).
  • Immediate joiners or short notice periods preferred.
Read more
NBFC for Digital Lending

NBFC for Digital Lending

Agency job
via Cutshort Lightning by Bisman Gill
Mumbai
3yrs+
Upto ₹30L / yr (Varies
)
SQL
Data Structures
skill iconPython
skill iconAmazon Web Services (AWS)
skill iconPostgreSQL

Must-Have Skills

  • Minimum 3 years of experience in Data Engineering / Analytics Engineering / Fintech Data roles
  • Must have worked on SMS Parsing, intelligent platform, converting RAW customer SMS data into structured actionable financial signals and enabling downstream usage of SMS derived variables
  • Must have established a continuous learning cycle to expand parser coverage
  • Experience in Lending / NBFC / Fintech domain
  • Experience working with Bureau, SMS, Device, or Banking data
  • Strong Python and SQL (production level)
  • Experience handling unstructured data (SMS, logs, JSON, APIs)
  • Experience building data pipelines, schedulers, and cron jobs
  • Strong database design and data modelling skills
  • Ability to work in a startup environment with high ownership
  • Familiarity with modern platforms like AWS, Snowflake, Google BigQuery, Redshift


Good to Have

  • Experience in STPL, especially less than 25K ticket size
  • Experience with streaming (Kafka/Kinesis) and orchestration (Airflow or Step Functions)
  • Experience with feature stores and risk analytics datasets
  • Knowledge of regex, NLP basics for SMS parsing
  • Experience supporting real-time decision engines/underwriting systems


Role Summary

This role will be responsible for owning the end-to-end data-structuring layer across the organisation. The individual will transform large volumes of raw, unstructured, and semi-structured data (such as SMS, device, bureau, and app data) into clean, standardised, and analysis-ready datasets. These structured datasets will directly power risk analytics, fraud detection, marketing insights, collections strategy, and policy decisioning.


Key Objective of the Role

Ensure all raw lending data (SMS, Bureau, Device, AA, App logs) is captured, parsed, structured, and stored in a clean analytics-ready format inside databases (PostgreSQL, DynamoDB, AWS stack) so that the Risk and Data Science team can directly use it for feature creation, policy building, and portfolio monitoring.


Core Responsibilities

  1. End-to-End Data Ownership
  • Design, build, and maintain end-to-end data pipelines (batch + streaming) using AWS native services (Glue, Lambda, Step Functions, Kinesis, S3, Athena, Redshift, EMR/Spark, etc.): ingestion

→ parsing → structuring → storage

  • Work closely with Tech, Product, and Data Science to define what data should be captured
  • Maintain data documentation, data dictionaries, and schema governance
  • Ensure data quality, consistency, and version control
  1. Unstructured Data Processing (Highest Priority)
  • Parse raw SMS dumps and categorise into salary, EMI, loan apps, collections, credits, debits, OTP, etc.
  • Process device fingerprint, behavioural logs, and vendor data (FinBox, AA, Bureau APIs)


  • Convert JSON, logs, and raw API responses into structured feature tables
  • Build regex/keyword-based parsers for financial SMS classification
  1. Feature Implementation (From Risk & Data Science Team)
  • Implement feature creation logic provided by Risk/Data Science team
  • Translate business and policy logic into SQL/Python pipelines
  • Create reusable feature layers for underwriting, fraud, collections, and monitoring
  • Maintain a feature store for consistent model and policy usage
  1. Lending Data Understanding (Domain-Specific Requirement)
  • Work with Bureau data
  • Structure SMS-derived financial variables (income, stress, EMI signals)
  • Work with Account Aggregator and bank transaction datasets
  • Understand fintech alternate data used in underwriting and fraud detection
  1. Data Pipelines & Automation
  • Build and maintain ETL/ELT pipelines using Python & SQL
  • Create cron jobs for automated data ingestion and feature refresh
  • Automate vendor data pulls (Bureau, SMS SDK, AA, device data)
  • Ensure low-latency pipelines for real-time underwriting use cases
  1. Database Structuring & Storage Architecture
  • Structure clean datasets in PostgreSQL (analytics layer)
  • Manage raw data storage in DynamoDB / S3 data lake
  • Design normalized and denormalised tables for risk analytics
  • Optimise database performance for large-scale query workloads
  1. Dashboards & Readable Data Layer
  • Create analytics-ready datasets, implement & write Metabase queries and convert into dashboards (Metabase / Power BI)
  • Enable self-serve data access for Risk, Business, and Founders
  • Support ad-hoc analysis requirements from leadership
  1. Cross-Functional Collaboration (Very Important)
  • The role requires close collaboration with data science, tech, product, and business teams to ensure reliable data pipelines, well-defined schemas, API integrations, logging architecture and high data quality, enabling faster and more accurate decision-making across lending workflows.

Tech Stack (Current Environment)

  • AWS Services
  • PostgreSQL (Primary analytics DB)
  • DynamoDB (Raw/NoSQL storage)
  • Python (Pandas, NumPy, ETL frameworks)
  • Advanced SQL
  • APIs, JSON, and Log Data Handling


Read more
AMPM Network

at AMPM Network

1 candid answer
Darshit Raut
Posted by Darshit Raut
Mumbai
3 - 6 yrs
₹10L - ₹16L / yr
skill iconDjango
skill iconFlutter
Databases
skill iconPostgreSQL

Senior Full-Stack Software Engineer (SDE II), Flutter & Django, AM:PM

About AM:PM AM:PM is a pre-seed, venture-backed news platform built for short-form vertical video, for Gen Z and millennials who want to stay informed without sitting through a 40-minute panel. Mobile-first, video-first, small team, moving at startup speed out of Mumbai.

We don't have layers of bureaucracy or rigid corporate structure. We value velocity, high-agency execution, and pragmatic engineering. This is one of the first full-time seats on the core engineering bench, reporting directly to the CTO.

We're looking for a Full-Stack Engineer who's comfortable wearing multiple hats, owning entire feature lifecycles from database schema to UI animation, and operating with real autonomy. If you want your code in production daily and directly tied to whether the product wins, this is the seat.


Role Overview

  • Position: Software Development Engineer II (Full-Stack)
  • Type: Full-time
  • Location: Remote / Hybrid
  • Experience: 3 to 5+ years in production-grade software development
  • Core stack: Flutter (iOS, Android, Web) | Python, Django, DRF | PostgreSQL | Redis | AWS/GCP | Docker

What you'll do

1. Cross-platform frontend (Flutter)

  • Build responsive, pixel-perfect UIs across iOS, Android, and Web from a single Flutter codebase
  • Implement clean, maintainable frontend architecture using scalable state management (BLoC, Riverpod, or Provider)
  • Optimize performance, memory footprint, render times, and smooth 60fps animations on low-end devices and browsers. On a feed-heavy, video-heavy app this is core product, not polish
  • Write platform-specific code (MethodChannels) to interface with native iOS/Android SDKs when needed

2. Backend and API engineering (Python / Django)

  • Design, build, and document secure, robust RESTful APIs using Django Rest Framework
  • Architect core backend workflows, background workers, and async task queues (Celery/Redis), including the feed, video, and content pipeline
  • Write optimized SQL and manage the Django ORM to prevent N+1 queries and keep response times fast
  • Implement and maintain security: OAuth2, JWT auth, RBAC, data encryption

3. Architecture, DevOps, infrastructure

  • Set up and improve CI/CD pipelines (GitHub Actions, GitLab CI) to ship to production multiple times a day
  • Containerize with Docker and manage cloud deployments (AWS ECS/EKS, GCP Cloud Run, or DigitalOcean)
  • Implement logging, error tracking, and monitoring (Sentry, Datadog, Prometheus) to catch and resolve production issues proactively

4. Startup execution

  • Build, test, and tear down MVP features fast based on user feedback and product analytics
  • Review peer code, maintain documentation, and raise engineering standards across a growing team
  • Work directly with founders, designers, and editorial to turn ambiguous requirements into concrete technical roadmaps

Who you are

  • 3+ years professional experience building, scaling, and maintaining production-grade applications
  • Deep Flutter and Dart mastery: cross-platform nuances, web engine optimization (CanvasKit vs HTML), local storage (Hive, Isar, or SQLite)
  • Strong Django/Python: middleware, custom managers, signals, async programming
  • Advanced PostgreSQL: clean schema design, migrations, indexing, slow query analysis
  • Docker, basic Linux administration, and cloud services (AWS S3, EC2, RDS, CloudFront)
  • Writes clean, testable code with unit, integration, and widget tests

Cultural fit

  • High agency. You find a problem, map a solution, and execute without waiting for permission or perfect specs
  • Pragmatic. You know when to write future-proof code and when to ship a safe, hacky solution to beat a deadline
  • Clear communicator. Can explain technical trade-offs to non-technical founders
  • Comfortable with chaos. Priorities shift fast based on market feedback
  • Deep startup experience strongly preferred, ideally as an early engineer at a venture-backed startup. This role rewards builders, not MNC process operators

Bonus

  • Early engineer (employees 1 to 15) at a fast-growing, venture-backed startup
  • Real-time systems (WebSockets), video infrastructure (streaming, transcoding, CDN caching), or AI/LLM API experience
  • Active GitHub, published Flutter packages, or live side projects that show build speed

What we offer

  • Market-rate salary plus meaningful early-stage equity
  • Complete ownership over major pillars of the stack, no micro-management
  • Room to grow into Lead/EM or Staff/Principal as the company scales
  • Flexible setup alongside a small, driven team of builders
Read more
Wama Technology

at Wama Technology

2 candid answers
Faisal Pathan
Posted by Faisal Pathan
Andheri, Mumbai, Thane, Navi Mumbai
6 - 9 yrs
₹8L - ₹11L / yr
skill iconNodeJS (Node.js)
skill iconExpress
NestJS
skill iconAngular (2+)
skill iconAngularJS (1.x)
+6 more

Full-Stack Developer (Angular & Node.js) - Contract-Based


Role Overview: We are looking for a highly skilled Full-Stack Developer to join our team for a high-impact, 6-month contract engagement. This is an onsite, contract-based role based in Andheri, Mumbai. You will be responsible for building, scaling, and maintaining robust web applications, contributing directly to our core product architecture.


Key Responsibilities:

  • Develop and maintain scalable, high-performance web applications using Angular and Node.js.
  • Architect and build modular backend services, secure RESTful APIs, and manage database schemas.
  • Collaborate with the internal product team to deliver new features and optimize existing workflows.
  • Manage complex database query optimization and indexing for high availability.
  • Maintain clean, maintainable, and well-documented code that adheres to industry standards.


Technical Requirements:

  • Experience: 6–8+ years of professional full-stack development experience.
  • Frontend Stack: Strong proficiency with Angular, including component architecture, RxJS, and state management.
  • Backend Stack: Strong backend experience with Node.js (Express/NestJS or similar framework) and robust REST API design.
  • Languages: Solid command of JavaScript and TypeScript across the entire stack.
  • Database & Search: Hands-on experience with PostgreSQL (including schema design and query optimization) and Elasticsearch (indexing, querying, and performance tuning).
  • Devops & Security: Sound understanding of security best practices (especially important in a fintech/PE context), alongside familiarity with Git, CI/CD pipelines, and modern testing practices.
  • Soft Skills: Ability to operate independently in a fast-paced environment and excellent problem-solving skills.


Contract Details:

  • Type: Onsite, Contract-based (6 Months, extendable).
  • Budget: 90k / Months
  • Location: Andheri, Mumbai. (Open exclusively to Mumbai-based candidates as no relocation assistance will be provided).
  • Availability: Immediate joiners preferred.
Read more
Mumbai
4 - 7 yrs
Best in industry
skill iconNodeJS (Node.js)
TypeScript
skill iconExpress
NestJS
Fastify
+7 more

Senior Backend Engineer

Node.js, System Design & Production Platforms

📍 Mumbai (On-site) | Full-time | 5+ years


About the Role:

Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.

We are hiring a Senior Backend Engineer to own the backend architecture of a complex production AI platform on a dedicated client engagement: API design and data modelling, multi-tenancy, orchestration of long-running agent workloads, and the services that manage user projects and generated output.

We are open to full stack engineers whose primary strength and interest is backend. If you have shipped full stack work but the backend is where you do your deepest engineering, you are a fit for this role.

The mandatory requirement for this role is hands-on production experience as a senior backend engineer building complex, scalable systems in Node.js, with end-to-end ownership of architecture, data, and operations on at least one live platform.

The role is hands-on and architectural.

Expect to design system architecture, lead a small group of backend engineers, build the hardest parts yourself, set engineering standards, and partner closely with frontend, AI, and DevOps engineers.

A typical week includes an architecture decision on a new service, hands-on implementation of a critical path, a code review with mid-level engineers, and a working session with the AI engineer on an integration contract.


Responsibilities:

System Architecture

Own the backend architecture across engagements.

Make and document decisions on service boundaries, data models, API contracts, deployment topology, and trade-offs.


Hands-on Backend Delivery

Lead by example on complex modules, performance-critical paths, and high-risk areas using Node.js (Express, NestJS, Fastify) with TypeScript.

Pick up Python (FastAPI) where engagements require it.


Database Design and Performance

Drive PostgreSQL schema design, indexing, query optimisation, migrations, and capacity planning.

Set the data-modelling standard across the pod.


Caching, Queues, and Workflows

Design caching (Redis), event-driven patterns (Kafka, RabbitMQ, SQS, NATS), and long-running workflow orchestration (Temporal, BullMQ, Celery, or equivalent).

Handle retries, idempotency, and failure recovery.


Multi-Tenancy and Platform Patterns

Design and implement multi-tenant data isolation, RBAC, audit logging, and resource quotas appropriate to enterprise-grade products.


API and Integration Design

Set the standard for REST, GraphQL, and gRPC contracts.

Drive versioning, authentication (OAuth, JWT, SSO), security by default, and developer ergonomics.


Observability and Operations

Instrument services with OpenTelemetry, Prometheus, and Grafana.

Define SLOs, lead incident response, and write postmortems.


Code Quality and Mentorship

Run code reviews, define conventions, mentor mid-level engineers, and raise the engineering bar.


AI-Assisted Engineering Discipline

Use Claude, Cursor, and similar tools day to day.

Set the team standard for prompts, patterns, AI-assisted review, and validation of AI-generated backend code.


Client Engagement

Represent Unico Connect in technical conversations with customers.

Defend architectural decisions, communicate trade-offs, and manage scope.


Requirements:

Hands-on Production Experience as a Senior or Lead Backend Engineer in Node.js (Mandatory)

Must have personally built and shipped complex production systems in Node.js, owning architecture, data, and operations on at least one live engagement.

Full stack engineers whose deepest work is on the backend qualify.

POCs and internal tools alone do not qualify.


5+ Years of Professional Backend Engineering Experience

With at least 1 to 2 years in a senior or lead role with direct responsibility for technical decisions and team output.


Deep Node.js and TypeScript Proficiency

Strong with Express, NestJS, or Fastify.

Comfort with async patterns, streams, worker threads, and performance profiling.


Python as a Strong Plus

Hands-on production experience with FastAPI, Django, or Flask is a meaningful advantage.

Willingness and demonstrated ability to pick up Python as engagements demand is required.


PostgreSQL Depth

Schema design, normalisation, indexing, query performance, migrations, and at least one production system where you owned the data model end to end.


Caching and Event-Driven Architecture

Hands-on with Redis (or equivalent) and message queues or event-driven patterns (RabbitMQ, SQS, Kafka, NATS).


AWS Depth

Hands-on production experience with EC2, S3, RDS, IAM, VPC, ECR, and at least one of EKS, ECS, or Lambda.

Comfort owning deployment, monitoring, and cost.


System Design and End-to-End Ownership

Able to take an ambiguous problem, break it into components, evaluate alternatives, produce an architecture that holds up under review and load, plan execution, and ship with limited supervision.


AI-Assisted Engineering Experience

Daily use of Claude, Cursor, Copilot, or equivalent.

Strong discipline for reviewing and validating AI-generated backend code.


Excellent Written and Spoken English

Experience working directly with international clients.

Confident defending architectural choices in writing and in review.


Nice to Have:

  • Workflow orchestration (Temporal, Airflow)
  • GraphQL (Apollo, gRPC)
  • Sandboxed execution environments
  • Multi-tenant SaaS experience
  • OpenTelemetry instrumentation
  • Prior agency or consulting experience
Read more
Bengaluru (Bangalore), Mumbai, Gurugram
8 - 12 yrs
₹45L - ₹65L / yr
skill iconPostgreSQL
OLAP
skill iconPython
Data modeling

SOLARSQUARE  ·  ENGINEERING

Staff Engineer, Data Platform

Team: Data Engineering    ·    Level: Staff (Individual Contributor)    ·    Experience: 8+ years      ·    Full-time

Own the data platform that turns every customer and field interaction into a decision SolarSquare can act on.


About SolarSquare :

At SolarSquare we are building the Home-Energy brand of future India. We help homes switch to rooftop solar and move away from traditional coal electricity. We are a full-stack D2C residential solar brand — designing, installing, maintaining (after-sales), and financing solar systems for home-owners across India.

In a few short years we have scaled to become the leading residential solar brand in India. We are obsessed with quality, customer service, and innovating to make it simple for homes to switch to solar. We are looking for leaders to join us in this mission.

Get to know us

  • SolarSquare - company website
  • Featured by TIME as one of the World’s Top GreenTech Companies of 2025
  • SolarSquare raises $53M Series C led by B Capital (Moneycontrol)
  • India’s rooftop solar market and SolarSquare’s growth (TechCrunch)


About the role :

As a Staff Engineer on Data Platform, you set the technical direction for how we move, model, and serve data across the entire customer lifecycle — from real-time operational streams off thousands of field devices to the analytical layer our leaders and AI systems depend on. You operate at the scope of the platform: ambiguous problems land on your desk, and you turn them into systems the whole org builds on.


What you’ll own :

  • Design and scale the data platform end to end: streaming ingestion, batch pipelines, the analytical warehouse, and a governed self-serve metrics layer.
  • Build real-time operational data streams that power field operations and customer-facing experiences with low latency and high reliability.
  • Own data quality, lineage, and governance — including PII handling — so teams trust the data and never dump it mindlessly.
  • Define a golden metrics layer and the standards, contracts, and tooling that make analytics self-serve across the org.
  • Set the bar on craft: review designs, clear data tech debt every sprint, and mentor engineers across pods.


The Tech you’ll work with :

You’ll work across event streaming (Kafka), PostgreSQL as the system of record, a columnar analytical warehouse for OLAP, Python-based pipelines, and Metabase for self-serve BI — with more workloads moving to real-time and columnar storage as we scale. We’re stack-agnostic for the right person; fundamentals matter more than any one tool.


What we’re looking for :

  • 8+ years building large-scale data systems in production, with deep ownership of at least one major data platform.
  • Strong command of distributed data processing and streaming architectures, plus modern columnar / analytical warehouses.
  • Expert SQL and data modeling; fluency in data quality, lineage, and governance.
  • Proven ability to turn ambiguous business questions into durable data models and reusable platform abstractions.
  • Experience setting technical direction and growing the engineers around you.
  • Customer-obsessed and impact-led: you start from the customer’s pain and judge yourself by the metric your work moves, not the tickets you close.
  • High agency: you don’t wait to be told — you spot problems, pick them up, and own the outcome through to production.
  • Craft over shortcuts: you fix root causes rather than symptoms, clear tech debt as you go, and don’t ship bugs.
  • Bias for speed and simplicity: you build once for reuse, automate the mundane, and let AI draft the first pass so your judgment goes where it matters.
  • Data-driven: you reach for evidence over assumptions and let results guide the next decision.

Bonus points

  • Experience with lakehouse architectures, real-time analytics, or geospatial / IoT-scale data.
  • Exposure to semantic layers and self-serve analytics platforms.
  • Built data platforms that feed ML or AI systems.

Why you’ll love building here

  • Direct ownership of high-impact initiatives with visible customer and business outcomes.
  • An AI-native engineering culture with first-class tooling and internal agents.
  • A high-agency, low-bureaucracy environment where you debate what’s right and ship.
  • A meritocracy where growth and recognition track impact, not tenure.
  • Competitive compensation.
  • A front-row seat to putting clean energy on millions of Indian rooftops.


Read more
Unico Connect Private Limited
Mumbai
4 - 6 yrs
Best in industry
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconPython
skill iconNextJs (Next.js)
TypeScript
+8 more

Tech Lead

Full Stack, Architecture & Client Delivery

📍 Mumbai (On-site) | Full-time | 5-6 years


About the Role:


Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.

We are hiring a Tech Lead who will own the technical direction of full stack engagements, lead a small pod of engineers, and represent Unico Connect directly in front of customers.

The mandatory requirement for this role is hands-on production experience as a senior or lead engineer building full stack web applications with React on the frontend and either Node.js or Python on the backend.


The role is hands-on.

Expect to spend meaningful time on architecture, complex implementation, and code reviews, while also driving delivery, mentoring a pod of 3 to 6 engineers, running client conversations, and contributing to solutioning on new opportunities.

A typical week includes a design review on a new module, a working session with a client product owner, paired implementation on a complex flow, and pre-sales input on an active opportunity.


Responsibilities:


Solutioning and Architecture

Own end-to-end architecture for client engagements: system design, API contracts, data models, integrations, deployment topology, and trade-off analysis.

Document and defend decisions in writing and in client reviews.


Hands-on Full Stack Delivery

Lead by example on complex modules, performance-critical paths, and high-risk areas of the system using React (with Next.js where relevant) and Node.js (Express, NestJS) or Python (FastAPI, Django, Flask).


Database Design and Performance

Drive PostgreSQL schema design, indexing strategy, query optimisation, migrations, and capacity planning.

Set the standard for data modelling across the pod.


Cloud and Infrastructure

Set up and operate production workloads on AWS, GCP, or Azure.

Make and own decisions on compute, storage, networking, CI/CD pipelines, observability, and cost.


Code Quality and Engineering Standards

Run code reviews, define engineering conventions, and raise the quality bar across the team.

Set the standard for testing, linting, branching, release management, and incident response.


Team Leadership and Mentorship

Lead, mentor, and grow a pod of 3 to 6 engineers.

Plan sprints, unblock the team, run retros, and own delivery commitments.


Client Engagement

Act as the primary technical point of contact for the client.

Run technical discussions, present trade-offs, manage scope and risks, and keep stakeholders informed in writing.


Pre-Sales and Solutioning

Partner with sales and account leadership on new opportunities, including discovery calls, effort estimation, architecture diagrams, and solution write-ups.


AI-Assisted Development

Use Claude, Cursor, and similar tools day to day.

Set the standard for the team on prompts, patterns, AI-assisted code review, and where these tools are and are not appropriate.


AI Feature Delivery

Where an engagement calls for it, design and ship LLM-based features into production, including prompt design, retrieval pipelines, evaluation, observability, and guardrails.


Requirements:


Hands-on Full Stack Production Experience as a Senior or Lead Engineer (Mandatory)

Must have personally built and shipped production web applications using React on the frontend and either Node.js or Python on the backend.

POCs, internal tools, and coursework do not qualify.


5 to 6 Years of Professional Software Engineering Experience

Including at least 1 to 2 years in a tech lead, team lead, or senior engineering role with direct responsibility for technical decisions and team output.


Hands-on Cloud Experience on at Least One of AWS, GCP, or Azure

Including deploying and operating production workloads.

Comfort with at least three of: EC2 or equivalent compute, S3 or equivalent object storage, Lambda or serverless functions, RDS or managed databases, CloudFront or equivalent CDN, IAM, VPC.


Strong Proficiency in JavaScript and TypeScript

With React and Next.js (SSR, SSG, app router) on the frontend, and either Node.js (Express, NestJS) or Python (FastAPI, Django, Flask) on the backend.

API design experience across REST and GraphQL.

Willingness and demonstrated ability to pick up the other backend stack as engagements demand.


Production Experience with Docker, Git-Based Workflows, and CI/CD Pipelines

(GitHub Actions, GitLab CI, CircleCI, or equivalent).


Strong PostgreSQL Skills

Schema design, normalisation, indexing, query performance, migrations, and at least one production system where you owned the data model end-to-end.


Caching and Event-Driven Architecture

Hands-on with Redis (or equivalent) for caching and session management, and message queues or event-driven patterns (RabbitMQ, SQS, Kafka, or NATS) for asynchronous workflows.


AI and LLM Feature Delivery in Production

Experience designing and shipping at least one AI feature to production, covering prompt design, retrieval-augmented generation (RAG), embeddings, evaluation, observability, and guardrails.

POCs and demos do not qualify.


System Design Depth and End-to-End Ownership

Able to take an ambiguous problem, break it into components, evaluate alternatives, produce an architecture that holds up under review and load, plan execution, and ship to production with limited supervision.


Excellent Written and Spoken English

Experience working directly with international clients.

Confident, clear, and firm in stakeholder communication.

Comfortable presenting to senior stakeholders, pushing back where needed, and managing expectations across time zones.

Read more
Unico Connect Private Limited
Mumbai
3 - 5 yrs
Best in industry
Xano
skill iconPostgreSQL
RESTful APIs
skill iconNodeJS (Node.js)
skill iconPython
+7 more

Senior Xano Developer

Visual Backend Development, APIs & AI-Assisted Build

📍 Mumbai (On-site) | Full-time | 3-5 years


About the Role:

Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.

We are hiring a Xano Developer who will build backend systems and APIs for our customer engagements on Xano, the visual backend development platform.

The mandatory requirement for this role is hands-on production backend engineering experience, including PostgreSQL data modelling and REST API design, in either a Node.js or Python environment.

Prior production work on Xano is strongly preferred.

The role is hands-on and customer-facing. You will own backend delivery across engagements: designing data models, building API flows in Xano, integrating third-party services, and partnering with frontend, mobile, and AI engineers on contracts and behaviour.

The work spans all three Xano build modes: no-code function stacks, custom code through Xano’s scripting and code blocks, and Xano’s AI assistance and agentic features.

A typical week includes a data model review for a new engagement, building a complex API flow in Xano, integrating a third-party webhook, and a customer working session on a new module.


Responsibilities:


Backend Delivery on Xano

Own end-to-end backend implementation on Xano: database schema, API endpoints, function stacks, background tasks, and integrations.

Ship production-ready work that meets customer requirements and engineering quality standards.


Build Across All Three Xano Modes

Use Xano’s no-code function stacks for standard CRUD and business logic.

Drop into custom code (JavaScript, Python through code blocks, expressions) where visual flows would be unwieldy.

Use Xano’s AI assistance and agentic features to accelerate routine build work.


Database Design on PostgreSQL

Own data model decisions for each engagement: table design, relationships, indexes, addons, and query performance.

Make schema choices that hold up as product usage grows and that map cleanly to the API contracts the client needs.


API Design and Integration

Design clean REST API contracts that the frontend, mobile, and third-party consumers can rely on.

Cover authentication, input validation, pagination, error handling, and rate limiting.

Integrate external services (payment gateways, messaging, storage, AI providers) through Xano’s connectors and custom requests.


Product Thinking and Solutioning

Translate fuzzy product asks from customers into concrete backend solutions.

Ask the right questions about edge cases, data lifecycle, multi-tenancy, and access control before building.

Push back on requirements that will cause pain later.


Customer Communication

Work directly with customers in discovery, design reviews, demos, and weekly working sessions.

Explain trade-offs in plain language, present options with clear recommendations, and write tight technical updates.


AI-Assisted Backend Development

Use Xano’s built-in AI features as well as external AI tools (Claude, Cursor, and similar) day to day for schema drafts, function stack scaffolding, query writing, integration setup, and review.

Develop strong instincts for when AI output is usable as-is and when it must be reworked.


Quality, Testing, and Reliability

Test the flows you ship.

Set up sensible error handling, logging, and alerts for the backend services you own.

Participate in incident response when something breaks in production.


Documentation and Handover

Document data models, API contracts, and non-obvious decisions inside Xano and in shared docs so the rest of the team and the customer can pick up the work without you in the room.


Continuous Learning

Track changes to the Xano platform, including new features, performance improvements, and AI capabilities.

Apply them to active engagements where they reduce build effort or improve product outcomes.


Requirements:


Hands-on Production Backend Engineering Experience (Mandatory)

Must have personally shipped backend systems to production for real users, with ownership of API design and data modelling.

POCs, coursework, and internal-only tools do not qualify.


3 to 5 Years of Professional Backend Engineering Experience

In either a Node.js or Python environment.

Candidates with slightly less time but strong demonstrated ownership are welcome to apply.


Strong PostgreSQL Skills

Schema design, indexing, query writing, and migrations on at least one production system.

Able to reason about query performance and design data models that hold up under realistic product usage.


REST API Design and Integration Depth

Comfort designing API contracts that are clean, predictable, and easy for frontend, mobile, and third-party consumers to work with.

Experience integrating external services such as payment gateways, messaging providers, storage, and AI APIs.


Familiarity with at Least One Node.js or Python Backend Stack

Such as Express, NestJS, Fastify, FastAPI, Django, or Flask.

Comfort reading and writing application code outside of visual environments when the situation calls for it.


Product Thinking and Solutioning

Ability to take a fuzzy product brief, ask the right questions, and propose a backend design that is fit for purpose.

Strong instincts for what to build first, what to defer, and what not to build.


Strong Written and Spoken English Communication

Confident in customer working sessions and design reviews.

Comfortable writing precise technical documentation and explaining trade-offs to non-engineering stakeholders.


Cloud and Deployment Fundamentals

Working knowledge of at least one of AWS, GCP, or Azure: deploying services, reading logs, managing environments, and basic operational tasks.

Familiarity with Docker is a plus.


Bachelor’s Degree

Bachelor’s degree in Computer Science, Information Technology, or a related engineering discipline.

Exceptional candidates with demonstrable production experience and strong portfolios may be considered without a formal degree.


Nice to Have

  • Prior production experience on Xano, Bubble, Retool, or comparable visual or low-code backend platforms
  • Full stack experience with React, Next.js, React Native, or Flutter
  • Experience integrating LLM APIs (OpenAI, Anthropic, Google) into backend workflows
  • Multi-tenant SaaS product experience
  • Prior agency, consulting, or product-engineering experience
Read more
Mumbai
3 - 6 yrs
Best in industry
skill iconNodeJS (Node.js)
skill iconReact.js
TypeScript
skill iconJavascript
skill iconExpress
+6 more

Full Stack Support Engineer

Node.js, React & Production Application Support

📍 Remote | Full-time | Night Shift | 3+ Years


About the Role

Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies.

We are hiring a Full Stack Support Engineer who will own day-to-day application support for a live customer product built on Node.js and React, working a fixed night shift aligned to North American business hours.

The mandatory requirements for this role are prior professional experience working a night shift, and the willingness to continue working a permanent night shift, Monday through Friday, approximately 7:00 PM to 4:30 AM IST, with on-call support coverage on weekends.

The role is fully remote.

The work is hands-on across the stack: triaging issues from monitoring alerts and customer tickets, performing root cause analysis, shipping bug fixes, applying minor framework and library updates, and communicating with the customer directly during the shift.

When there is no active support work, the engineer will contribute to other development projects within the company, so consistent productive output across the shift is expected.


Responsibilities:


Incident Response and SLA Adherence

Acknowledge and act on alerts and customer-raised tickets within the SLA window.

Critical incidents require response within 1 hour and best-effort resolution within 2 to 4 hours.

P1 issues require response within 2 to 4 hours and resolution within 1 business day.

P2 and P3 issues follow the documented SLA matrix.


Bug Fixes and Production Support

Investigate and resolve defects in previously built functionality across the customer-facing portal, internal portal, backend services, and third-party integrations.

Write clean fixes with appropriate tests and documentation.


Monitoring and Proactive Triage

Operate the application and infrastructure monitoring stack.

Investigate anomalies before they become incidents.

Tune alerts to reduce noise and improve signal.


Customer Communication During the Shift

Communicate directly with the customer in English during incidents and routine support, in writing and on calls.

Set clear expectations on status, root cause, and timeline.

Close the loop after resolution.


Minor Framework and Dependency Updates

Apply minor version upgrades to operating systems, frameworks, and libraries to maintain compatibility and security.

Test rigorously before promoting to production.


Hands-On Development Across the Stack

Work in the existing Node.js (Express, NestJS) backend and React frontend codebase.

Make focused changes that respect the existing architecture and patterns.


Contribution to Other Development Projects

When the support workload is light, contribute to other active development projects within Unico Connect.

Pick up well-scoped tasks, ship them to the team’s quality standard, and remain available to drop back into support work as soon as it is needed.


Root Cause Analysis and Write-Ups

For every meaningful incident, document the cause, the fix, the customer impact, and any follow-up actions to prevent recurrence.


Weekend On-Call Coverage

Provide on-call support coverage on weekends.

Respond to alerts and customer tickets within the defined SLA window.


AI-Assisted Support Workflows

Use Claude, Cursor, and similar tools day to day for triage, log analysis, code reading, and patch drafting.

Apply judgment on when to trust AI-generated output and when to verify.


Handover Discipline

Maintain clean shift handover notes for the day-shift team.

Track open issues, in-progress investigations, and customer commitments so nothing drops between shifts.


Requirements:


Prior Professional Night-Shift Experience (Mandatory)

Candidates must have worked a permanent night shift in a prior professional role for a meaningful period of time.

Adjacent late-evening shifts or occasional on-call do not qualify.


Willingness to Work a Permanent Night Shift Aligned to North American Business Hours, with On-Call Support Coverage on Weekends (Mandatory)

The shift is Monday to Friday, approximately 7:00 PM to 4:30 AM IST.

Candidates who cannot commit to night-shift hours on an ongoing basis should not apply.


3+ Years of Professional Full Stack Engineering Experience

With hands-on production work in both Node.js and React.


Strong JavaScript and TypeScript Proficiency

With React on the frontend and Node.js (Express, NestJS) on the backend.

API design experience with REST.

Comfortable reading and modifying an existing production codebase without breaking adjacent functionality.


Production Debugging and Incident Response Instincts

Ability to read logs, traces, and metrics to isolate a problem quickly.

Comfort triaging across application code, database queries, third-party API failures, and infrastructure.


Working Experience with Relational Databases

(PostgreSQL or MySQL), including reading and writing SQL, basic schema understanding, and the ability to investigate data-related incidents.


Familiarity with Cloud Infrastructure

On AWS, GCP, or Azure, at the level of reading logs, restarting services, deploying through CI/CD pipelines, and basic operational tasks.


Working Knowledge of Git, CI/CD Pipelines, and Monitoring Tools

At least one monitoring or observability tool (Datadog, New Relic, Sentry, CloudWatch, Grafana, or equivalent).


Strong Written and Spoken English Communication

This role involves direct customer interaction during the shift.

Calm, clear, professional communication in writing and on calls is non-negotiable.


Bachelor’s Degree

Bachelor’s degree in Computer Science, Information Technology, or a related engineering discipline.

Exceptional candidates with demonstrable production experience and strong portfolios may be considered without a formal degree.


Alertness, Judgment, and Ownership Mindset

Night-shift support work demands self-direction, attention to detail under low-supervision conditions, and the discipline to follow process when fatigued.


Nice to Have

  • Prior experience in application support, AMC, or managed services engagements
  • On-call experience with documented SLAs
  • Experience with feature flag tools, error tracking platforms, or APM dashboards
  • Exposure to AI-assisted development tools in a support context


Read more
Unico Connect Private Limited
Mumbai
3 - 5 yrs
Best in industry
skill iconNodeJS (Node.js)
TypeScript
skill iconPostgreSQL
skill iconRedis
API
+4 more

About the Role

Unico Connect is an AI-first technology partner that builds custom mobile, web, and AI products for clients across multiple geographies. We are hiring a Backend Engineer for a dedicated client engagement building an AI-powered application builder platform.

The backend is the operational core of the product: it manages user projects and sessions, coordinates long-running AI agent workloads, maintains project state, and serves as the integration layer between the frontend, the AI system, and the underlying infrastructure.

The mandatory requirement is hands-on production experience shipping Node.js services, with end-to-end ownership of API design, data modelling, and at least one production system involving background job processing or event-driven patterns.


Responsibilities

API and service development: Design and build REST APIs in Node.js with TypeScript. Cover authentication, session management, input validation, structured error handling, streaming responses (SSE, WebSockets), and rate limiting. Maintain clean API contracts that the frontend and AI system can rely on.

Database design and management: Own PostgreSQL schema design for product domains including user accounts, projects, file trees, session state, and generated artefacts. Write efficient queries, manage migrations, and optimise for read patterns that serve a real-time editor experience.

Caching strategy: Implement and maintain caching with Redis for session data, project state, and frequently read configuration. Design cache invalidation logic that keeps the editor experience consistent without stale reads.

Queue and background job management: Implement and operate background job infrastructure using BullMQ or equivalent. AI agent runs are long-running and stateful; handle retries, failure states, priority queues, and concurrency limits.

AI system integration: Build the integration layer between the backend and the AI agent system. Manage job dispatch, result handling, streaming output to the frontend, and error propagation.

Multi-tenancy and access control: Implement tenant data isolation, RBAC, and resource ownership enforcement across all API surfaces.

Observability and reliability: Instrument services with structured logging, metrics, and tracing. Write defensive code with sensible timeouts, fallback behaviour, and circuit breaking on external dependencies.

Testing and code quality: Write unit and integration tests for the services you ship. Review the work of peers and contribute to shared engineering conventions.


Requirements

Hands-on production Node.js experience (mandatory) — must have personally shipped at least one feature area end to end in a production Node.js service, owning API design, data modelling, and testing.

3 to 5 years of professional backend engineering experience. Candidates with slightly less time but strong demonstrated ownership are welcome to apply.

Strong Node.js and TypeScript. Production experience with Express, NestJS, or Fastify. Solid with async patterns, streaming, error handling, and building services that run reliably under sustained load.

PostgreSQL depth. Schema design, query writing, indexing, and migrations on at least one production system.

Redis and caching. Production experience using Redis for caching and session management. Understands cache invalidation trade-offs.

Queue and background job systems. Hands-on with BullMQ, RabbitMQ, SQS, or equivalent. Experience managing retries, dead-letter queues, job priority, and concurrency control.

AWS working knowledge. Comfortable with EC2, S3, RDS, SQS, and IAM. Familiar with Docker and basic deployment and environment management.

Strong written and spoken English. Able to communicate clearly with engineers across disciplines and write precise technical documentation.


Nice to Have

Experience integrating with AI or LLM services (streaming responses, structured outputs, retry patterns); WebSocket or SSE implementation for real-time features; multi-tenant SaaS product experience; GraphQL; OpenTelemetry instrumentation; prior work on developer tools or editor-style products.

Read more
DoubleTick

at DoubleTick

2 candid answers
1 product
ApportSoftware SolutionsPL
Posted by ApportSoftware SolutionsPL
Mumbai
5 - 10 yrs
₹40L - ₹60L / yr
skill iconNodeJS (Node.js)
skill iconPostgreSQL

Job Title: Lead Backend Engineer


Company: DoubleTick.io (Conversational CRM powered by Meta WhatsApp's API)

Location: Mumbai (on-site)



About the Role

We're looking for a hands-on QA leader to own quality across our products. You'll set the QA strategy, build and scale our automation and testing infrastructure, and lead a growing team — while staying close enough to the work to dig into a tricky bug yourself. This is a high-ownership role for someone who wants to define how quality is done, not just execute test cases.


Key Responsibilities

  • Lead and mentor a team of 5-6 backend engineers, ensuring high-quality code delivery, adherence to best practices, and timely project completion.
  • Hands-on development using TypeScript, Node.Js, and NestJs to build robust and scalable backend systems.
  • Proficient in managing databases PostgreSQL and MongoDB. Implement efficient data storage and retrieval strategies.
  • Expertise in Elasticsearch
  • Work with Neptune and Gremlin to handle complex data structures and relationships.
  • Conduct code reviews, enforce coding standards, and maintain high-quality software.
  • Work closely with frontend teams, designers, and product managers to ensure seamless integration and alignment with business goals.
  • Plan, track, and report on project progress. Manage resources effectively to meet deadlines.


Required Skills and Qualifications

  • Bachelor’s degree in Computer Science or related field.
  • Minimum 5 years of experience in backend development.
  • Strong proficiency in Node.Js, PostgreSQL and JavaScript
  • Strong experience in architecture and database design.
  • Proven experience leading a team of engineers.
  • Excellent problem-solving skills and attention to detail.
  • Proven experience in scaling backend.
  • Strong communication and collaboration skills.
  • Experience in a fast-paced, agile environment.
  • Prior experience in a similar lead role.


Good to have

  • Experience with Gremlin, Neptune, MongoDB, Elasticsearch, TypeScript, and BigQuery
  • Familiarity with AWS and its cloud-based services


What We Offer

  • Competitive salary and benefits package.
  • A dynamic and inclusive work environment.
  • Opportunities for professional growth and development.
  • A chance to work on cutting-edge technologies.


About Us:

DoubleTick is a mobile-first conversational CRM built on the official WhatsApp Business API, designed to unlock WhatsApp-led sales, marketing, and customer engagement at scale.It enables businesses to manage conversations through a centralized team inbox, automate workflows with chatbots and bot studio, and drive growth via bulk broadcasting and analytics. With features like WhatsApp Calling, commerce & cataloging, and role-based access, DoubleTick helps teams streamline operations and improve conversion efficiency.

Backed by Info Edge Ventures and BeeNext, the platform serves 10,000+ businesses across India and UAE in 100+ industries. Leading brands such as MakeMyTrip, Royal Enfield, CoinDCX, Tarun Tahiliani, Times Media, GRT Jewellers, Malabar Gold and Diamonds, Jaro Education, Sabyasachi, and DarGlobal trust DoubleTick to power their customer conversations. 

Read more
Wama Technology

at Wama Technology

2 candid answers
Faisal Pathan
Posted by Faisal Pathan
Borivali, Mumbai
0 - 1 yrs
₹10000 - ₹15000 / mo
skill iconPython
skill iconDjango
skill iconReact.js
SQL
MySQL
+8 more

Job Title: Agentic AI Intern (Full-Stack)

Location: Borivali, Mumbai (Onsite)

Position Type: Summer Internship


Job Overview

We are seeking a highly motivated and technically proficient Agentic AI Intern with a strong foundation in full-stack development. In this role, you will work at the intersection of modern web development and cutting-edge Artificial Intelligence, designing autonomous AI agents and integrating AI capabilities into robust applications. The ideal candidate is adaptable, language-agnostic, and eager to leverage modern AI tools to accelerate development velocity.


Key Responsibilities

  • AI Agent Development: Assist in designing, building, and deploying autonomous AI agents and workflows.
  • Full-Stack Development: Support backend architecture design and frontend interface development across various modern stacks.
  • API & Tool Integration: Connect external LLM APIs and manage database configurations.
  • Workflow Automation: Actively integrate modern AI-assisted development tools (such as Cursor, Windsurf, or GitHub Copilot) into your daily coding workflow.
  • Technical Collaboration: Collaborate with the technical team to build prototypes and maintain clean, documented code.


Technical Requirements

  • Backend Ecosystems: Solid foundational knowledge in backend development, with a primary preference for Python or Node.js.
  • Frontend Frameworks: Competency in building modern user interfaces (experience with React, Next.js, or similar frontend technologies).
  • Adaptability & Emerging Tech: High adaptability and a strong willingness or curiosity to work with high-performance ecosystems like Go, Rust, or other modern stacks as project demands evolve.
  • AI Tooling & APIs: Familiarity with utilizing AI APIs and developing within modern AI-first IDEs.


Eligibility & Location Criteria

  • Education: Open to current final-year students (looking for a Summer Internship) and recent graduates in CS, IT, or related engineering disciplines.
  • Geographic Requirement: Candidates must reside along the Western Line within a 25km radius of Borivali to ensure a sustainable daily onsite commute.
  • Competencies: A strong problem-solving mindset, a self-driven approach to learning new technologies quickly, and clear technical communication skills.
Read more
Wama Technology

at Wama Technology

2 candid answers
Faisal Pathan
Posted by Faisal Pathan
Borivali, Mumbai
2 - 6 yrs
₹3L - ₹6L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
MySQL
skill iconRedis
+9 more

Title: Sr. Python Developer (Full-Stack & AI)

Location: Onsite – Mumbai, Maharashtra (Western Line)

Experience: 2 - 5+ years

Pay: ₹400,000.00 - ₹600,000.00 per year

Joining: Immediate


About the Role

We are building AI products for enterprise use and need a Senior Python Developer for our core team. You will be responsible for the full-stack architecture—designing both the backend and frontend. We want someone who works smart by using AI tools to build fast, but also has great skills to code manually when the logic is complex or needs high precision.


Key Responsibilities

  • Build and maintain full-stack applications using Python and Django.
  • Use AI-powered IDEs and development tools as your primary method to ship code quickly.
  • Perform manual coding and deep debugging for complex logic that AI cannot handle alone.
  • Collaborate with AI/ML teams to put machine learning models into production.
  • Design how the entire system (frontend, backend, and database) works together.
  • Optimize the application for speed, security, and reliability.
  • Participate in technical discussions and help make architecture decisions.


Required Skills & Experience

  • Minimum 5 years of professional Python development experience.
  • Strong expertise in Django (Primary) and experience with FastAPI or Flask.
  • Full-stack capability: Ability to design and build both the frontend and backend.
  • Modern Tooling: High proficiency in using AI-powered IDEs and AI dev-agents to speed up your workflow.
  • Manual Coding: Strong ability to write clean, manual code for complex backend logic.
  • Solid understanding of databases like PostgreSQL, MySQL, or Redis.
  • Familiarity with Cloud platforms (AWS/Azure/GCP) and Docker.
  • Experience or strong interest in AI/ML pipeline integration.


Good to Have

  • Experience with React or Next.js for the frontend.
  • Exposure to message brokers like RabbitMQ or Kafka.
  • Knowledge of Vector databases or RAG pipelines.
  • Experience with CI/CD and basic DevOps.


Experience:

  • Total: 3 years (Required)
  • Python/Django: 3 years (Required)


Work Location: In person (Borivali, Mumbai)

Read more
Bengaluru (Bangalore), Mumbai, Delhi, Gurugram, Noida, Ghaziabad, Faridabad, Pune, Hyderabad, Chennai, Ahmedabad
4 - 6 yrs
₹8L - ₹15L / yr
ASP.NET
.net core
mvc
skill iconC#
SQL
+13 more

Position: Microsoft .NET Full Stack Developer

Experience: 4–6 Years

Open Positions: 10

Location: PAN India (Final Round – Face-to-Face Interview)

Budget: Up to 15 LPA

Notice Period: Immediate joiners preferred

Key Responsibilities:

· Work on highly distributed and scalable system architecture

· Design, develop, test, and maintain high-quality software solutions

· Ensure performance, security, and maintainability of applications

· Collaborate with cross-functional teams and stakeholders

· Perform system testing and resolve technical issues


Required Skills:

· Strong experience in ASP.NET, C#, .NET Core, MVC

· Hands-on experience with SQL Server / PostgreSQL

· Experience in Angular / React (Frontend technologies)

· Knowledge of microservices architecture & RESTful APIs

· Familiarity with CQRS pattern

· Exposure to AWS / Docker / Kubernetes

· Experience with CI/CD pipelines (Azure DevOps, Jenkins)

· Knowledge of Node.js is an added advantage

· Understanding of Agile methodology

· Good exposure to cybersecurity and compliance


Technology Stack:

· Microsoft .NET technologies (primary)

· Cloud platforms: AWS (SaaS/PaaS/IaaS)

· Databases: MSSQL, MongoDB, PostgreSQL

· Caching: Redis, Memcached

· Messaging queues: RabbitMQ, Kafka, SQS

 

Read more
LearnTube.ai

at LearnTube.ai

2 candid answers
Soham Purandare
Posted by Soham Purandare
Remote, Mumbai
3 - 6 yrs
₹18L - ₹32L / yr
FastAPI
skill iconMongoDB
skill iconPython
skill iconDocker
SQL
+5 more

Required Core Tech Stack:

We're looking for engineers with hands-on experience across most of the following technologies:

  • Python Backend Development (3+ years)
  • FastAPI (2+ years of production experience required)
  • PostgreSQL
  • MongoDB
  • Redis
  • Docker
  • Celery or equivalent async task queues
  • REST APIs & Microservices
  • AWS/GCP
  • GitLab CI/CD


The selected Sr. Backend engineer will ship the backbone that powers 4 million + learners in 64 countries—owning APIs that crunch 1 billion learning events & the AI that supports it with <200 ms latency.


What You'll Do:

At LearnTube, we’re pushing the boundaries to revolutionize how the world learns. As a Senior Backend Engineer, your roles and responsibilities will include:

  • Shipping Micro-services – Build FastAPI services that handle ≈ 800 req/s today and will triple within a year (sub-200 ms p95).
  • Power Real-Time Learning – Drive the quiz-scoring & AI-tutor engines that crunch millions of events daily.
  • Design for Scale & Safety – Model data (Postgres, Mongo, Redis, SQS) and craft modular, secure back-end components from scratch.
  • Deploy Globally – Roll out Dockerised services behind NGINX on AWS (EC2, S3, SQS) and GCP (GKE) via Kubernetes.
  • Automate Releases – GitLab CI/CD + blue-green / canary = multiple safe prod deploys each week.
  • Own Reliability – Instrument with Prometheus / Grafana, chase 99.9 % uptime, trim infra spend.
  • Expose Gen-AI at Scale – Publish LLM inference & vector-search endpoints in partnership with the AI team.
  • Ship Fast, Learn Fast – Work with founders, PMs, and designers in weekly ship rooms; take a feature from Figma to prod in < 2 weeks.


What makes you a great fit?

Must-Haves (Applicants without these skills are unlikely to move forward):

  • 3+ yrs Python back-end experience (FastAPI)
  • Strong with Docker & container orchestration
  • Hands-on with GitLab CI/CD, AWS (EC2, S3, SQS) or GCP (GKE / Compute) in production
  • SQL/NoSQL (Postgres, MongoDB) + You’ve built systems from scratch & have solid system-design fundamentals

Nice-to-Haves

  • k8s at scale, Terraform,
  • Experience with AI/ML inference services (LLMs, vector DBs)
  • Observability: Prometheus, Grafana, OpenTelemetry


Why LearnTube?

  • Build AI products at global scale – Your work will power learning experiences for 4M+ learners across 64 countries.
  • Work directly with experienced founders – Collaborate closely with founders who are deeply involved in product and engineering decisions, giving you ownership and a direct impact on the product roadmap.
  • Learn fast – Join a high-performing team where you'll own features end-to-end and solve challenging backend and distributed systems problems.
  • Recognized AI startup – LearnTube is a Google Top 20 AI Startup and part of Google's AI First Startup Accelerator, with access to cutting-edge AI technology and mentorship.


Why Work With Us? 


At LearnTube, we believe in creating a work environment that’s as transformative as the products we build. Here’s why this role is an incredible opportunity:

  • Cutting-Edge Technology: You’ll work on state-of-the-art generative AI applications, leveraging the latest advancements in LLMs, multimodal AI, and real-time systems.
  • Autonomy and Ownership: Experience unparalleled flexibility and independence in a role where you’ll own high-impact projects from ideation to deployment.
  • Rapid Growth: Accelerate your career by working on impactful projects that pack three years of learning and growth into one.
  • Founder and Advisor Access: Collaborate directly with founders and industry experts, including the CTO of Inflection AI, to build transformative solutions.
  • Team Culture: Join a close-knit team of high-performing engineers and innovators, where every voice matters, and Monday morning meetings are something to look forward to.
  • Mission-Driven Impact: Be part of a company that’s redefining education for millions of learners and making AI accessible to everyone.
Read more
Mumbai, Pune, Bengaluru (Bangalore), Hyderabad, Delhi, Gurugram, Noida, Chennai, Ahmedabad
4 - 8 yrs
₹8L - ₹12L / yr
ASP.NET
.NET Core
MVC
skill iconC#
SQL server
+22 more

Key Responsibilities:

• Work on highly distributed and scalable system architecture

• Design, develop, test, and maintain high-quality software solutions

• Ensure performance, security, and maintainability of applications

• Collaborate with cross-functional teams and stakeholders

• Perform system testing and resolve technical issues

Required Skills:

• Strong experience in ASP.NET, C#, .NET Core, MVC

• Hands-on experience with SQL Server / PostgreSQL

• Experience in Angular / React (Frontend technologies)

• Knowledge of microservices architecture & RESTful APIs

• Familiarity with CQRS pattern

• Exposure to AWS / Docker / Kubernetes

• Experience with CI/CD pipelines (Azure DevOps, Jenkins)

• Knowledge of Node.js is an added advantage

• Understanding of Agile methodology

• Good exposure to cybersecurity and compliance

Technology Stack:

• Microsoft .NET technologies (primary)

• Cloud platforms: AWS (SaaS/PaaS/IaaS)

• Databases: MSSQL, MongoDB, PostgreSQL

• Caching: Redis, Memcached

• Messaging queues: RabbitMQ, Kafka, SQS


Read more
Searce Inc

at Searce Inc

3 recruiters
Reena Bandekar
Posted by Reena Bandekar
Mumbai, Pune
4 - 9 yrs
₹15L - ₹28L / yr
skill iconPostgreSQL
MySQL
DBA
Performance tuning

Description :


Key Responsibilities :


Primary Database Expertise :


1. One resource should have PostgreSQL as their primary database expertise.

2. One resource should have MySQL as their primary database expertise.

3. One resource should have either PostgreSQL or MySQL as their primary database expertise.


Secondary Database Skills :


- Proficiency in other databases such as MongoDB, MSSQL, ElasticSearch, Oracle, and Redis is a plus.


- Hands-on experience with databases in cloud environments, including GCP, AWS, or Azure, is a must.


- Familiarity with database migrations on GCP, AWS, or Azure cloud platforms is advantageous.


Qualifications and Skills :


- Minimum of 4 years of hands-on experience with MySQL, PostgreSQL, and MSSQL databases.


- Strong logical thinking skills to analyze and solve complex database-related issues.


- Excellent communication and articulation abilities, with the capacity to interact effectively with both technical and non-technical stakeholders.


- Proficiency in handling customer calls and addressing their database-related queries and concerns.


- Experience in one of the following primary databases : PostgreSQL, MySQL.


- Knowledge of secondary databases like MongoDB, MSSQL, ElasticSearch, Oracle, and Redis is a plus.


- Prior experience with database administration in GCP, AWS, or Azure cloud environments.


- Familiarity with database migration processes on cloud platforms is a beneficial skill.


This role offers an opportunity to work with diverse database technologies and cloud platforms, making it an ideal position for a skilled Senior DBA who enjoys a dynamic and challenging environment. If you have a strong database background and are looking to take your career to the next level, we encourage you to apply.

Read more
Searce Inc

at Searce Inc

3 recruiters
Akanksha Verma
Posted by Akanksha Verma
Pune, Mumbai
4 - 8 yrs
Best in industry
MySQL DBA
skill iconPostgreSQL
skill iconAmazon Web Services (AWS)
Performance tuning
Relational Database (RDBMS)
+1 more


Role Overview:

As a Database Administrator, you will be responsible for the full lifecycle management of our MySQL or PostgreSQL database systems. This includes installation, configuration, performance tuning, security implementation, backup and recovery, and proactive monitoring. You will ensure the reliability, availability, and security of our database infrastructure, supporting our internal operations and client projects.


Job Responsibilities


  • Installation and configuration of database software across diverse operating systems.
  • Designing efficient physical database models derived from logical designs and application specifications, along with configuring database servers according to best practices and workload requirements.
  • Establishing and implementing robust backup and recovery strategies tailored to data volatility and application availability needs.
  • Implementing comprehensive security measures at the OS, database, and network levels to ensure authorized data access and maintain a rigorous security infrastructure with auditing capabilities for compliance.
  • Fine-tuning hardware/VM resources for optimal database performance.
  • Proactive monitoring of the database environment, including performance optimization through adjustments to data structures, SQL, application logic, or the DBMS subsystem.
  • Configuration and implementation of database replication technologies (e.g., Master-Slave, Master-Master, Log Shipping, Mirroring, Always On).
  • Automation of routine DBA tasks utilizing scripting languages such as Shell, PowerShell, Python, or GO.
  • Proficiency in writing general SQL queries.
  • Setting up comprehensive monitoring solutions for databases (OS and database levels) using custom scripts or third-party monitoring tools.
  • Basic Cloud platform knowledge (AWS/GCP/Azure)


Qualification


Experienced DBA (4-8 years) with deep expertise in MySQL or PostgreSQL architecture, configuration, and management.

Proficient in SQL, backup/recovery, security implementation, performance tuning, and replication for both systems.

Skilled in scripting (e.g., Shell, Python) and Linux, possessing strong problem-solving, communication, and teamwork abilities with a proactive approach.

A relevant Bachelor's degree in Computer Science, Information Technology, or a related field.


We identify better ways of doing things.

Solver? Absolutely. But not the usual kind. We are searching for the architects of the

audacious & the pioneers of the possible. If you are the type to dismantle assumptions,

re-engineer ‘best practices,’ and build solutions that make the future possible NOW,

then you are speaking our language.

➔ Improver. Solver. Futurist.

➔ Great sense of humor.

➔ ‘Possible. It is.’ Mindset.

➔ Compassionate collaborator. Bold experimenter. Tireless iterator.

➔ Natural creativity that doesn’t just challenge the norm, but solves to design what’s better.

➔ Thinks in systems. Solves at scale.

This Isn’t for Everyone. But if you’re the kind who questions why things are done a

certain way—and then identifies 3 better ways to do it — we’d love to chat with you.

Read more
Mumbai, Malad
6 - 9 yrs
₹10L - ₹15L / yr
skill iconSpring Boot
skill iconJava
RESTful APIs
skill iconPostgreSQL

We are looking for a Senior Java Developer to join our core technology team and lead backend development for

our SaaS-based fleet management platform. You will work closely with the leadership team to design, build, and

scale robust backend systems that power our products.

• Design and develop scalable REST APIs and backend services using Java Spring Boot

• Own the database architecture and query optimization on PostgreSQL

• Collaborate with frontend and mobile developers to deliver integrated product features

• Ensure code quality through reviews, documentation, and best practices

• Contribute to architecture decisions and technical roadmap discussions

• Work directly with the founding team in a fast-paced, high-ownership environment

Read more
RJ Fintech Solutions Pvt Ltd
Mumbai
1 - 5 yrs
₹4L - ₹10L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconExpress
skill iconPostgreSQL
API

Role Overview

We are looking for a Senior Full Stack Developer to build and scale our fintech platform. You will own the entire lifecycle of our financial products, from designing high-performance relational schemas in PostgreSQL to building interactive dashboards in React.


Key Responsibilities

• Full Stack Development: Build and maintain end-to-end features using the PERN stack

(PostgreSQL, Express.js, React, Node.js).

• Database Optimization: Design complex relational models and optimize SQL queries to

handle high-volume financial data and audit trails.

• Security & Compliance: Implement rigorous security measures (e.g., JWT, OAuth, data

encryption) and ensure the platform adheres to fintech standards like PCI-DSS.

• API Architecture: Develop robust RESTful APIs to integrate with third-party banking APIs,

payment processors (Stripe/Plaid), and KYC providers.


Technical Requirements

• Front-end: Advanced proficiency in React.js (Hooks, Context API, Redux or TanStack Query)

and modern CSS (Tailwind/Styled Components).

• Back-end: Expert-level Node.js and Express.js experience, with a focus on asynchronous

programming and secure API design.

• Database: Deep knowledge of PostgreSQL (complex joins, indexing, triggers, and

migrations).


Additional skills

• Understanding of Event-Driven Architecture (using AWS SQS/SNS or Kafka).

• Familiarity with SOC2 or ISO 27001 compliance frameworks.

• Cloud (AWS): Proven experience with:

  • RDS/Aurora for managed databases.
  • IAM for secure access management.
  • AWS Lambda & API Gateway for serverless architecture.
  • CloudWatch for monitoring and alerting.

• Tools: Git, Docker, and experience with CI/CD workflows.



About US

RJ Fintech Solutions Pvt. Ltd. is a high-growth fintech startup on a mission to automate business financial operations. In a world where financial systems are often slow and opaque, we are building the "missing link"—a secure, transparent, and lightning-fast platform that puts banking and compliance first for various corporates.

We are not just another financial app; we are an engineering-first company. We believe that elegant code and robust architecture are the foundations of trust. By leveraging the PERN stack and AWS cloud-native infrastructure, we are replacing legacy complexity with modern, scalable solutions.



Why Work With Us?

1. Build the Foundation, Not Just Features

You won't be a small cog in a massive machine. As an early member of our engineering team, you will help define our technical architecture, choose our libraries, and set the coding standards for everyone who follows. Your fingerprints will be on the core DNA of our product.

2. Solve Problems That Matter

Fintech is one of the few industries where code has a direct, measurable impact on people's lives.

Whether we are [e.g., simplifying cross-border payments, democratizing investment, or building the next generation of credit], you will be solving high-stakes challenges around security, trust, and financial inclusion.

Read more
Mumbai
4 - 10 yrs
₹12L - ₹24L / yr
skill iconNodeJS (Node.js)
skill iconAmazon Web Services (AWS)
skill iconMongoDB
skill iconPostgreSQL
NOSQL Databases
+3 more

Job Title : Senior Backend Developer (Node.js + AWS + MongoDB)

Experience : 4+ Years

Location : Andheri, Mumbai (Work From Office)


About the Role :

We are looking for a highly skilled Senior Backend Developer with strong expertise in Node.js (NestJS), AWS, and MongoDB to join our growing engineering team.

This role requires someone who takes ownership, is proactive, and enjoys building scalable, high-performance backend systems in a fast-paced environment.


Key Responsibilities :

  • Architect, design, and develop scalable backend services using Node.js (NestJS).
  • Design and manage cloud infrastructure on AWS Services (EC2, ECS, RDS, Lambda, etc.).
  • Develop and maintain high-performance database solutions using MongoDB.
  • Work with Kafka, Docker, and serverless frameworks (SST) for efficient deployments.
  • Optimize system performance, scalability, and reliability across services.
  • Ensure application security, best practices, and compliance standards.
  • Collaborate with cross-functional teams to deliver robust product features.
  • Take end-to-end ownership of features from design to deployment.

Technical Requirements :

  • 4+ years of backend development experience.
  • 3+ years of hands-on experience with Node.js.
  • 2+ years of hands-on experience with AWS.
  • Strong experience with NestJS framework.
  • Solid experience with MongoDB and database design.
  • Experience with Kafka, Docker, and serverless architecture.
  • Understanding of system design, scalability, and performance optimization.

Good to Have (Bonus Skills) :

  • Experience with Python or other backend languages.
  • Exposure to Agentic AI use cases or implementations.
  • Strong understanding of security best practices.

What We’re Looking For :

  • Curious mindset and eagerness to learn new technologies.
  • Proactive problem solver with strong ownership attitude.
  • Strong team player with effective communication skills.
  • Positive, energetic, and passionate about building great systems.
Read more
NeoGenCode Technologies Pvt Ltd
Mumbai
4 - 8 yrs
₹10L - ₹20L / yr
skill iconNodeJS (Node.js)
Nest.js
skill iconMongoDB
skill iconNextJs (Next.js)
skill iconPostgreSQL
+2 more

Job Title : Node.js Developer / Backend Developer

Experience : 4+ Years

Job Location : Mumbai – Andheri

Work Mode : Work From Office (5 Days a Week)

Job Type : Full-time Opportunity


Role Overview :

We are seeking an experienced Node.js / Backend Developer to design, develop, and maintain scalable backend systems.

The ideal candidate will have strong hands-on experience with Node.js, Nest.js, relational and NoSQL databases, and AWS cloud services.

You will work closely with frontend developers, DevOps, and product teams to deliver secure, high-performance, and reliable backend solutions.


Mandatory Skills : Node.js, Nest.js, MongoDB, PostgreSQL, AWS, REST API development, strong backend fundamentals.


Key Responsibilities :

• Design, develop, and maintain scalable backend applications using Node.js & Nest.js

• Build and manage RESTful APIs and backend services

• Work with MongoDB and PostgreSQL for efficient data storage and retrieval

• Develop cloud-ready applications and deploy them on AWS

• Ensure application performance, security, and scalability

• Write clean, well-documented, and maintainable code

• Participate in code reviews and follow best engineering practices

• Troubleshoot, debug, and optimize existing applications

• Collaborate with cross-functional teams for end-to-end delivery


Required Skills & Qualifications :

• 4+ years of experience in Backend / Node.js development

• Strong hands-on experience with Node.js and Nest.js

• Experience working with MongoDB and PostgreSQL

• Good understanding of AWS services (EC2, S3, RDS, etc.)

• Experience building RESTful APIs

• Understanding of backend architecture, design patterns, and best practices

• Strong problem-solving and debugging skills

• Familiarity with version control systems (Git)


Good-to-Have Skills :

• Experience with microservices architecture

• Knowledge of Docker and CI/CD pipelines

• Exposure to message queues or event-driven systems

• Basic understanding of frontend-backend integration

Read more
Deqode

at Deqode

1 recruiter
Samiksha Agrawal
Posted by Samiksha Agrawal
Delhi, Gurugram, Noida, Ghaziabad, Faridabad, Mumbai, Pune, Bengaluru (Bangalore), Hyderabad, Jaipur, Bhopal
5 - 8 yrs
₹5L - ₹13L / yr
skill iconPython
Azure
Artificial Intelligence (AI)
FastAPI
skill iconFlask
+3 more

Job Description: Python-Azure AI Developer

Experience: 5+ years

Locations: Bangalore | Pune | Chennai | Jaipur | Hyderabad | Gurgaon | Bhopal

Mandatory Skills:

  • Python: Expert-level proficiency with FastAPI/Flask
  • Azure Services: Hands-on experience integrating Azure cloud services
  • Databases: PostgreSQL, Redis
  • AI Expertise: Exposure to Agentic AI technologies, frameworks, or SDKs with strong conceptual understanding

Good to Have:

  • Workflow automation tools (n8n or similar)
  • Experience with LangChain, AutoGen, or other AI agent frameworks
  • Azure OpenAI Service knowledge

Key Responsibilities:

  • Develop AI-powered applications using Python and Azure
  • Build RESTful APIs with FastAPI/Flask
  • Integrate Azure services for AI/ML workloads
  • Implement agentic AI solutions
  • Database optimization and management
  • Workflow automation implementation


Read more
CloudNet Info

CloudNet Info

Agency job
via TIGI HR Solution Pvt. Ltd. by Vaidehi Sarkar
Mumbai
1 - 3 yrs
₹3L - ₹5L / yr
skill iconPHP
skill iconFlutter
RESTful APIs
skill iconJavascript
skill iconHTML/CSS
+3 more

🔹 Mandatory Skills & Experience:

  • Minimum 2–4 years of experience in software development.
  • Strong proficiency in Flutter framework for cross-platform mobile app development (Android & iOS).
  • Solid experience in PHP (Laravel / CodeIgniter preferred) for backend development.
  • Proficient in creating and integrating RESTful APIs.
  • Strong understanding of MySQL / PostgreSQL databases.
  • Experience with version control tools (Git, GitHub, GitLab).
  • Excellent debugging, analytical, and problem-solving skills.
  • Ability to work collaboratively in a team environment with strong communication skills.


If interested kindly share your resume at 82008 31681


Read more
Bengaluru (Bangalore), Mumbai, Delhi, Gurugram, Noida, Ghaziabad, Faridabad, Pune, Hyderabad, Chennai
7 - 10 yrs
₹10L - ₹18L / yr
full stack
skill iconReact.js
skill iconPython
skill iconGo Programming (Golang)
CI/CD
+9 more

Full-Stack Developer

Exp: 5+ years required

Night shift: 8 PM-5 AM/9PM-6 AM

Only Immediate Joinee Can Apply


We are seeking a mid-to-senior level Full-Stack Developer with a foundational understanding of software development, cloud services, and database management. In this role, you will contribute to both the front-end and back-end of our application. focusing on creating a seamless user experience, supported by robust and scalable cloud infrastructure.

Key Responsibilities

● Develop and maintain user-facing features using React.js and TypeScript.

● Write clean, efficient, and well-documented JavaScript/TypeScript code.

● Assist in managing and provisioning cloud infrastructure on AWS using Infrastructure as Code (IaC) principles.

● Contribute to the design, implementation, and maintenance of our databases.

● Collaborate with senior developers and product managers to deliver high-quality software.

● Troubleshoot and debug issues across the full stack.

● Participate in code reviews to maintain code quality and share knowledge.

Qualifications

● Bachelor's degree in Computer Science, a related technical field, or equivalent practical experience.

● 5+ years of professional experience in web development.

● Proficiency in JavaScript and/or TypeScript.

● Proficiency in Golang and Python.

● Hands-on experience with the React.js library for building user interfaces.

● Familiarity with Infrastructure as Code (IaC) tools and concepts (e.g.(AWS CDK, Terraform, or CloudFormation).

● Basic understanding of AWS and its core services (e.g., S3, EC2, Lambda, DynamoDB).

● Experience with database management, including relational (e.g., PostgreSQL) or NoSQL (e.g., DynamoDB, MongoDB) databases.

● Strong problem-solving skills and a willingness to learn.

● Familiarity with modern front-end build pipelines and tools like Vite and Tailwind CSS.

● Knowledge of CI/CD pipelines and automated testing.


Read more
NeoGenCode Technologies Pvt Ltd
Mumbai, Pune
5 - 12 yrs
₹10L - ₹30L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconPostgreSQL
MySQL
skill iconJavascript
+4 more

Job Title : React + Node.js Developer (Full Stack)

Experience : 5+ Years

Location : Mumbai or Pune (Final location to be decided post-interview)

Notice Period : Immediate to 15 Days

Interview Rounds : 1 Internal Round + 1 Client Round


Job Summary :

We are looking for a highly skilled Full Stack Developer (React + Node.js) with strong expertise in both frontend and backend development.

The ideal candidate should demonstrate hands-on experience with databases, excellent project understanding, and the ability to deliver scalable, high-performance applications in production environments.


Mandatory Skills :

React.js, Node.js, PostgreSQL/MySQL, JavaScript (ES6+), Docker, AWS/GCP, full-stack development, production system experience, and strong project understanding with hands-on database expertise.


Key Responsibilities :

  • Design, develop, and deploy robust full-stack applications using React (frontend) and Node.js (backend).
  • Exhibit a deep understanding of database design, optimization, and integration using PostgreSQL or MySQL.
  • Translate project requirements into efficient, maintainable, and scalable technical solutions.
  • Build clean, modular, and reusable components following SOLID principles and industry best practices.
  • Manage backend services, APIs, and data-driven functionalities for large-scale applications.
  • Work closely with product and engineering teams to ensure smooth end-to-end project delivery.
  • Use Docker and cloud platforms (AWS/GCP) for containerization, deployment, and scaling of services.
  • Participate in design discussions, code reviews, and troubleshooting production issues.

Required Skills :

  • 5+ Years of hands-on experience in full-stack development using React and Node.js.
  • Strong understanding and hands-on expertise with relational databases (PostgreSQL/MySQL).
  • Solid grasp of JavaScript (ES6+), and proficiency in Object-Oriented Programming (OOP) or Functional Programming (FP).
  • Proven experience working with production-grade systems and scalable architectures.
  • Proficiency with Docker, API development, and cloud services (preferably AWS or GCP).
  • Excellent project understanding, problem-solving ability, and strong communication skills (verbal and written).

Good to Have :

  • Experience in Golang or Elixir for backend development.
  • Knowledge of Kubernetes, Redis, RabbitMQ, or similar distributed tools.
  • Exposure to AI APIs and tools.
  • Contributions to open-source projects.
Read more
Snaphyr

Snaphyr

Agency job
via SnapHyr by MUKESHKUMAR CHAUHAN
Mumbai
8 - 15 yrs
₹45L - ₹70L / yr
skill iconJava
skill iconKotlin
06692
Windows Azure
RESTful APIs
+7 more

🚀 We’re Hiring: Tech Lead – Backend | Onsite in Mumbai


Are you a passionate backend engineer with strong leadership skills?

We’re looking for a Tech Lead (Backend) to drive architecture, design, and development for high-scale systems while mentoring a talented team of engineers.


What You’ll Do:

🔹 Lead backend development using Kotlin/Java (JVM stack)

🔹 Own system architecture & design discussions

🔹 Build scalable microservices & RESTful APIs (Spring Boot)

🔹 Collaborate with business stakeholders & cross-functional teams

🔹 Mentor and guide engineers, fostering best coding practices

🔹 Ensure high performance, scalability, and reliability in production


What We’re Looking For:

✅ 8+ years of backend experience (Java/Kotlin, Spring Boot, APIs)

✅ Strong exposure to cloud platforms (Azure preferred)

✅ Hands-on with microservices, API integration & databases (Postgres)

✅ Experience leading teams & delivering enterprise-scale projects

✅ Excellent communication and leadership skills

✅ Onsite role in Mumbai


This is an exciting opportunity to lead backend initiatives for a fast-growing enterprise, working with modern architectures and cloud-native solutions.

Read more
Deqode

at Deqode

1 recruiter
purvisha Bhavsar
Posted by purvisha Bhavsar
Mumbai ( Andheri East ), Mumbai
2 - 5 yrs
₹4L - ₹15L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
skill iconMongoDB

🚀 Hiring: Python Developer

⭐ Experience: 2+ Years

📍 Location: Mumbai

⭐ Work Mode:- 5 Days Work From Office

⏱️ Notice Period: Immediate Joiners

(Only immediate joiners & candidates serving notice period)


Looking for a skilled Python Developer with experience in Django / FastAPI and MongoDB / PostgreSQL.


⭐ Must-Have Skills:-

✅ 2+ years of professional experience as a Python Developer

✅Proficient in Django or FastAPI

✅Hands-on with MongoDB & PostgreSQL

✅Strong understanding of REST APIs & Git

Read more
Dolat Capital Market Private Ltd.
Mumbai
2 - 5 yrs
₹8L - ₹10L / yr
Data Structures
Algorithms
Linux/Unix
Bash
matplotlib
+1 more

About the Role:

We’re looking for a Python Developer to build, optimize, and scale applications that power our trading systems. You’ll work on automation, server clusters, and high-performance infrastructure in a fast-paced, tech-driven environment.


What you’ll do:

  • Build and test applications end-to-end.
  • Automate workflows with scripts.
  • Optimize system performance and reliability.
  • Manage code versions and collaborate with peers.
  • Work with clusters of 100+ servers.


What we’re looking for:

  • Strong Python fundamentals (OOP, data structures, algorithms).
  • Experience with Linux commands, Bash scripting.
  • Basics of Numpy, Matplotlib, and PostgreSQL.
  • Hands-on with automation and scripting tools.
  • Problem solver with a focus on scalability & optimization.


Why Dolat?

  • Work at the intersection of finance & tech.
  • Opportunity to solve complex engineering problems.
  • Learn and grow with a team of smart, collaborative engineers.


Read more
MindCrew Technologies
Mumbai
6 - 8 yrs
₹10L - ₹15L / yr
skill iconReact.js
ASP.NET
ADO
Entity Framework
LINQ
+4 more

Technical Expertise:

  • Strong proficiency in OOP concepts, C#, .NET Core, Entity Framework, React, SQL Server, PostgreSQL, Dapper, ADO.NET, LINQ, and Web API Development.
  • Experience with event-driven architecture and messaging systems such as Kafka or Rabbit MQ.
  • Excellent debugging, troubleshooting, and performance optimization skills.
  • Expertise in database development including tables, views, stored procedures, triggers, and functions.
  • Hands-on experience with unit testing frameworks (XUnit).
  • Proficiency in JWT services, Git, and third-party API integration.
  • Experience in code review and mentoring junior developers.
  • Preferred Qualification:
  • Bachelor’s Degree in Business, Marketing, Communications, or related field.


Read more
MindCrew Technologies

at MindCrew Technologies

3 recruiters
Agency job
via TIGI HR Solution Pvt. Ltd. by Vaidehi Sarkar
Mumbai
6 - 8 yrs
₹10L - ₹15L / yr
skill iconC#
ADO.NET
Entity Framework
skill iconReact.js
skill iconPostgreSQL
+6 more

Role: Dot net +React Developer

Experience- 6+Years

Location- Andheri (Navi Mumbai)

Budget- 18 LPA

Opportunity - Contract 


Technical Expertise:

* Proficiency in OOP concepts, C#, .NET Core, Entity Framework, React, SQL Server, PostgreSQL, Dapper, ADO.NET, LINQ, and Web API Development.

* Experience with Kafka or Rabbit MQ for event-driven architecture and messaging systems.

* Debugging and troubleshooting skills with an understanding of performance optimization.

* Strong knowledge of database development, including tables, views, stored procedures, triggers, and functions.

* Familiarity with unit testing frameworks such as XUnit.

* Experience with JWT services, Git, and third-party API integration.

* Experience in code review of Jr. developer.


Read more
Deqode

at Deqode

1 recruiter
purvisha Bhavsar
Posted by purvisha Bhavsar
Mumbai, Navi Mumbai
2 - 4 yrs
₹5L - ₹10L / yr
skill iconPython
skill iconDjango
skill iconPostgreSQL
SQL
skill iconMongoDB
+1 more

🚀 Hiring: Python Developer

⭐ Experience: 2+ Years

📍 Location: Mumbai

⭐ Work Mode:- 5 Days Work From Office

⏱️ Notice Period: Immediate Joiners

(Only immediate joiners & candidates serving notice period)


Looking for a skilled Python Developer with experience in Django / FastAPI and MongoDB / PostgreSQL.


Must-Have Skills:-

✅ 2+ years of professional experience as a Python Developer

✅Proficient in Django or FastAPI

✅Hands-on with MongoDB & PostgreSQL

✅Strong understanding of REST APIs & Git


Read more
The client is Y-combinator backed startup

The client is Y-combinator backed startup

Agency job
via Hirebound by Jebin Joy
Mumbai
1 - 9 yrs
₹15L - ₹40L / yr
MERN Stack
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconPostgreSQL
Fullstack Developer

Job Summary:

We are seeking a motivated and skilled Founding Engineer to join our innovative team in Mumbai. This role offers a unique opportunity to help shape our technology and product direction, leveraging your expertise in full-stack development using React.js, Node.js, and MySQL.


Key Responsibilities:

  • Design and implement user-friendly frontend applications using React to enhance user experience.
  • Develop robust server-side applications and APIs with Node.js to support our business logic and data processing needs.
  • Manage and optimize MySQL databases, ensuring data integrity and performance while querying and updating data.
  • Collaborate closely with cross-functional teams including product management and UX/UI to deliver cohesive product features.
  • Participate in code reviews and ensure adherence to best practices in software development, maintaining high-quality code.
  • Assist in troubleshooting and debugging issues across the stack, ensuring a smooth operation of our applications.
  • Contribute to the architecture and roadmap of our technology platform, helping to define future iterations based on user feedback.


Requirements:

  • Bachelor's degree in Computer Science, Engineering, or a related field.
  • 1 to 4 years of experience in full-stack development with a focus on React.js, Node.js, and MySQL.
  • Strong understanding of web technologies, including HTML, CSS, and JavaScript frameworks.
  • Proficient in database management and design, particularly in MySQL.
  • Excellent problem-solving skills and the ability to work in a fast-paced startup environment.
  • Demonstrated ability to work collaboratively in a team and communicate technical concepts clearly.
  • Passion for building innovative and scalable applications that meet user needs.
Read more
Deqode

at Deqode

1 recruiter
Shraddha Katare
Posted by Shraddha Katare
Mumbai
2 - 4 yrs
₹4L - ₹10L / yr
skill iconPython
skill iconDjango
skill iconMongoDB
skill iconPostgreSQL
FastAPI

Position: Python Developer

Location: Andheri East, Mumbai

Work Mode: 5 Days WFO

Availability: Immediate joiners only (or notice period completed)


What We're Looking For:

✅ 2+ years of solid Python development experience

✅ Django framework expertise - must have!

✅ FastAPI framework knowledge - essential!

✅ Database skills in MongoDB OR PostgreSQL

✅ Ready to work from office 5 days a week

Read more
Deqode

at Deqode

1 recruiter
purvisha Bhavsar
Posted by purvisha Bhavsar
Mumbai
2 - 4 yrs
₹5L - ₹15L / yr
skill iconPython
skill iconDjango
skill iconMongoDB
skill iconPostgreSQL
FastAPI

🚀 Hiring: Python Developer

⭐ Experience: 2+ Years

📍 Location: Mumbai (Andheri East )

⭐ Work Mode:- 5 Days Work From Office

⏱️ Notice Period: Immediate Joiners

(Only immediate joiners & candidates serving notice period)


Looking for a skilled Python Developer with experience in Django / FastAPI and MongoDB / PostgreSQL.


⭐ Must-Have Skills:-

✅ 2+ years of professional experience as a Python Developer

✅Proficient in Django or FastAPI

✅Hands-on with MongoDB or PostgreSQL

✅Strong understanding of REST APIs & Git


Read more
Cylsys Software Solution
Mumbai, Lower parel,BKC,Borrivali
3 - 6 yrs
₹4L - ₹10L / yr
ASP.NET MVC
skill icon.NET
.net core
Databases
skill iconPostgreSQL

CYLSYS SOFTWARE SOLUTION PVT. LTD.


Job Description| Sr. Dot.Net Developer-

Purpose of the role:

The ideal candidate will be familiar with the full software design life cycle. We are looking for a

.Net developer to build software using languages and technologies of the .NET framework. You will create applications from scratch, configure existing systems and provide user support. In this role, you should be able to write functional code with a sharp eye for spotting defects. You should be a team player and excellent communicator. If you are also passionate about the .NET framework and software design/architecture, we’d like to meet you. Your goal will be to work with internal teams to design, develop and maintain software.


REQUIREMENTS:

• Should have a minimum of 5+ years of hands-on experience in .NET MVC, Core, ASP

.NET and SQL Server.

• Should have expertise in C# programming.

• Should have strong UI and MVC knowledge.

• Should be proficient in JavaScript, HTML and CSS.

• Should be familiar with at least one frontend framework like bootstrap, Telerik etc.

• Should have experience in Agile software development/Agile methodologies.

• Familiarity with architecture styles/APIs (REST, RPC)

• In addition, with the knowledge of Angular.

• Experience working in agile development environment.

• Experience developing web-based applications in C#, HTML, JavaScript, or .NET.

• Should have experience in ASP.NET, MVC, .NET CORE, Design Patterns, SQL Server.

• Experience working with MS SQL Server and MySQL Knowledge of practices and procedures for full software design life cycle.

• In addition, with the knowledge of Razor pages / Dynamic CRM.



MANDATORY EXPERIENCE:

• Bachelor’s or Master’s in Computer Engineering or Computer Application.

• Diploma/Course in Computer Application.

• Hand-on experience in ASP.NET, MVC, Design Patterns, SQL Server or relevant experiences.



Read more
Deqode

at Deqode

1 recruiter
purvisha Bhavsar
Posted by purvisha Bhavsar
Pune, Mumbai, Hyderabad, Bengaluru (Bangalore)
5 - 8 yrs
₹5L - ₹18L / yr
skill iconPostgreSQL
Oracle Data Guard
SQL
Databases

🚀 Hiring: Postgres DBA at Deqode

⭐ Experience: 6+ Years

📍 Location: Pune & Hyderabad

⭐ Work Mode:- Hybrid

⏱️ Notice Period: Immediate Joiners

(Only immediate joiners & candidates serving notice period)


Looking for an experienced Postgres DBA with:-

✅ 6+ years in Postgres & strong SQL skills

✅ Good understanding of database services & storage management

✅ Performance tuning & monitoring expertise

✅ Knowledge of Dataguard admin, backups, upgrades

✅ Basic Linux admin & shell scripting

Read more
NeoGenCode Technologies Pvt Ltd
Remote, Bengaluru (Bangalore), Mumbai, Gurugram, Pune, Hyderabad, Chennai, Coimbatore
5 - 12 yrs
₹15L - ₹35L / yr
Temporal.io
skill iconNodeJS (Node.js)
skill iconJava
skill iconReact.js
keycloak
+7 more

Job Title : Senior Consultant (Java / NodeJS + Temporal)

Experience : 5 to 12 Years

Location : Bengaluru, Chennai, Hyderabad, Pune, Mumbai, Gurugram, Coimbatore

Work Mode : Remote (Must be open to travel for occasional team meetups)

Notice Period : Immediate Joiners or Serving Notice

Interview Process :

  • R1 : Tech Interview (60 mins)
  • R2 : Technical Interview
  • R3 : (Optional) Interview with Client

Job Summary :

We are seeking a Senior Backend Consultant with strong hands-on expertise in Temporal (BPM/Workflow Engine) and either Node.js or Java.

The ideal candidate will have experience in designing and developing microservices and process-driven applications, as well as orchestrating complex workflows using Temporal.io.

You will work on high-scale systems, collaborating closely with cross-functional teams.


Mandatory Skills :

Temporal.io, Node.js (or Java), React.js, Keycloak IAM, PostgreSQL, Terraform, Kubernetes, Azure, Jest, OpenAPI


Key Responsibilities :

  • Design and implement scalable backend services using Node.js or Java.
  • Build and manage complex workflow orchestrations using Temporal.io.
  • Integrate with IAM solutions like Keycloak for role-based access control.
  • Work with React (v17+), TypeScript, and component-driven frontend design.
  • Use PostgreSQL for structured data persistence and optimized queries.
  • Manage infrastructure using Terraform and orchestrate via Kubernetes.
  • Leverage Azure Services like Blob Storage, API Gateway, and AKS.
  • Write and maintain API documentation using Swagger/Postman/Insomnia.
  • Conduct unit and integration testing using Jest.
  • Participate in code reviews and contribute to architectural decisions.

Must-Have Skills :

  • Temporal.io – BPMN modeling, external task workers, Operate, Tasklist
  • Node.js + TypeScript (preferred) or strong Java experience
  • React.js (v17+) and component-driven UI development
  • Keycloak IAM, PostgreSQL, and modern API design
  • Infrastructure automation with Terraform, Kubernetes
  • Experience in using GitFlow, OpenAPI, Jest for testing

Nice-to-Have Skills :

  • Blockchain integration experience for secure KYC/identity flows
  • Custom Camunda Connectors or exporter plugin development
  • CI/CD experience using Azure DevOps or GitHub Actions
  • Identity-based task completion authorization enforcement
Read more
NeoGenCode Technologies Pvt Ltd
Bengaluru (Bangalore), Mumbai, Gurugram, Pune, Hyderabad
7 - 12 yrs
₹10L - ₹28L / yr
GoldenSource
Security Master
Workflow
User Interface (UI) Development
Bloomberg
+5 more

Job Title : GoldenSource Technical Consultant

Experience : 7+ Years

Location : Pan India (Hybrid)

Notice Period : Immediate Joiners or Serving max. 10 to 15 Days

Interview Mode : Virtual


Job Description :

We are looking for a skilled GoldenSource Technical Consultant / Developer with extensive experience in implementing and customizing GoldenSource v8.x for financial institutions. The ideal candidate should possess strong technical knowledge of security reference data management and hands-on experience working with market data vendors.


Mandatory Skills :

GoldenSource v8.x, Security Master, Workflow & UI Development, Bloomberg/Reuters Integration, Oracle/PostgreSQL, JBoss/JMS.


Key Responsibilities :

  • Lead and implement GoldenSource v8.x in financial services environments.
  • Deep understanding of GoldenSource Security Master v8.x, including architecture and data model.
  • Design and develop workflows, connectors, and UI components within GoldenSource.
  • Manage and handle Security Reference Data effectively.
  • Integrate with data vendors like Bloomberg, Reuters, etc.
  • Understand and apply knowledge of financial instruments and capital markets.
  • Work with RDBMS platforms such as Oracle or PostgreSQL.
  • Collaborate using tools such as JIRA, Confluence, and middleware technologies like JBoss and JMS.
Read more
TechMynd Consulting

at TechMynd Consulting

2 candid answers
Suraj N
Posted by Suraj N
Bengaluru (Bangalore), Gurugram, Mumbai
4 - 8 yrs
₹10L - ₹24L / yr
skill iconData Science
skill iconPostgreSQL
skill iconPython
Apache
skill iconAmazon Web Services (AWS)
+5 more

Senior Data Engineer


Location: Bangalore, Gurugram (Hybrid)


Experience: 4-8 Years


Type: Full Time | Permanent


Job Summary:


We are looking for a results-driven Senior Data Engineer to join our engineering team. The ideal candidate will have hands-on expertise in data pipeline development, cloud infrastructure, and BI support, with a strong command of modern data stacks. You’ll be responsible for building scalable ETL/ELT workflows, managing data lakes and marts, and enabling seamless data delivery to analytics and business intelligence teams.


This role requires deep technical know-how in PostgreSQL, Python scripting, Apache Airflow, AWS or other cloud environments, and a working knowledge of modern data and BI tools.


Key Responsibilities:


PostgreSQL & Data Modeling


· Design and optimize complex SQL queries, stored procedures, and indexes


· Perform performance tuning and query plan analysis


· Contribute to schema design and data normalization


Data Migration & Transformation


· Migrate data from multiple sources to cloud or ODS platforms


· Design schema mapping and implement transformation logic


· Ensure consistency, integrity, and accuracy in migrated data


Python Scripting for Data Engineering


· Build automation scripts for data ingestion, cleansing, and transformation


· Handle file formats (JSON, CSV, XML), REST APIs, cloud SDKs (e.g., Boto3)


· Maintain reusable script modules for operational pipelines


Data Orchestration with Apache Airflow


· Develop and manage DAGs for batch/stream workflows


· Implement retries, task dependencies, notifications, and failure handling


· Integrate Airflow with cloud services, data lakes, and data warehouses


Cloud Platforms (AWS / Azure / GCP)


· Manage data storage (S3, GCS, Blob), compute services, and data pipelines


· Set up permissions, IAM roles, encryption, and logging for security


· Monitor and optimize cost and performance of cloud-based data operations


Data Marts & Analytics Layer


· Design and manage data marts using dimensional models


· Build star/snowflake schemas to support BI and self-serve analytics


· Enable incremental load strategies and partitioning


Modern Data Stack Integration


· Work with tools like DBT, Fivetran, Redshift, Snowflake, BigQuery, or Kafka


· Support modular pipeline design and metadata-driven frameworks


· Ensure high availability and scalability of the stack


BI & Reporting Tools (Power BI / Superset / Supertech)


· Collaborate with BI teams to design datasets and optimize queries


· Support development of dashboards and reporting layers


· Manage access, data refreshes, and performance for BI tools




Required Skills & Qualifications:


· 4–6 years of hands-on experience in data engineering roles


· Strong SQL skills in PostgreSQL (tuning, complex joins, procedures)


· Advanced Python scripting skills for automation and ETL


· Proven experience with Apache Airflow (custom DAGs, error handling)


· Solid understanding of cloud architecture (especially AWS)


· Experience with data marts and dimensional data modeling


· Exposure to modern data stack tools (DBT, Kafka, Snowflake, etc.)


· Familiarity with BI tools like Power BI, Apache Superset, or Supertech BI


· Version control (Git) and CI/CD pipeline knowledge is a plus


· Excellent problem-solving and communication skills

Read more
company logo
Agency job
via Neon Digital by Shreeya Bajaj
Mumbai
3 - 5 yrs
₹15L - ₹24L / yr
skill iconNodeJS (Node.js)
skill iconPostgreSQL
skill iconMongoDB
RESTful APIs

As a Node.js Developer, you will be responsible for:


Designing, developing, and maintaining server-side applications and systems using Node.js, a JavaScript runtime environment. Your expertise in backend development, JavaScript, TypeScript, and REST APIs will play an essential role in creating efficient and powerful server-side applications.

Responsibilities:

● Design and implement efficient, secure, and maintainable server-side code using Node.js.

● Collaborate with the front-end development team to integrate user-facing elements with server-side logic.

● Develop APIs for seamless data flow between the front-end and back-end.

● Optimize application performance and ensure high availability and scalability.

To succeed in this role – you should have the following:

● Minimum of 3-4 years of experience as a backend developer.

● Must have proven experience as a Back-End Developer, with a focus on Node.js.

● Proficiency in JavaScript, TypeScript, and related frameworks (Express.js, Hapi.js, etc.).

● Experience with RESTful API design principles.

● Experience with agile development methodologies.

● Familiarity with working with at least one of PostgreSQL or MongoDB.

● Familiarity with version control systems (Git)

● Strong communication skills and ability to work collaboratively in a team.

● Strong problem-solving skills and attention to detail.

Added bonus:

● Familiarity with frontend development technologies like HTML and CSS.

● Experience working with Docker, Github Actions, and other common CI/CD pipelines

● Knowledge about AWS components (S3, EC2, Cloudfront, Redis Clusters, etc.)

Education:

Bachelor's degree in Computer Science, Information Technology, or a related field



Read more
A leading software development and IT outsourcing company

A leading software development and IT outsourcing company

Agency job
via Jobdost by Saida Pathan
Pune, Mumbai, Noida
4 - 6 yrs
₹10L - ₹13L / yr
skill iconNodeJS (Node.js)
skill iconHTML/CSS
skill iconJavascript
Relational Database (RDBMS)
MySQL
+6 more
Mean/Mern/Node- Developer

Good understanding and experience of HTML / CSS / JavaScript.
Hands-on experience with ES6 / ES7 / ES8 features.
Thorough understanding of the Request Lifecycle (including Event Queue, Event Loop,
Worker Threads, etc).
Familiarity with security principles including SSL protocols, data encryption, XSS, CSRF.
Expertise in Web Services / REST APIs will be beneficial.
Proficiency in Linux and deployment on Linux are valuable.
Knowledge about ORM like Sequelize and ODM like Mongoose and the ability to handle
DB transactions is a necessity.
Experience with Angular JS / React JS will be an added advantage.
Expertise with RDBMS like MySQL / PostgreSQL will be a plus.
Knowledge of AWS services like S3, EC2 will be helpful.
Understanding of Agile and CI/CD will be of value.
Read more
Sugary

at Sugary

2 candid answers
Ashutosh Saraf
Posted by Ashutosh Saraf
Mumbai
7 - 11 yrs
₹30L - ₹44L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+12 more
  • Looking for candidate who is enthusiastic to work in a Startup environment and build things from Scratch individually
  • Candidate has past experience in scalable consumer facing applications managing latency and traffic
  • FullStack Individual Contributor with experience to code at speed and take full product ownership


Experience: minimum 8 YRS


Location: Vile parle (E), Mumbai


Skill Set: 8 years plus as a full stack Java/JavaScript Developer

Micro Services, Distributed Systems


Cloud Services: AWS:(EC2,S3,Lambda,Load Balancing,Serverless),Kubernates


Programming Backend: Node.js,Mongodb,Java Spring,PostGreSQL

Programming FrontEnd: ,Angular/React


Queuing: Kafka

Methodologies: Agile Scrum


Responsibilities:


End to end coding ; from software architecture to managing scaling,of high throughput(100000)RPS high volume transactions.


DIscuss business requirements and timelines with management and create a task plan for junior members.


Manage the day to day activities of all team members and report

their work progress


Mentoring the team on best coding practices and making sure modules are Live

on time.


Management of security vulnerabilities.


Be a full individual contributor which means can work in a team as well as alone.


Attitude:

Passion for tech innovation and solve problems

GoGetter Attitude

Extremely humble and polite

Experience in Product companies and Managing small teams is a plus

Read more
CorpCare

CorpCare

Agency job
via Pluginlive by Harsha Saggi
Mumbai
4 - 12 yrs
₹15L - ₹25L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+12 more

Company: CorpCare

Title: Lead Engineer (Full stack developer)

Location: Mumbai (work from office)

CTC: Commensurate with experience

About Us:  

CorpCare is India’s first all-in-one corporate funds and assets management platform. We offer a single-window solution for corporates, family offices, and HNIs. We assist corporates in formulating and managing treasury management policies and conducting reviews with investment committees and the board.

Job Summary:  

The Lead Engineer will be responsible for overseeing the development, implementation, and management of our corporate funds and assets management platform. This role demands a deep understanding of the broking industry/Financial services industry, software engineering, and product management. The ideal candidate will have a robust background in engineering leadership, a proven track record of delivering scalable technology solutions, and strong product knowledge.

Key Responsibilities:


  • Engineering Strategy and Vision:


- Develop and communicate a clear engineering vision and strategy aligned with our broking and funds management platform.

- Conduct market research and technical analysis to identify trends, opportunities, and customer needs within the broking industry.

- Define and prioritize the engineering roadmap, ensuring alignment with business goals and customer requirements.


- Lead cross-functional engineering teams (software development, QA, DevOps, etc.) to deliver high-quality products on time and within budget.

- Oversee the entire software development lifecycle, from planning and architecture to development and deployment, ensuring robust and scalable solutions.

- Write detailed technical specifications and guide the engineering teams to ensure clarity and successful execution.


- Leverage your understanding of the broking industry to guide product development and engineering efforts.

- Collaborate with product managers to incorporate industry-specific requirements and ensure the platform meets the needs of brokers, traders, and financial institutions.

- Stay updated with regulatory changes, market trends, and technological advancements within the broking sector.


- Mentor and lead a high-performing engineering team, fostering a culture of innovation, collaboration, and continuous improvement.

- Recruit, train, and retain top engineering talent to build a world-class development team.

- Conduct regular performance reviews and provide constructive feedback to team members.


- Define and track key performance indicators (KPIs) for engineering projects to ensure successful delivery and performance.

- Analyze system performance, user data, and platform metrics to identify areas for improvement and optimization.

- Prepare and present engineering performance reports to senior management and stakeholders.


- Work closely with product managers, sales, marketing, and customer support teams to align engineering efforts with overall business objectives.

- Provide technical guidance and support to sales teams to help them understand the platform's capabilities and competitive advantages.

- Engage with customers, partners, and stakeholders to gather feedback, understand their needs, and validate engineering solutions.

Requirements:


  • BE /B. Tech - Computer Science from a top engineering college
  • MBA a plus, not required
  • 5+ years of experience in software engineering, with at least 2+ years in a leadership role.
  • Strong understanding of the broking industry and financial services industry.
  • Proven track record of successfully managing and delivering complex software products.
  • Excellent communication, presentation, and interpersonal skills.
  • Strong analytical and problem-solving abilities.
  • Experience with Agile/Scrum methodologies.
  • Deep understanding of software architecture, cloud computing, and modern development practices.


Technical Expertise:


  • Front-End: React, Next.js, JavaScript, HTML5, CSS3
  • Back-End: Node.js, Express.js, RESTful APIs
  • Database: MySQL, PostgreSQL, MongoDB
  • DevOps: Docker, Kubernetes, AWS (EC2, S3, RDS), CI/CD pipelines
  • Version Control: Git, GitHub/GitLab
  • Other: TypeScript, Webpack, Babel, ESLint, Redux

Preferred Qualifications:


  • Experience in the broking or financial services industry.
  • Familiarity with data analytics tools and methodologies.
  • Knowledge of user experience (UX) design principles.
  • Experience with trading platforms or financial technology products.

This role is ideal for someone who combines strong technical expertise with a deep understanding of the broking industry and a passion for delivering high-impact software solutions.


Read more
IDFC Bank
Agency job
via Pluginlive by Harsha Saggi
Mumbai, Hyderabad, Bengaluru (Bangalore)
5 - 10 yrs
₹10L - ₹20L / yr
skill iconJava
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconVue.js
skill iconAngularJS (1.x)
+8 more

Sound technical exposure in React, Node, API, Java, JPA, Hibernate, Kafka, REST API,

Postgre DB.

• Strong experience in systems design principles.

• Must have strong exposure in PSQL queries and stored procedures.

• Experience in Lending/Fintech domains will be preferable.

• Design, implement and maintain Java-based applications that can be high-volume and

low-latency.

• Familiarity with browser testing and debugging.

• Analyze user requirements to define business objectives.

• Identify and resolve any technical issues arising.

• Develop technical designs for application development.

• Conducting software analysis, programming, testing, and debugging.

• Manage Java and Java EE application development.

• Understanding of strategic handling of technical projects. i.e. adhering to stakeholder

expectations and processes.

Read more
WONDRx

at WONDRx

3 recruiters
Asim Biswas
Posted by Asim Biswas
Mumbai
4 - 10 yrs
₹12L - ₹32L / yr
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconJavascript
+5 more

Need High Level React Native Developer who has worked with multiple applications, Healthcare knowledge is preferable, Understand existing code and optimize it, along with create new functionalities and usability.


Should Understand Data and how to handle large volume of data in application both online and offline in application and communicate to our backend using Rest APIs

Read more
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Why apply via Cutshort?
Connect with actual hiring teams and get their fast response. No spam.
Find more jobs
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort