50+ TypeScript Jobs in India
Apply to 50+ TypeScript Jobs on CutShort.io. Find your next job, effortlessly. Browse TypeScript Jobs and apply today!
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
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.
Experience Required: 2-8 Years
No. of vacancies: 1
Job Type: Full Time
Vacancy Role: WFO
Job Category: Development
Job Description
We are seeking a skilled React Native Developer with 2+ years of experience to join our development team. The ideal candidate will have a strong background in mobile application development, particularly using React Native framework. If you have a passion for building innovative mobile applications and thrive in a fast-paced environment, we encourage you to apply for this exciting opportunity. Join us and be part of a dynamic team driving the future of mobile technology.
Responsibilities:
- Developing and maintaining high-quality mobile applications using React Native.
- Collaborating with cross-functional teams to define, design, and ship new features.
- Writing clean, efficient, and maintainable code while following best practices.
- Troubleshooting and debugging issues to ensure optimal performance and user experience.
- Keeping up-to-date with the latest trends and technologies in mobile development.
- 2+ years of experience in mobile application development.
- Proficiency in React Native framework and JavaScript programming.
- Strong understanding of mobile app architecture and design patterns.
- Experience with third-party libraries and APIs.
- Solid understanding of version control systems (e.g., Git).
- Excellent problem-solving and communication skills.
Qualification:
- Bachelor's degree in Computer Science, Engineering, or a related field.
- B.Tech/MCA/M.Tech Candidate will be eligible.
ey Responsibilities
✅ Architect, develop, and deploy AI-powered enterprise applications and intelligent automation solutions.
✅ Translate business requirements into scalable, secure, and production-ready AI systems.
✅ Build and integrate AI/ML capabilities into enterprise platforms and digital products.
✅ Design cloud-native applications leveraging AWS, Azure, or Google Cloud Platform (GCP).
✅ Develop APIs, microservices, distributed systems, and modern integration frameworks.
✅ Implement DevOps best practices, CI/CD automation, and engineering lifecycle processes.
✅ Utilize AI-assisted development tools to improve productivity and accelerate delivery.
✅ Ensure compliance with security standards, governance frameworks, and data privacy requirements.
✅ Collaborate with cross-functional teams, product stakeholders, and business leaders to deliver innovative solutions.
Required Skills
🔹 5+ years of experience in Software Engineering, Solution Architecture, or Enterprise Application Development.
🔹 Strong programming expertise in *Python, Java, TypeScript, or Go*.
🔹 Hands-on experience integrating AI/ML solutions into enterprise applications.
🔹 Experience with cloud platforms such as *AWS, Azure, or GCP*.
🔹 Strong understanding of *APIs, Microservices, Distributed Systems, and Containerization*.
🔹 Experience with *Agile methodologies, DevOps practices, and CI/CD pipelines*.
🔹 Knowledge of secure software development and enterprise governance standards.
🔹 Excellent problem-solving, communication, and stakeholder management skills.
Good to Have
⭐ Experience with *Machine Learning, Generative AI, Intelligent Automation, or LLM-based solutions*.
⭐ Knowledge of *MLOps, Prompt Engineering, Model Monitoring, AI Validation, and LLM Integration*.
⭐ Experience in *Banking, FinTech, Payments, or other regulated industries*.
⭐ Advanced degree in Computer Science, Artificial Intelligence, Engineering, or related fields.
⭐ Certifications such as *AWS/Azure/GCP Solutions Architect, TOGAF, CKA, or Lean Six Sigma*.
⭐ Experience leading engineering modernization, transformation, or automation initiatives.
⭐ Contributions to open-source projects and a passion for emerging technologies.

An emerging general insurance business in India. AI-led, fas
Hiring for: An emerging general insurance business in India. AI-led, fast and transparent.
Role: Backend Engineer (Node.js & TypeScript) | SDE-1
Experience: 1 to 3 Years
Location(s): Mumbai - Work from office (Vikhroli)
Type: On-site / Permanent
Notice Period: Immediate to 30 days
Note: Candidates only from Strong product-based startups / product companies required
& Candidates from premier engineering institutes (IITs, NITs, BITS, IIITs, DTU, NSUT, etc.) are preferred.
We're looking for a Software Engineer who thrives on building scalable systems from the ground up, enjoys working across the stack, and wants to be part of an incredible 0 to 100 journey.
Roles and Responsibilities:
- Design and develop world-class insurance tech solutions from the ground up.
- Own features end-to-end – from API design to deployment, ensuring performance and scalability.
- Play a key role in shaping technical decisions, architecture, and best practices.
- Iterate quickly based on user feedback, balancing speed and scalability.
Required skills:
- 1+ years of experience in backend engineering.
- Proficiency in Node.js, and TypeScript, APIs, databases.
- Experience working with and building backend systems that have been used in the real world.
- Ability to navigate different stages of product development - from scrappy MVPs to scalable architectures.
- Passion for building customer-driven products and solving real-world problems. This is a rare opportunity to shape a product from the ground up, work with a stellar team, and transform the insurance space with technology. If that excites you, we’d love to chat!
Benefits:
- Greenfield Opportunity : Build scalable products from scratch in a rapidly evolving sector.
- End-to-End Ownership : Work across the stack, shaping product experiences for scale.
- Learn from the Best : Collaborate with an exceptional leadership team with deep expertise in tech and insurance.
- Impact at Scale: Be part of an early-stage team revolutionizing a trillion-dollar industry.
Job Title : Automation Testing Engineer
Experience : 2 to 8 Years
Location : Chennai / Hyderabad
Work Mode : Work From Office
Mandatory Skills :
Playwright, TypeScript, Test Automation, Azure DevOps, SQL, and experience with IRT (Interactive Response Technology) platforms.
Key Responsibilities :
- Develop and maintain automated test scripts for web applications.
- Execute functional and regression testing to ensure application quality.
- Collaborate with development teams and stakeholders to validate requirements and test scenarios.
- Support test planning, execution, and defect tracking using Azure DevOps or similar tools.
- Perform data validation and ensure application reliability using SQL.
Required Skills :
- Strong experience in Test Automation using Playwright and TypeScript.
- Hands-on experience with IRT (Interactive Response Technology) platforms.
- Proficiency in Azure DevOps or similar test management tools.
- Good understanding of SQL and relational databases.
- Strong analytical, communication, and stakeholder management skills.
- Experience in Clinical Trials / Life Sciences domain is preferred.
Preferred Domain Experience :
- Exposure to randomization and patient allocation workflows.
- Understanding of blinding and unblinding processes.
- Knowledge of drug dispensing and inventory management.
- Experience with clinical study setup, execution, reporting, and data validation.
Job Description
Team Lead – Full Stack Developer
Experience
3–5 Years
Location
Bangalore (Onsite)
Role Summary
We are looking for a highly skilled, hands-on, and ownership-driven Team Lead – Full Stack Developer who can independently architect, design, develop, deploy, and support enterprise-grade web, mobile, and cloud-native applications.
The ideal candidate should have strong expertise in ReactJS, Next.js, Java, Spring Boot, Microservices, Distributed Systems, Cloud Technologies, DevOps, AI-Assisted Development, and Product Engineering.
The candidate will be responsible for owning end-to-end product development, including frontend architecture, backend services, APIs, databases, deployment, production support, stakeholder communication, sprint planning, team leadership, and successful delivery of scalable, secure, and high-performance solutions.
Key Responsibilities
Architecture & Product Ownership
- Design end-to-end application architecture, HLDs, LLDs, deployment architecture, integration architecture, and security architecture.
- Build products from scratch and independently drive projects from concept to production.
- Convert business requirements into technical solutions, user stories, sprint plans, and delivery roadmaps.
- Design scalable, secure, fault-tolerant, multi-tenant, and enterprise-grade applications.
- Evaluate and recommend suitable technologies, frameworks, and development approaches.
Full Stack Development
Frontend Development
- Design and develop responsive and modern web applications.
- Build reusable UI components and scalable frontend architectures.
- Develop Single Page Applications (SPA) using ReactJS and Next.js.
- Implement state management using Redux Toolkit and Context API.
- Integrate REST APIs, GraphQL APIs, and WebSocket-based applications.
- Ensure application accessibility, responsiveness, performance optimization, and SEO best practices.
- Collaborate closely with UI/UX designers to deliver intuitive user experiences.
Backend Development
- Develop enterprise-grade backend applications using Java and Spring Boot.
- Design and develop REST APIs, Microservices, SOAP Services, gRPC Services, and Webhooks.
- Build reusable frameworks, service layers, and integration modules.
- Implement authentication, authorization, API security, and enterprise integrations.
- Optimize application performance, scalability, reliability, and maintainability.
Distributed Systems & Enterprise Solutions
- Design distributed systems using Event-Driven Architecture, CQRS, Saga Pattern, DDD, Hexagonal Architecture, and Clean Architecture.
- Implement resilience patterns, service discovery, circuit breakers, distributed transactions, and failover mechanisms.
- Build workflow automation platforms, document management systems, enterprise integration solutions, and business process automation systems.
Team Leadership & Delivery
- Lead and mentor development teams.
- Conduct code reviews, architecture reviews, and technical discussions.
- Drive sprint planning, stand-ups, reviews, and retrospectives.
- Collaborate with Product, Business, QA, DevOps, AI, and Management teams.
- Ensure successful project delivery while maintaining engineering standards and best practices.
- Support hiring, onboarding, mentoring, and technical growth of team members.
DevOps, Deployment & Production Support
- Manage CI/CD pipelines and deployment processes.
- Work with Docker, Kubernetes, and cloud-native environments.
- Implement Blue-Green, Canary, Rolling, and Zero-Downtime deployment strategies.
- Monitor application health and troubleshoot production issues.
- Ensure application reliability, security, scalability, and operational excellence.
AI & Innovation
- Leverage AI tools to improve development productivity and software quality.
- Build AI-powered Proof of Concepts (POCs) and enterprise applications.
- Utilize AI for development, testing, documentation, architecture reviews, and automation.
- Collaborate with AI teams to integrate intelligent capabilities into business applications.
Mandatory Technical Skills
Frontend Technologies
- ReactJS
- Next.js
- JavaScript (ES6+)
- TypeScript
- HTML5
- CSS3
- Tailwind CSS
- Material UI
- Bootstrap
- Redux Toolkit
- Context API
- React Query
- Responsive Design
- Progressive Web Applications (PWA)
Backend Technologies
- Java 8/11/17/21
- Core Java
- Spring Boot
- Spring MVC
- Spring Security
- Spring Data JPA
- Spring Cloud
- Spring Batch
- Spring WebFlux
- Spring Integration
- Spring AOP
- Spring Validation
APIs & Enterprise Integrations
- REST APIs
- SOAP Services
- GraphQL
- gRPC
- Webhooks
- OpenAPI / Swagger
- OAuth2
- JWT
- OpenID Connect
- SAML
Microservices & Distributed Systems
- Microservices
- Event-Driven Architecture
- CQRS
- Saga Pattern
- Domain-Driven Design (DDD)
- Event Sourcing
- Hexagonal Architecture
- Clean Architecture
- Service Discovery
- Circuit Breakers
Messaging & Streaming
- Apache Kafka
- RabbitMQ
- Event Streaming
- Message Brokers
- Asynchronous Processing
Databases
- PostgreSQL
- Oracle Database
- Oracle FLEXCUBE
- MySQL
- SQL Server
- MongoDB
- Redis
- Database Design
- Query Optimization
- Indexing
- Migration
- Replication
DevOps & Cloud
- Docker
- Kubernetes
- Jenkins
- GitHub Actions
- GitLab CI/CD
- AWS
- Azure
- GCP
Monitoring & Quality
- Grafana
- Prometheus
- ELK Stack
- OpenTelemetry
- JUnit
- Mockito
- SonarQube
- Unit Testing
- Integration Testing
- API Testing
- Performance Testing
- Security Testing
AI-Assisted Development Tools
- ChatGPT
- Claude
- Cursor
- GitHub Copilot
- Replit
- Lovable
- IntelliJ IDEA
- Prompt Engineering
- AI-Based Code Review
- AI-Based Testing & Documentation
Preferred Domain Experience
- Banking & Financial Services
- FinTech
- Enterprise SaaS
- Workflow Automation
- Digital Transformation
- AI-Powered Applications
- OCR & Document Processing
- Payment Systems
- Enterprise Integration Platforms
- Identity & Access Management
- Multi-Tenant Platforms
Soft Skills
- Strong leadership and ownership mindset.
- Excellent communication and stakeholder management skills.
- Strong analytical and problem-solving abilities.
- Ability to manage multiple projects simultaneously.
- Strong mentoring and team collaboration skills.
- Innovation-driven and continuous learning attitude.
Education
Bachelor's Degree or Master's Degree in:
- Computer Science
- Information Technology
- Software Engineering
- Electronics & Communication
- Or equivalent practical experience
Preferred Candidate Profile
A highly motivated Full Stack Engineering Leader with experience building products from scratch, owning frontend and backend architecture, leading engineering teams, driving innovation, and delivering scalable enterprise-grade applications across web, mobile, cloud, and enterprise platforms. The candidate should be capable of independently managing architecture, development, deployment, production support, and successful project delivery while mentoring and growing engineering teams.
mandatory one w
Job Role : Senior Full Stack Developer (.NET + React + C#)
Experience : 8+ Years
Work Mode : Hybrid (4 days/month from Noida, Hyderabad, Chennai, Pune, or Bengaluru)
Shift : IST (Normal Shift)
Job Summary :
We are looking for a Senior Full Stack Developer with strong expertise in C#, .NET, React, and Azure Development to build and support scalable enterprise applications. The ideal candidate should have extensive backend development experience, hands-on Azure exposure, and the ability to deliver high-quality solutions across the full stack.
Note : Strong Azure Development experience is mandatory. Previous experience with UHG (UnitedHealth Group) will be an added advantage.
Mandatory Skills :
8+ years of experience with C#, .NET Core/.NET 6+, ASP.NET Core, React.js, JavaScript/TypeScript, SQL Server, REST APIs, Azure Development (App Services, Functions, Azure SQL, Storage), Git, and CI/CD tools (Azure DevOps/GitHub Actions/Jenkins).
Key Responsibilities :
- Develop and maintain applications using C#, .NET Core/.NET 6+, and React.
- Build secure and scalable REST APIs and backend services.
- Design responsive frontend components using React and TypeScript/JavaScript.
- Work with Azure services and cloud-native architectures.
- Manage CI/CD pipelines using Azure DevOps, GitHub Actions, or Jenkins.
- Write clean, maintainable, and testable code.
- Participate in code reviews, troubleshooting, and technical discussions.
Required Skills :
Backend :
- C#
- .NET Core / .NET 6+
- ASP.NET Core
- REST APIs
- OAuth, JWT Authentication
Frontend :
- React.js
- JavaScript / TypeScript
Cloud (Mandatory) :
- Microsoft Azure Development
- Azure App Services
- Azure Functions
- Azure SQL
- Azure Storage
Database :
- SQL Server
DevOps :
- Azure DevOps
- Git
- CI/CD Pipelines
Preferred :
- Previous experience with UHG (UnitedHealth Group).
- Familiarity with Angular.
- Experience with enterprise-scale applications.
- Self-starter with strong problem-solving skills.
Mandatory Background Verification :
Education, Employment, Criminal, Address, ID, Reference, CV Validation, Gap Verification, Credit/CIBIL Check, and Drug Test.
Job Responsibilities
- Experience- 4+ years
- Developing and designing front-end web architecture and APIs
- Building interactive consumer data from multiple systems
- Define code architecture decisions to support high-performance products
- Translate wireframes and Designs into functional web applications
- Work with development teams and managers to ideate software solutions
- Developing well-functioning databases and applications
- Conduct and participate in project planning & scheduling and design discussions
- Test software to ensure efficiency
- Address and improve any technical issues
Required Qualifications:
- Professional experience in development using JavaScript frameworks/stacks/technologies
- Development experience in the MERN stack: MongoDB, Express.js, React.js, & Node.js
- Should have experience with Microservices
- Should have working experience with Typescript
- Experience in API development and integration and Git management
- Experience in developing UI in HTML, CSS, and JS and integration with the backend using REST API.
- Experience with Object-Oriented Programming
- Ability to multitask and work in a fast-paced environment.
- Ability to document their code.
- Proficient in relational database concepts is a plus.
About the Role:
We are looking for a highly skilled Senior Full Stack Developer who can independently design, develop, integrate, deploy, and maintain modern websites, web applications, e-commerce solutions, customer portals, and internal business platforms.
This role requires end-to-end ownership of projects, from architecture and development through deployment and ongoing support. The ideal candidate is comfortable working across frontend, backend, CMS platforms, APIs, databases, cloud infrastructure, and third-party integrations.
Key Responsibilities:
● Build websites, web applications, customer portals, and digital platforms from scratch.
● Convert designs from Figma into production-ready solutions.
● Architect scalable, secure, and maintainable systems.
● Develop frontend applications, backend services, APIs, and integrations.
● Build headless CMS solutions and multilingual websites.
● Integrate external systems such as CRM, ERP, PIM, payment, marketing, and identity platforms.
● Deploy, maintain, and optimise applications for performance, SEO, accessibility, and security.
● Troubleshoot, enhance, and support existing digital platforms.
Required Technical Skills
Frontend & Backend:
● React.js, Next.js
● JavaScript, TypeScript
● HTML, CSS, SCSS, Tailwind CSS
● REST APIs, GraphQL, Webhooks
● Authentication & Authorization
CMS & E-commerce:
Experience with modern CMS and headless architectures. Knowledge of 2–3 platforms such as:
● WordPress
● Sanity
● Strapi
● Contentful
● Storyblok
● Payload CMS
● Experience with WooCommerce, Shopify and Headless Commerce Solutions
Infrastructure & Data:
● MySQL, PostgreSQL, MongoDB
● AWS, Google Cloud, Vercel
● CI/CD pipelines
● GitHub and modern development workflows
Good to have:
● Experience with Node.js, Express.js
● Experience with AI-assisted development tools such as Cursor, Claude Code, Codex, Lovable, and Figma AI.
● Familiarity with AI APIs such as OpenAI, Claude, or Gemini.
● Experience working in agency environments and managing multiple projects.
● Experience integrating websites and applications with:
i) CRM systems
ii) ERP systems
iii) PIM systems
iv) Payment gateways
v) Marketing automation platforms
vi) Identity providers (SSO/OAuth)
vii) Shipping, booking, inventory, and product feed systems
Examples include HubSpot, Salesforce, SAP, Business Central, Akeneo, Inriver, Stripe, Klarna, Azure AD, Microsoft Graph, and Google APIs.
Soft Skills:
● Strong ownership and problem-solving mindset
● Excellent communication and stakeholder management skills
● Ability to independently estimate, plan, and deliver projects
● Comfortable working in a fast-paced agency environment
● Ability to manage projects from concept to launch as an individual contributor
Ideal Candidate Profile:
● 3+ years of Full Stack Development experience.
● Strong experience with React.js, Next.js, APIs, and modern CMS platforms.
● Proven experience delivering complete projects independently.
● Experience integrating external business systems and building custom applications.
● Strong problem-solving, communication, and project ownership skills.
● Portfolio demonstrating websites, applications, integrations, and digital products.
Benefits:
- Health insurance
- Provident Fund
Work Location: In person
Senior Software Engineer
Location: Pune, India (Hybrid)
Job Type: Full-Time
About This Role
As a Senior Software Engineer, you are a full-stack technical owner. You design the solution, write the hard code, mentor junior engineers, and ensure nothing reaches production that you would not be proud to review. You will work on cloud-native healthcare platforms serving major US health plans, and are expected to bring architecture thinking, AI proficiency, and a high ownership mindset to every sprint.
About Us
We are the Solutions-as-a-Service arm who represents a shift from traditional outsourcing models toward outcome-led execution.
We do not sell effort, transactions, or headcount. It delivers measurable business outcomes. Built on more than 130 years of combined healthcare payer expertise, the organization brings together deep domain knowledge, AI-driven platforms, and operational excellence to solve complex challenges across the payer ecosystem.
The group’s flagship company has spent over 17 years building cloud-native platforms that support health plans managing billions in premiums and millions of members. These capabilities are extended and positioned as the Industry OS for AI, enabling intelligent automation of complex workflows at scale. We integrate these strengths into a single execution model. Teams are embedded with clients from day one, applying proven workflows, platform intelligence, and domain expertise to accelerate outcomes without a learning curve.
With headquarters in Chicago and a global delivery center in Pune, and a team of 300+ professionals, we are focused on transforming payer operations across claims, enrollment, billing, provider data management, appeals and grievances, and independent dispute resolution.
What You’ll Do
•Own end-to-end design and delivery of full-stack features across .NET Core backend and React frontend
•Lead technical design sessions - propose solutions, evaluate trade-offs, document decisions
•Mentor and code-review junior and mid-level engineers; raise the technical bar of the team
•Communicate proactively with business teams, product, and client-facing leads on requirements and delivery timelines
•Troubleshoot and resolve complex production issues independently and with speed
•Enforce source code quality standards: pull request hygiene, branching discipline, and test coverage gates
•Drive Agile sprint ceremonies - own estimation, WBS breakdown, and sprint commitment
•Architect and integrate Azure PaaS services into the platform including AKS, App Services, Function Apps, Service Bus, and Key Vault
•Champion Claude AI and Claude Code across the team - demonstrate AI-assisted code scaffolding, test generation, and review acceleration
•Surface technical risks early; propose and own mitigation paths
Tech Stack
•App: .NET Core / C#, ASP.NET Core Web API, Entity Framework Core
•Frontend: React JS, JavaScript / TypeScript
•Scripting: Python - scripting, automation, and data processing
•Data: SQL Server, PostgreSQL, T-SQL, CQRS / MediatR
•Cloud: Azure AKS, App Services, Function Apps, Service Bus, Key Vault
•Delivery: Azure DevOps, CI/CD pipelines, Git
•AI: Claude AI, Claude Code, Anthropic API
What You Bring
•5 to 8 years of overall experience in software development
•.NET Core (C#) - deep, production-grade experience with complex backend systems
•ASP.NET Core Web API - design, versioning, authentication, and performance tuning
•React JS - component architecture, state management, and performance optimization
•Python - scripting, automation pipelines, or data processing tasks
•SQL Server and/or PostgreSQL - advanced query design, indexing, execution plans, and schema ownership
•CQRS pattern - practical implementation experience, MediatR preferred
•Design Patterns and SOLID Principles - applied, not just theoretical
•Entity Framework Core - including migrations, raw SQL fallback, and N+1 awareness
•Azure DevOps - pipeline creation and management, not just consumption
•Strong analytical and problem-solving skills - you debug what others cannot
•Excellent written and verbal communication in English
•Degree in Engineering, Computer Science, or equivalent from a recognized university
Good to Have
•Azure PaaS services - AKS, App Services, Function Apps, Service Bus, Key Vault, API Management
•Microservices architecture and inter-service communication patterns
•Unit and integration testing frameworks such as xUnit, NUnit, Moq, or TestContainers
•PostgreSQL advanced features - JSONB, partitioning, replication, or indexing strategies
•Infrastructure-as-Code exposure with Bicep or Terraform on Azure
•Healthcare payer domain knowledge - claims, enrollment, benefits, or provider data
•Familiarity with Anthropic API or LLM integration patterns in production applications
AI Proficiency
This is not a checkbox. We are an AI-native engineering org. We use Claude AI and Claude Code daily. As a Senior Engineer you are expected to:
•Use Claude Code or an equivalent AI coding assistant actively - integrated into your daily PR and design workflow
•Apply AI for intelligent test coverage, boilerplate acceleration, and architectural spike analysis
•Bring AI-assisted patterns into your team - teach, demonstrate, and help standardize usage
•Evaluate AI-generated code critically: know where it needs human oversight and correction
Functional Competencies
•Technical leadership - raise the quality bar through standards, reviews, and visible contribution
•Agile/Scrum mastery - sprint planning, retrospectives, and WBS discipline
•Cross-functional collaboration with product, infrastructure, and client-facing teams
•Mentorship - you make junior engineers better through reviews and pairing, not just criticism
•Outcome orientation - you measure success by shipped value and defect escape rate, not lines of code
Why Join Us
•Own complex, high-stakes engineering on healthcare SaaS platforms serving millions of members
•AI-native culture - Claude AI and Claude Code are daily tools, and you will help define how the team uses them
•Senior engineering voice in architecture, hiring, and technical direction
•Competitive base salary with strong performance-linked incentives
•Health insurance and learning and development support
•Hybrid setup from our Pune delivery center with direct access to US leadership
•Startup agility, enterprise domain depth, and a 300+ person global team behind you
About Oddr
Oddr is an AI-powered revenue-intelligence platform for the legal industry, helping law firms modernize billing, collections, reconciliation, and revenue forecasting across the full invoice-to-cash lifecycle.
Why this role exists
- We're building an end-to-end regression suite from the ground up.
- You'll own that layer. You decide what's worth testing, automate it well, validate new features by hand before they enter regression, and keep the suite trustworthy as the product evolves.
- You'll set the standards the rest of the team works to, and mentor other engineers if needed be a quality champion embedded across the full software development lifecycle ensuring we ship reliable, performant software at pace.
- This is a quality engineering role, not a manual-only QA role. You'll write code, think like a product person, and use AI-assisted tooling to move fast.
What you'll do
- Own the regression suite end to end - its architecture, conventions, quality bar, and roadmap. You're the person who decides how we test and why.
- Decide what to test. Read a feature, assess risk, and choose the thin layer of E2E coverage that integration tests can't provide - rather than chasing coverage metrics or duplicating existing tests.
- Test new features by hand, then automate them. Exploratory and scenario-based testing of new functionality, followed by adding the durable cases to the Playwright suite.
- Build and maintain automated E2E and cross-service API tests in Playwright + TypeScript that are independent, idempotent, and readable as living specifications.
- Keep the suite trustworthy. Enforce deterministic selectors and assertions, eliminate hardcoded waits, and quarantine flaky tests immediately rather than letting them erode confidence.
- Shape quality upstream. Partner with product and engineering to clarify acceptance criteria and Definition of Done and raise quality risks while they're still cheap to fix.
- Use AI-assisted tooling to accelerate authoring and maintenance (e.g., Claude Code, Playwright MCP, Copilot) - while keeping committed tests deterministic and reviewed.
Must-haves
- Hands-on browser automation with Playwright (or strong Cypress/Selenium with willingness to move to Playwright), in TypeScript/JavaScript. This is the core of the job.
- Ownership mindset - you can take a test suite as your own, set its standards, make and defend trade-off decisions, and say no when coverage isn't worth it.
- Product and feature literacy - you can look at a feature, reason about what matters to users, and translate that into the right tests, acceptance criteria, and risk-based priorities.
- Strong exploratory and scenario-based testing - boundary, negative, and edge-case thinking. (We value this highly; we simply require that you can also automate.)
- Sound E2E test-design judgment - test independence, deterministic and accessibility-first selectors, no hardcoded delays, and disciplined handling of async/timing.
- API testing of REST services and comfort reading Swagger/OpenAPI specs.• Solid SQL skills for data validation and defect investigation.
- Git / pull-request workflow and familiarity with CI/CD (Azure DevOps a plus).
- Clear communication and the ability to mentor; comfortable in Agile/Scrum/Kanban.
Nice-to-have
- Comfort with AI-assisted development tooling (Claude Code, Playwright MCP, Copilot) as an accelerant for writing and self-healing tests.
- Experience building or substantially evolving a test suite from scratch, not just maintaining one.
- Domain exposure to LegalTech, FinTech, or Billing/AR workflows.
- Familiarity testing React applications and component libraries (e.g., Ant Design).
- Awareness of non-functional testing (performance, accessibility, security).
How we work
- Tech: Playwright + TypeScript (unified for E2E and cross-service API), React frontend, .NET backend,Azure DevOps CI/CD.
- AI-first tooling: We actively use AI to author and maintain tests faster - but we hold a high bar on determinism, readability, and flake-free reliability. Tools accelerate the engineer; they don't replace the engineer's judgment.
- Quality bar: UI correctness over presence-only checks; tests read like specifications; flaky tests are quarantined on sight.
What we offer
Competitive salary, performance bonus, and equity (ESOPs); comprehensive health insurance (self, spouse, parents, children); flexible remote-first culture.
Role & Responsibilities
We are currently seeking a Senior Engineer to join our Financial Services team, contributing to the design and development of scalable system.
The Ideal Candidate Will Be Able To-
- Take ownership of delivering performant, scalable and high quality cloud based software, both frontend and backend side.
- Mentor team members to develop in line with product requirements.
- Collaborate with Senior Architect for design and technology choices for product development roadmap.
- Do code reviews.
Ideal Candidate
- Strong Software Engineer fullstack profile using NodeJS, Python, and React
- Mandatory (Experience) - Must have 6+ YOE in Software Development using Python and NodeJS (For backend) & React (For frontend)
- Mandatory (Core Skills 1): Must have strong experience in working on Typescript
- Mandatory (Core Skills 2): Must have experience in message based systems like Kafka, RabbitMq, Redis
- Mandatory (Core Skills 3): Databases - PostgreSQL & NoSQL databases like MongoDB
- Mandatory (Company) - Product Companies Only
- Mandatory (Education) - B.Tech or Dual degree (Btech and Mtech or Integrated Msc/MS) from Tier 1 Engineering Institutes. Candidates from other institutions will not be considered unless they come from top-tier product companies
- Mandatory (Note) : This role is a hybrid role (2 days WFO)
- Preferred (Experience): Experience in Fin-Tech, Payment, POS and Retail products is highly preferred
- Preferred (Mentoring): Experience in mentoring, coaching the team.
About Marseer AI
Marseer AI (www.marseerai.com) is a Seattle-based company building an AI-powered marketing intelligence platform for DTC and retail e-commerce brands. The platform combines brand strategy, customer data, automation, and generative AI to help marketing teams drive consistent, data-driven engagement across email, SMS, paid media, SEO, and affiliate channels.
Role Overview
We are looking for an experienced AI Engineer - Full Stack Developer to join the Marseer platform team. This is a dual-track role: you will build and maintain AI agent pipelines, LLM integrations, and RAG-based intelligence systems on the backend, while also owning frontend interfaces that surface insights, recommendations, and campaign outputs to marketing teams and brand operators.
You should be equally comfortable designing multi-step agentic workflows in Python and building clean, responsive product interfaces in React/Next.js. You understand how LLMs behave in production, know how to engineer prompts and tool chains for reliability, and care deeply about the end-to-end user experience.
What You Will Do
- Design and implement multi-step AI agent workflows using LLM orchestration frameworks such as LangChain, LangGraph, CrewAI, or similar.
- Build and maintain RAG pipelines, including chunking strategies, embedding generation, vector store management, and retrieval tuning.
- Integrate with LLM providers such as OpenAI, Anthropic, or others, including prompt engineering, tool/function calling, structured output generation, and context window management.
- Develop AI-driven features such as campaign brief generation, audience recommendations, content variant creation, and performance insight summarization.
- Implement evaluation and observability frameworks to monitor LLM output quality, latency, and cost in production.
- Build frontend interfaces using React and Next.js, including dashboards, agent interaction UIs, campaign builders, and insight surfaces.
- Design and implement RESTful and/or GraphQL APIs in Python (FastAPI or Flask) or Node.js to serve AI outputs to the frontend.
- Integrate frontend with backend AI services, streaming LLM responses, and real-time status updates.
- Work with structured and unstructured marketing data, campaign performance metrics, audience segments, content libraries, and brand strategy documents.
- Integrate with marketing platforms and data sources such as Klaviyo, Google Ads, Meta, and Shopify.
Requirements
- 5-10 years of professional software engineering experience, with meaningful time in both backend and frontend development.
- Proven experience building and deploying LLM-powered applications in production, not just prototypes.
- Strong proficiency in Python for backend and AI development.
- Strong proficiency in React and Next.js for frontend development.
- Hands-on experience with LLM orchestration frameworks such as LangChain, LangGraph, CrewAI, or equivalent.
- Experience building RAG pipelines, vector stores such as Pinecone, Weaviate, pgvector, or similar, embedding models, and retrieval strategies.
- Experience with API design, REST or GraphQL, and backend service architecture.
Strongly Preferred
- Experience designing and building multi-agent or agentic AI systems with tool use, memory, and planning capabilities.
- Familiarity with prompt engineering best practices, structured output generation, and LLM evaluation methodologies.
- Experience with streaming LLM responses and real-time UI updates using SSE or WebSockets.
- Prior work in a SaaS product company shipping production features.
- Familiarity with marketing platforms, e-commerce data, or martech ecosystems.
Good to Have
- TypeScript and modern frontend tooling such as Tailwind CSS or shadcn/ui.
- Familiarity with Snowflake or other cloud data warehouses as data sources for AI pipelines.
- Experience with observability tools for LLM applications such as LangSmith, Helicone, Arize, or similar.
- Understanding of marketing concepts such as segmentation, campaign lifecycle, attribution, and content personalization.
What We Are Looking For
- Availability to work US business hours; overlap with US Eastern or Pacific timezone is required for client collaboration and team standups.
- Strong written and verbal English communication.
- Product sense and ownership mindset.
- Comfort with ambiguity in non-deterministic LLM-powered systems.
- Collaborative working style across engineering, design, and client-facing functions.
What We Offer
- Competitive compensation based on experience.
- Fully remote role; work from anywhere in India, with Hyderabad-based candidates preferred.
- High-impact work at the frontier of applied AI for marketing and e-commerce.
- Direct exposure to real brand problems, real data, and real production AI systems.
- A small, senior team where your architecture decisions matter and your contributions are visible.
Key Responsibilities
Backend Development
- Design, develop, and maintain scalable backend services using Rust, Python, and TypeScript.
- Build high-performance microservices and APIs for AI-driven products.
- Develop fault-tolerant, secure, and maintainable distributed systems.
- Design event-driven architectures and asynchronous processing pipelines.
- Implement caching, message queues, and database optimization strategies.
AI & Machine Learning Integration
- Build and maintain backend infrastructure supporting LLMs, Generative AI, RAG systems, and AI Agents.
- Integrate models from providers such as OpenAI, Anthropic, Gemini, and open-source LLMs.
- Develop vector search solutions using Pinecone, Weaviate, Qdrant, or similar technologies.
- Build AI workflows for content generation, summarization, sentiment analysis, and conversational intelligence.
- Optimize AI inference pipelines for performance and cost efficiency.
System Architecture
- Design scalable architectures capable of handling high traffic and large volumes of data.
- Develop real-time processing systems and data pipelines.
- Implement observability, monitoring, logging, and alerting mechanisms.
- Drive performance tuning and latency optimization across services.
Cloud & DevOps
- Deploy and manage applications on AWS, GCP, or Azure.
- Work with Docker, Kubernetes, CI/CD pipelines, and Infrastructure as Code.
- Ensure system reliability, security, and scalability.
Title: Sr Software Engineer, Backend
Level: L3
Location: Hyderabad, India
Department: Engineering
Company
Talent Systems, LLC is the leading technology solution provider for casting and auditioning to the entertainment industry. Casting directors and agents worldwide use Talent Systems’ portfolio of products to source and manage talent across film, television, commercials, theater and digital projects, powering an unparalleled, global casting software ecosystem.
We are headquartered in Los Angeles and operate in the US, Canada, UK, Australia and India. Our portfolio brands include Casting Networks, Spotlight, Cast It Systems, Cast It Talent, Casting Frontier, Staff Me Up, Cast It Reach & Tagmin.
Company Core Values
Job Description
We are looking for a talented and experienced Senior Software Engineer to join our backend team. The ideal candidate will have strong expertise in Node.js and TypeScript, with a solid understanding of backend development best practices. Experience with the AWS ecosystem and working knowledge of Elasticsearch or similar caching/search technologies is essential. Familiarity with Docker, CI/CD pipelines, and PostgreSQL is also required. Knowledge of React.js is a plus.
- Required:
- 5+ years of experience in backend software development.
- Strong proficiency with Node.js and TypeScript.
- Demonstrated experience in architecting and implementing microservice architectures.
- Extensive experience with AWS services such as EC2, S3, Lambda, RDS, etc.
- Hands-on experience with Elasticsearch or similar caching/search technologies.
- Proficient with Docker and container orchestration concepts.
- Expertise in designing, implementing, and maintaining CI/CD pipelines.
- Solid experience with PostgreSQL, including schema design and query optimization.
- Strong problem-solving skills and ability to work effectively in a collaborative environment.
- Excellent communication and teamwork skills.
- Preferred:
- Strong knowledge of testing methodologies, including integration testing frameworks and best practices.
- Experience with CI/CD pipelines and version control systems like Git.
- Familiarity with React.js is a plus but not mandatory.
- Ability to mentor and lead junior developers effectively.
- Soft skills:
- Strong communication and collaboration skills, with the ability to work effectively in cross-functional teams from different cultures and geolocations.
- Strong sense of urgency and ability to deliver results in a fast-paced environment.
- Exceptional attention to detail and commitment to quality.
- Excellent problem-solving skills and a customer-first mindset.
- Design, and develop scalable and maintainable backend services using Node.js and TypeScript.
- Drive the design and implementation of microservice-based architectures to support our platform’s scalability and reliability.
- Collaborate with frontend engineers, product managers, and other stakeholders to deliver high-quality, robust software solutions.
- Implement and optimize search and caching solutions using Elasticsearch or similar technologies.
- Build, maintain, and optimize containerized applications using Docker.
- Develop and manage CI/CD pipelines to ensure efficient and reliable software delivery.
- Utilize AWS services extensively to deploy, monitor, and scale backend applications.
- Design, optimize, and maintain PostgreSQL databases, including schema design and query performance tuning.
- Lead code reviews, mentor junior engineers, and promote best practices in software engineering and architecture.
- Deliver high-quality features on time by maintaining a balance between speed and precision.
- Participate in sprint planning, daily standups, and code reviews, fostering a culture of continuous improvement and knowledge sharing.
Ever dreamed of being part of new product initiatives? Feel the energy and excitement to work on version 1 of a product, and bring the idea on paper to life. Do you want to work on SAAS products that can become the next Uber, Airbnb, or Flipkart? We allow you to be part of a team leading the development of a SAAS product.
Our organization relies on its central engineering workforce to develop and maintain a product portfolio of several different startups. Our product portfolio continuously grows as we incubate more startups, which means that different products are very likely to use different technologies, architecture & frameworks - a fun place for smart tech lovers!
The Role:
A Senior Frontend Engineer strives to build solid frontend foundations, infrastructure, and top-notch experiences. You are required to work in teams alongside back end developers, graphic designers, and user experience designers to ensure all elements of web creation are consistent. This requires excellent communication and interpersonal skills.
Roles and Responsibilities:
● Develop high-quality and responsive user interfaces using HTML, CSS, and JavaScript
● Implement and maintain frontend frameworks and libraries, such as React, Angular, or Vue.js
● Collaborate with designers to translate wireframes and mockups into functional UI components
● Ensure cross-browser compatibility and optimize web applications for maximum speed and scalability
● Write clean, modular, and maintainable code following coding standards and best practices
● Conduct thorough testing and debugging to ensure the functionality and performance of UI components
● Participate in code reviews, providing constructive feedback to improve code quality and maintainability
● Work closely with backend engineers to integrate frontend interfaces with server-side logic and APIs
● Collaborate with product managers and stakeholders to understand project requirements and provide technical insights
● Stay up-to-date with the latest front-end technologies, trends, and best practices, and proactively suggest improvements to the development process
● Champion usability and accessibility, adhering to web accessibility guidelines (e.g., WCAG) and implementing UX principles
● Provide technical guidance and mentorship to junior engineers, fostering their growth and development
Experience using AI agents/coding assistants (e.g., Copilot, Claude, Cursor) during the software development lifecycle.
Ability to effectively leverage AI for code generation, debugging, testing, problem decomposition, and improving developer productivity.
Demonstrates good ownership of AI-generated code, including reviewing, validating, and refining outputs before adoption.
Mandatory Qualifications:
● A minimum of 3+ years of relevant experience
● Proficient knowledge of any popular JS framework like React, Ember, Angular, or Backbone
● Experience with common front-end tools like SASS/Stylus, Jade, Grunt/Gulp, etc
● Good understanding of REST API
● Ability to build a feature from scratch & drive it to completion
● A willingness to learn new technology, whatever lets you deliver the best product
Good to have:
We also expect the following, but we accept that you can be an absolutely great developer without fulfilling the below. So go ahead and apply even if the following isn’t applicable:
● Have a few weekend side-projects up on GitHub
● Have contributed to an open-source project
● Have worked at a product company
● Have a working knowledge of a backend programming language.
Location: Bangalore
About Reeroute
Reeroute is a technology-driven logistics platform transforming truck booking, fleet management, and freight operations across India. We are building a modern ecosystem connecting shippers, transporters, and truckers through intuitive web and mobile applications.
Role Overview
We are looking for a passionate Frontend UI Developer who can create world-class user experiences for our Shipper, Trucker, and Operations platforms. The ideal candidate should have strong expertise in modern frontend technologies, a keen eye for design, and experience building scalable SaaS products.
Key Responsibilities
- Develop responsive and high-performance web applications.
- Convert Figma designs into pixel-perfect UI components.
- Build reusable and scalable component libraries.
- Collaborate with Product, Design, and Backend teams.
- Optimize application performance and user experience.
- Ensure cross-browser and mobile responsiveness.
- Integrate APIs and manage frontend state efficiently.
- Maintain code quality through reviews and best practices.
- Work on dashboards, tracking systems, maps, and logistics work
Automation Tester — Senior (L3)
Island Role · Quality & Domain Function · Full-Time
What this role is
The Automation Tester at L3 is the Island’s quality engineering anchor on engagements where the product has moved beyond greenfield into real, complex business workflows. You are not a junior tester who has picked up a framework. You are someone who has built Playwright suites from scratch, tested against live healthcare platforms, and written automation that actually gates production deployments.
At L3 you are expected to operate without hand-holding. The Lead PE or Lead CE will give you context and acceptance criteria. From there, you own the automation surface of the product. That means Playwright E2E frameworks, it means understanding the healthcare domain the product operates in, and it means leading the quality team through every release cycle.
All three. Not two of three.
The Three Pillars — All mandatory
This role has three non-negotiable pillars. If you cannot demonstrate all three at the time of application, do not apply. There is no partial credit.
01 Automation Framework — You build it, maintain it, and own it
You design, develop, and maintain scalable end-to-end automation frameworks using Playwright (preferred), Java, or JavaScript/TypeScript. You are not inheriting someone else’s suite and running it. You are authoring it. AI-assisted via Playwright MCP and Codegen is expected. Untouched Codegen output is not acceptable.
02 Healthcare Domain Expertise — Industry knowledge — earned or owned
You understand the real-world clinical and operational workflows the product supports. You know the difference between a UI defect and a broken healthcare workflow. You understand what HIPAA compliance requires at the software level, what FDA software validation entails, and why a broken EHR flow is a different category of failure to a misaligned component. If you have already tested healthcare platforms, your application is stronger for it. If you do not have it yet, you are expected to develop it actively on the job.
03 AI-Driven Testing — You implement, not just experiment
You use Playwright MCP, self-healing locators, and agentic test generation as execution tools — AI-assisted, fast, and rigorous. You are expected to deploy these tools in production test suites that gate deployments. If you have never implemented AI-assisted testing beyond running Codegen, do not apply for this role.
What you will own at L3
- Playwright E2E test suites for all production-critical user journeys — written and maintained by you, not inherited
- Cross-browser and cross-device execution strategy via BrowserStack Automate and App Automate
- AI testing integration — Playwright MCP, ZeroStep, or equivalent agentic frameworks deployed in live suites
- CI/CD pipeline integration — GitHub Actions, Jenkins, or GitLab — you own the test gate configuration
- Test management and traceability — BrowserStack Test Management, Jira/Xray, or TestRail — defect log and sign-off decision are yours
- Healthcare compliance validation — ensuring automated suites adhere to HIPAA, FDA software validation, and applicable health data privacy laws
- RESTful API test coverage — Postman, SuperTest, or RestAssured — integrated into the regression cycle
- Release sign-off authority — you decide what blocks a production deployment and what does not
- Mentoring L1 and L2 testers on the Island — reviewing their scripts, correcting their defect logs, and raising the quality bar of the pod
- Setting the automation standard for the Island — if an L1 does not know how to structure a Playwright suite, that is your problem to fix
- Onboarding new Island members to the product’s healthcare domain context — you hold the institutional knowledge of the clinical business logic and are expected to transfer it
- Flagging process gaps upstream — if the CE’s acceptance criteria are too vague to automate against, you raise it before the sprint starts, not after
Proof-based qualifications
We do not assess candidates on years of experience or job titles. We assess candidates on proof of capability. When you apply, you must be prepared to demonstrate the following:
What you must show
Automation Framework
A Playwright test suite you authored for a real product engagement — at least three E2E scenarios, a maintained structure, and evidence of CI/CD integration. Codegen-assisted is fine. Untouched Codegen output is not.
Healthcare Domain
A compliance audit, UAT report, or workflow analysis that demonstrates you understand the healthcare business logic behind the product — not just its interface. EHR, telehealth, or HIPAA-regulated flow analysis preferred.
AI Testing
Evidence of Playwright MCP, self-healing locator implementation, or agentic test generation used in a real or representative project. Describe the problem it solved, not the tool name.
Team Leadership
A concrete example of mentoring a junior QA engineer, defining an Island-level testing standard, or owning a cross-team quality roadmap.
Generic QA certifications and tool lists on a CV are not proof. Showing us actual work output is.
On healthcare domain expertise — a direct note
Healthcare domain expertise at L3 means you can audit a product against the real-world clinical workflow it is supposed to support. An EHR product should behave the way an actual clinician expects it to behave. A telehealth platform should reflect how patients and providers actually interact in a regulated care environment.
If you have already tested products in a regulated healthcare domain — EHR platforms, telehealth applications, HIPAA-compliant insurance systems — your application will be treated as strong from the start. You already know what breaks in that space and why it matters.
If you do not have it yet, you are expected to develop it on the job, through active engagement with the client’s clinical workflows, their regulatory environment, and their competitive landscape. We will not do it for you. You will need to take ownership of your own domain fluency.
Either path is acceptable. Showing up at L3 without any healthcare domain fluency and with no plan to develop it is not.
AI tooling at Fountane
Claude and Cursor are the primary tools for thinking, drafting, and executing work at Fountane. Playwright MCP and Codegen are approved for the Automation Tester function as starting points for test script generation. The expectation is that you use them to accelerate — not to replace — your own judgment about what to test and how.
AI tools are not a listed skill here. They are the working method. If you are not already integrating Claude, Cursor, or Playwright MCP into your daily workflow, you will need to get there fast.
Who should not apply
- You have never written a Playwright test. You plan to learn on the job. This is not the right moment for that.
- Your entire QA background is manual testing. You have not authored or maintained an automation framework in the last two years.
- You treat healthcare compliance as someone else’s concern. You test UIs, not clinical workflows.
- You need a Lead to tell you what to automate before you start building.
- You are looking for a role where the scope is narrow and the deliverables are defined for you each sprint.
- You have experimented with AI testing tools but have not deployed them in a real project.
What comes next
L3 is not a ceiling. The path to Lead Automation Tester requires demonstrated ability to design the full automation strategy for an Island, present quality benchmark reports directly to client executive and clinical stakeholder teams, and manage the quality engineering function independently across multiple product streams. Promotion is not tenure-based. There is no timeline. It is triggered by demonstrated capability at the next level’s complexity tier.
About Fountane
Fountane is a technology ventures lab - one part product studio, one part startup engine. We build high-quality software and AI products for clients ranging from fast-moving startups to large enterprises, and we co-build and invest in new companies when we see the right opportunity.
Founded in 2017 and headquartered in Minneapolis, we have grown to 60+ people across four continents and were recognised as one of America’s fastest-growing companies, ranking No. 699 on the Inc. 5000 with 595% three-year growth.
We are serious about craft, direct about expectations, and operate at the frontier of AI-assisted engineering. Lead PEs here carry real authority and real accountability - over delivery, over people, and over client outcomes. If that combination is what you are looking for, this is the place.
Job Description:
Core responsibilities
Collaborate with product teams to more accurately define new features
Collaborate with UX in the building and implementing a design system/component library
Understanding of monorepos based project which leverage common services
Ensure high performance of all systems developed
Aware of the relationship between development and business with a strong sense of ownership
Employ the latest techniques such as agile software development
Good knowledge of highly scalable server-side development
Basic working knowledge of Unix/Linux
Excellent problem solving and coding skills in Javascript (Angular)
Strong interpersonal, communication and analytical skills
Should have the ability to express their design ideas and thoughts
Job Brief
JavaScript and Typescript expertise (Angular)
Experience with libraries such as bootstrap, Ag-grid, observables, and ngrx/Redux
Hands on experience of working with AI assisted ex. Windsurf
Understanding of accessibility guidelines, multi lingula support and internationalization
You enjoy working with new technologies, and are curious and energetic
Experience working with REST APIs
Good understanding about authentication and security
Create and maintain various unit and integration tests (Sonar, Cypress)
You enjoy working in a creative and agile environment that moves fast
Ability and interest in providing mentorship to junior members of the team
Write high quality code and Conduct code reviews
Being resourceful and detail-oriented, along with being an outside the box thinker!
Experience being a great team player, who work collaborative, and brings a positive attitude
We are hiring: Software Developers
Bangalore (5 days in office)
About Dino Ventures
Dino Ventures is a Bharat-focused, app-first company (5M+ app downloads
). We have 10+ live apps with flagship products like Samaj Saathi, Samjho, and Stick serving millions of users across India.
What you’ll do
- Build real-time, scalable, high-performance systems end-to-end — from backend services to user-facing apps
- Optimise across the stack: databases and services for performance and cost at scale, frontends for bundle size, load time, and UX polish
- Work with Node.js, PostgreSQL, Redis, ElasticSearch on the backend and SvelteKit, TypeScript, Tailwind, tRPC, Tanstack Query on the frontend (and more)
- Take ownership from design → implementation → production
What we’re looking for
- You are proficient in TypeScript/JavaScript — a Software Developer first, not tied to a single framework
- You are well-versed in databases — you understand indexing, query tuning, and internals
- You know your way around AI coding tools like Claude Code, Codex, etc.
- You care about all the tiny details — latency, network efficiency, race conditions, bundle size, load time, UX polish
- You can be scrappy when speed matters and write clean, well-designed systems when it counts
- You are enthusiastic and self-driven — ready to make a difference (Intent >>> Skills)
Why join us
- Solve real problems for Bharat users
- Work on multiple applications and build from scratch
- High ownership, zero bureaucracy
- Be part of an ambitious, product-first team
- See your work in production from Day 1
About the Role
We are looking for a senior backend engineer to build the infrastructure that powers AI agents in enterprise environments. You will work on systems that securely run, manage, monitor, and govern AI agents as they interact with users, business applications, and external tools.
This role combines backend engineering, distributed systems, AI agent infrastructure, security, and platform development.
Responsibilities
- Build and maintain the core runtime that manages AI agent execution and lifecycle.
- Develop systems for message processing, task orchestration, queue management, and recovery from failures.
- Design secure communication and execution boundaries between AI agents and the host platform.
- Build and enhance sandboxed environments for safe tool and code execution.
- Develop scalable backend services, APIs, and platform components.
- Build admin interfaces and APIs for configuring agents, permissions, approvals, and audits.
- Implement capability, access control, and permission management systems.
- Develop durable memory and state management systems for AI agents.
- Build integrations with communication platforms, business applications, and external systems.
- Improve platform reliability, observability, security, and performance.
- Collaborate closely with engineering teams to design, develop, test, and ship new capabilities.
Required Skills & Experience
- 5+ years of backend software engineering experience.
- Strong proficiency in TypeScript, Node.js, or another modern typed programming language.
- Experience building scalable, distributed, and event-driven systems.
- Strong understanding of databases, transactions, queues, background workers, and system reliability.
- Experience designing and building REST APIs and backend services.
- Hands-on experience using AI coding tools and assistants in daily development workflows.
- Understanding of AI agent frameworks, agent workflows, tool calling, context management, or agent orchestration concepts.
- Strong knowledge of system design, security principles, authentication, authorization, and access control.
- Experience debugging, optimizing, and maintaining production systems.
- Ability to work independently in large codebases and deliver high-quality solutions.
Good to Have
- Experience with AI agent frameworks or SDKs.
- Experience building developer platforms, admin consoles, or management systems.
- Knowledge of sandboxing, process isolation, containers, or secure execution environments.
- Experience with distributed systems concepts such as ordering, retries, idempotency, and fault recovery.
- Experience designing extensible architectures and integration platforms.
- Exposure to AI infrastructure, LLM applications, or autonomous agent systems.
What We're Looking For
- Strong backend engineering fundamentals.
- Security-first mindset.
- Experience building reliable production systems.
- Interest in AI agents and AI infrastructure.
- Ability to move quickly, solve complex technical problems, and work in a fast-paced environment.
At BigThinkCode, our technology solves complex problems. We are looking for talented back end (node.JS) engineer to join our at Chennai.
Please find below our job description, if interested drop your profile to connect and disucss.
Company: BigThinkCode Technologies
URL: https://www.bigthinkcode.com/
Experience required: 2-3 years
Work location: Chennai
Joining time: Immediate – 2 weeks
Work Mode: Work from office / Hybrid
A skilled Node.js Developer with 2–3 years of experience in building scalable applications using event-driven architecture within distributed systems. The ideal candidate should be comfortable in high-performance backend services and have a strong understanding of asynchronous programming patterns.
Experience or exposure to knowledge embedding and vectorization techniques is a strong plus, especially in the context of modern data-driven or AI-powered systems.
Must have skills:
- Hands on expertise in OOJS, node.js, distributed systems.
- Hands on experience using RabbitMQ, Kafka / Redis and PostgreSQL.
- Event drive architecture (EDA) microservices project experience MUST
- Any programming: Typescript or nodeJS or Golang.
- Hands on experience using docket containers and Kubernetes.
- Aware about Asynchronous and Loose Coupling.
- Familiar with API’s gateway and microservice design patterns.
- Strong understanding of event-driven architecture and non-blocking I/O.
- Experience working with distributed systems and microservices architecture.
- Proficiency in RESTful API design and implementation.
- Experience with databases such as MongoDB, PostgreSQL, or MySQL.
- Experience with containerization tools like Docker and orchestration tools like Kubernetes
Key Responsibilities
- Design, develop, and maintain server-side applications using Node.js
- Build and optimize scalable, event-driven systems in distributed environments.
- Implement asynchronous workflows, message queues, and pub/sub architectures.
- Collaborate with cross-functional teams to define and deliver backend solutions.
Good to Have:
- Experience with knowledge embedding and vectorization techniques.
- Familiarity with vector databases (e.g., Pinecone, Weaviate, FAISS).
- Understanding of cloud platforms (AWS, Azure, or GCP)
Why Join Us:
- Collaborative work environment.
- Exposure to modern tools and scalable application architectures.
- Medical cover for employee and eligible dependents.
- Tax beneficial salary structure.
- Comprehensive leave policy
- Competency development training programs.
We are seeking a skilled MEAN Stack Developer to join our dynamic development team. In this role, you will be responsible for designing, developing, and maintaining robust and scalable web applications using the MEAN stack technologies: MongoDB, Express.js, Angular, and Node.js. The ideal candidate will have a solid understanding of front-end and back-end development, with a keen ability to integrate various components of the stack effectively.
Important to Note:
- We conduct in-person interviews and kindly ask that you do not request a Skype, online, or phone interview.
- Interviews will be conducted at our office in Sector 63, Noida. Selected candidates will be invited for a written test and a face-to-face interview.
- We kindly request that only candidates who are willing to work from our office apply, as we do not offer work-from-home opportunities.
Key Responsibilities:
- Build secure and performant web services and components.
- Build and maintain new, high impact functionality in various ongoing projects.
- Collaborate with fellow team members on priorities, specifications, and feature implementation.
- Evaluate new technologies and techniques to improve how we operate.
- Craft well-documented, reusable, and testable code.
- Build and maintain new, high impact functionality invarious ongoing projects.
- Be a part of the team's on-call rotations.
Required Skills & Qualification:
- At least 2+ years of experience in NodeJS with understanding of isomorphic JavaScript
- Angular 8 plus, React Experience
- Strong experience backend development
- Strong CS fundamentals
- Knowledgeable in building loosely coupled, highly cohesive code
- Experience designing APIs for consistency, simplicity, and extensibility.
- Have worked in an agile shop with a strong emphasis on rapid prototyping and rigorous A/B testing
- Developing and maintaining core libraries, services and/or platforms written in Node.js
- Experience with AWS services
- Experience with SQL, Lite SQL, Mongo
What We Offer:
- Competitive Compensation: Enjoy a salary and benefits package that recognizes your talents and contributions.
- Innovative Workspace: Work with cutting-edge technology in a dynamic, forward-thinking environment.
- Comprehensive Health Coverage: Benefit from group health insurance that ensures your well-being.
- Extra Earnings: Receive additional salary for any extra work hours.
- Rewarding Excellence: Benefit from annual and quarterly cash rewards celebrating your hard work.
- Birthday Celebrations: We celebrate your birthday with a cake and cash gifts, so you can treat yourself in your own way.
- Fair Opportunities: Experience a work environment where hiring and promotions are based on merit, free from favouritism.
- Surprise Loyalty Benefits: Enjoy unexpected perks and rewards as a token of our appreciation for your dedication and commitment.
- Paid Breaks: We provide 2 paid breaks during work hours to help you avoid long periods of sitting. These breaks are designed to keep you refreshed and energized throughout the day, promoting overall well-being and productivity.
- Guaranteed Rest: 36 Off days! Receive 21 days of paid leave plus 15 festive and gazetted holidays each year, ensuring ample time to rest and maintain a healthy work-life balance.
- Work Days: Our working hours are Monday to Saturday, from 8:30 AM to 5:30 PM. Enjoy Sundays off to recharge and relax.
- Growth and Development: Benefit from individualised learning plans and professional development opportunities to grow alongside the company.
- Team Spirit: Thrive in a supportive and collaborative team culture that values every member.
Please do not apply if you are looking for a work-from-home opportunity. We only work from the office. Interviews will be conducted at our office in Sector 63, Noida. Selected candidates will get a call for FACE-TO-FACE Interview and Written Test.
Key Focus Areas:-
• Scalable SaaS and distributed systems
• Microservices architecture
• Backend performance and API optimization
• Cloud infrastructure and DevOps
• Multi-tenant platforms
• Reliability, scalability, and engineering governance
Main Responsibilities:-
• Design fault-tolerant backend systems
• Lead architecture decisions and technical planning
• Improve system performance, scalability, and deployment workflows
• Guide senior developers and enforce engineering standards
• Reduce technical debt and solve complex production issues
• Collaborate with DevOps on CI/CD, monitoring, and AWS infrastructure.
• You will work on complex, enterprise-scale systems including large SaaS platforms, distributed backend architectures, pricing intelligence engines, CRM solutions, 3D configuration ecosystems, route optimization modules, payment integrations, high-volume APIs, and modern cloud infrastructure.
• We are not looking for a “people manager who used to code.
Required Skills:-
• Backend: Node.js, TypeScript, REST APIs, event-driven systems
• Frontend Understanding: React.js architecture concepts
• Databases: PostgreSQL, MySQL, Redis, query optimization
• Cloud/DevOps: AWS, Docker, CI/CD, Kubernetes (preferred)
• System Design: Microservices, distributed systems, high-availability SaaS platforms
Preferred Experience:-
• SaaS product companies
• Enterprise CRM systems
• Large-scale production platforms
• Pricing engines, WebGL/3D systems, AI-assisted workflows
• U.S.-based product engineering environments
Experience Needed:-
• 10–15 years in software engineering
• 3+ years in architect/principal engineer/engineering lead roles
• Proven experience building scalable production systems
Ideal Candidate:-
A technically strong, ownership-driven architect who:
• Thinks strategically
• Stays calm under pressure
• Solves complex engineering problems
• Mentors teams effectively
• Builds long-term scalable systems rather than quick fixes
About the Role
We're looking for a hands-on AI Architect to lead the design and delivery of AI-native applications. You will define the AI stack, establish engineering standards, and drive adoption of AI-assisted development across teams.
Responsibilities
- Architect and build production-grade AI applications.
- Evaluate and standardize AI frameworks, tools, and platforms.
- Design agentic systems, RAG pipelines, and AI workflows.
- Establish AI evaluation, testing, guardrails, and observability practices.
- Drive AI-native development and delivery acceleration initiatives.
- Partner with engineering and product teams on technical roadmap decisions.
Requirements
- 7+ years of software engineering experience.
- Strong experience with LLMs, RAG, embeddings, prompt engineering, and agent frameworks.
- Experience with LangGraph, AutoGen, MCP, or similar ecosystems.
- Hands-on experience with AI evaluations (DeepEval, Ragas), guardrails, and structured outputs.
- Strong Python and TypeScript/Java skills.
- Experience with Kubernetes, CI/CD, IaC, observability, and event-driven architectures.
- Proven experience shipping AI applications to production.
Job Title : Full Stack Developer (React.js / Next.js)
Experience : 3+ Years
Location : Gurugram Sector 43
Working Days : 5 Days WFO
Employment Type : Full-Time
Job Summary :
We are looking for a passionate Full Stack Developer with strong expertise in React.js and Next.js to build modern, high-performance web applications. This is a frontend-focused role that also requires experience with backend development, APIs, and databases.
Mandatory Skills :
React.js, Next.js (App Router & Server Components), JavaScript (ES6+), TypeScript, REST APIs, SSR/SSG/ISR, PostgreSQL/MySQL, Git, State Management (Redux/Zustand/Context API), HTML5, CSS3/Tailwind CSS
Key Responsibilities :
- Develop and maintain web applications using React.js and Next.js.
- Implement SSR, SSG, and ISR for performance and SEO optimization.
- Build reusable and responsive UI components using Tailwind CSS or similar frameworks.
- Integrate frontend applications with backend APIs.
- Work with PostgreSQL or MySQL databases.
- Manage application state using Redux, Zustand, or Context API.
- Write clean, scalable, and well-documented code.
- Participate in code reviews and testing activities.
Required Skills :
- 3+ years of experience in web development.
- Strong knowledge of JavaScript (ES6+), TypeScript, React.js, and Next.js.
- Experience with Next.js App Router and Server Components.
- Good understanding of REST APIs.
- Experience with PostgreSQL or MySQL.
- Proficiency in Git and modern package managers (npm/yarn/pnpm).
Good to Have :
- Experience with PHP/Laravel (preferred) or Node.js.
- Knowledge of JWT, OAuth, or Laravel Sanctum.
- Experience with Tailwind CSS.
- Familiarity with Docker, Vercel, and CI/CD pipelines.
Test Automation & Framework Development
- Design, develop, and maintain scalable web UI automation frameworks using Playwright (TypeScript / Python / JavaScript) following Page Object Model (POM) architecture
- Implement parallel execution, retry strategies, flaky test analysis, and test isolation for reliable, stable test runs
- Create and manage shared utilities — logging, test data handling, Microsoft Teams/Slack integrations, and HTML/Allure reporting
- Define coding standards, perform code reviews, and onboard team members to the automation framework
CI/CD & Pipeline Integration
- Configure and maintain GitHub Actions workflows for automated test execution — integrate with CI pipelines for reporting, failure screenshots, and alerting
- Set up Git-event-driven test triggers and post structured test result summaries to collaboration channels
- Work with shell scripting and Docker basics to support pipeline reliability and scalability
AI Agent Development & Integration
- Contribute to AI-native test automation pipelines leveraging LLM APIs (Claude API / OpenAI) — including intelligent test selection, auto test generation via Playwright Codegen, and automated defect reporting
- Build or support autonomous agent workflows with multi-step reasoning, tool use, and integration with external APIs (GitHub, Jira, REST APIs)
- Develop and refine prompt engineering strategies to build reliable, deterministic agent behavior
- Deploy and monitor AI agents via FastAPI or serverless functions; handle edge cases and output validation
Quality & Reporting
- Perform functional, regression, smoke, and end-to-end test coverage for web platforms
- Manage test data setup and teardown; generate Allure reports and share structured summaries with stakeholders
- Analyze test failures, identify root causes, and drive continuous improvement of test coverage and quality processes
Automation & Testing
- Strong proficiency in Playwright (TypeScript / Python / JavaScript) for web UI automation
- Solid understanding of Page Object Model (POM) and scalable framework design principles — must have designed frameworks, not just written scripts
- Familiarity with BDD frameworks such as Cucumber
- Experience with test runners: pytest or Playwright Test Runner
- Hands-on experience with Selenium WebDriver is a plus
Languages & Tools
- Proficient in TypeScript and/or Python; familiarity with JavaScript is a plus
- Experience with GitHub Actions and CI/CD pipeline configuration hands-on YAML writing required
- Working knowledge of Shell / Bash scripting
- Familiarity with REST API testing and integrations with tools like GitHub and Jira
AI & LLM Exposure
- Working knowledge of LLM APIs (Claude API / OpenAI) for building AI-powered automation or agent workflows
- Hands-on experience with prompt engineering for reliable, structured agent outputs
- Exposure to MCP (Model Context Protocol) or agent skill-based design patterns
- Familiarity with FastAPI for deploying lightweight agent services
Soft Skills
- Strong debugging, analytical, and problem-solving skills — must be able to diagnose failures live
- Ability to independently own modules and drive projects with minimal supervision
- Good communication skills; ability to write structured summaries and documentation for both technical and non-technical stakeholders
Position Title: Software Engineer
Position Type: Full Time
Department: Research and Development
Reports to: First Level Manager, Indian Development Centre.
Company Background:
Affiliated with US Group companies, CGLIA Solutions LLP is an innovative Software Product Development Organization developing high available, highly secure, cloud-based enterprise software products catering to the needs of Large Research facilities, University medical centres, Hospitals, Pharma companies in US and worldwide ultimately leading to the development of life saving medications.
CGLIA is known for helping Software professionals to unleash their creativity, turning them into world class professionals, and building their career.
Job Summary:
As a Software Engineer, you assist in the design development of new products for our renowned customers worldwide.
Enhancing the existing applications by identifying the areas of improvements, making recommendations and designing and implementing them.
Ideal candidate should be a self-starter and, should have excellent problem-solving skills and passionate about developing high quality innovative products exceeding the customer expectations and needs. A keen interest for quality at every stage of development is a must.
Looking for a highly motivated individual who is looking to grow their career in a challenging environment.
Responsibilities:
- Participating in discussion with Product Management teams and Generating the Requirement Specification document that has covers both the functional and Non-functional requirements.
- Participating in discussion with the technical teams and generating the design documents.
- Develop code and update the existing code, ensuring that all the code meets the agreed upon requirements.
- Perform intensive testing of all new and existing programs to ensure they are free of errors and function as intended
- Work closely with the cross functional teams like UI Developers, Business Analysts and Management teams.
- Cultivate an environment of collaboration, commitment, accountability, and creativity and deliver products and services on time with quality delight the customer.
- Actively participating in the hiring process, for Organization growth.
- Updates job knowledge by studying latest development tools, programming techniques, and participating in professional organizations.
- Willing to undertake additional tasks and responsibilities as may be reasonably expected of the role and as necessary in order to achieve the objectives of the organization.
Qualifications: (Education, Experience, Skills and Knowledge)
· Bachelor’s Degree in Computer Science or Information Technology or any equivalent degree.
· At least 3 plus years of hands on experience in developing cloud-based software.
· Expertise in developing cloud based distributed applications and must have experience in object-oriented design.
· Strong hands on experience in using Java, Hibernate, Spring technology stack (Spring MVC, Spring Data, Spring Cloud, Spring Batch, Spring security etc.) along with open source technologies.
- Experience building web and mobile applications using frontend technologies Angular (Angular 1/Angular 2), Bootstrap, Material Design, UX/UI, JavaScript, HTML5, and CSS.
· Experience on any one of databases like MySQL, MS SQL, PostgreSQL, and Oracle.
· Exposure with more than one of the Software Development Methodologies.
· Knowledge on the Code Static Analyzer tools like SonarQube, PMD etc. and, DevOps Tools.
· Expertise in Security related to Web Applications and mobile applications. and other open source and commercial tools.
· Ability to work independently and along with teams.
· Impeccable written English skills, and Oral communication skills along with outstanding interpersonal skills.
· Eagerness and willingness to learn new technologies.
Role & Responsibilities
Responsibilities
• Business: Immerse in operations until you think like an insider.
Rapidly acquire domain expertise through direct observation, translate between business and engineering seamlessly, and mentor engineers in your area on immersion. Influence senior stakeholders effectively, manage complex stakeholder landscapes with competing agendas, and build trust rapidly with new stakeholders.
• Delivery: Lead rapid delivery initiatives across teams in your area, coach on prototype-first approaches, and establish trust through consistent fast delivery. Build complete applications rapidly across any technology stack, select the right tools for each problem, and define clear criteria for prototype-to-production transitions.
• Generative AI: Architect RAG systems for complex use cases across teams, implement advanced techniques (hybrid search, reranking, query expansion), mentor engineers on RAG best practices, and establish RAG standards. Lead evaluation strategy across teams, establishing annotation guidelines, training human-calibrated LLM judges, and building evaluation pipelines that connect tracing to datasets to experiments.
• People: Build high-performing teams across your area, navigate complex interpersonal dynamics, foster psychological safety, and create environments where diverse perspectives are valued. Influence through communication at all levels — from frontline to executive. Handle difficult conversations skilfully and train engineers in your area on effective communication.
• AI-Augmented Development: Optimise AI tool usage across teams in your area, train engineers on AI-augmented and agentic engineering workflows, evaluate new AI development tools, and establish practices that balance AI speed with verification rigour.
• Scale: Design complex multi-component systems end-to-end, evaluate architectural options for large initiatives across teams, guide technical decisions for your area, and mentor engineers on architecture. Create debt reduction strategies across teams, influence roadmap decisions to include debt work, and teach engineers when to accept debt for speed versus when to invest in quality.
• Documentation: Define documentation standards across teams in your area, create documentation systems and templates, train engineers on spec-driven development, and ensure documentation quality across projects. Lead pattern generalization initiatives, defining criteria for when to generalize versus keep custom.
• Reliability: Define reliability standards across teams in your area, drive post-incident improvements systematically, design capacity planning processes, andmentor engineers on SRE practices.
Ideal Candidate
- Strong Staff Software Engineer / FDE profile (full-stack + production GenAI, multi-team technical leadership)
- Mandatory (Experience 1) – Must have 7+ years of relevant professional software engineering experience, with demonstrated full-stack delivery across backend and frontend.
- Mandatory (Experience 2) – Must have deep production experience with Python AND JavaScript/TypeScript, working comfortably across the full stack.
- Mandatory (Experience 3) – Must have 2+ years of experience in generative AI applications developement — LLM integrations, vector databases, RAG systems, and evaluation pipelines
- Mandatory (Experience 4) – Must have strong experience with modern frontend frameworks (Next.js / React) and backend API development.
- Mandatory (Experience 5) – Must have extensive experience with cloud platforms (AWS preferred; Azure/GCP valued), including infrastructure-as-code (CloudFormation / Terraform).
- Mandatory (Experience 6) – Must have working knowledge of multiple database paradigms — relational (PostgreSQL), document, and key-value (Redis) — with ability to select the right storage per problem.
- Mandatory (Experience 7) – Must have strong experience with CI/CD pipelines (e.g. GitHub Actions), containerization, and production deployment strategies.
- Mandatory (Experience 8) – Must have demonstrable fluency with AI coding tools (Claude Code, Cursor, GitHub Copilot, or similar) and proven ability to design agentic engineering workflows and train teams on them
- Preferred (Experience) – Advanced RAG techniques — hybrid search, reranking, query expansion — and establishing RAG standards across teams
Backend Engineer (Node.js)
Experience - 4+ Years
Location - Bangalore (Hybrid)
We are looking for a Backend Engineer to help design, scale, and continuously improve the platform.
What You'll Do -
- Engage in fast-paced agile application development teams in terms of organizing, managing and executing your work with minimal supervision.
- Participate with the team and stakeholders on requirements understanding, design and solutions in line with the product architecture.
- Build and maintain high performing, high quality backend services and APIs with end-to-end responsibility from development to technical QA (unit tests) by applying technology and best practices.
- Design and manage scalable data pipelines, integrations, and microservices that power the platform.
- Provide necessary technical documentation to enable visibility and maintainability of designs and code.
- Play an integral role in acquiring and learning technology trends, expertise, and best practices to keep the team's collective knowledge up to date.
What We're Looking For
Education
- Masters/bachelor's degree in engineering from a reputed university with an excellent academic record.
- Any relevant certifications on technology from reputed sources is a plus.
Work Experience
- 4+ years of relevant industry experience. Experience working in Energy, Oil & Gas or Engineering domain is a definite plus.
- Experience working in distributed agile developments. Experience working in international teams is relevant.
Technical Skills
- Hands-on experience building scalable backend services and REST/GraphQL APIs using Node.js and TypeScript. Further hands-on experience with NestJS or Express.js is a plus.
- Strong understanding of databases including relational (PostgreSQL, SQL Server) and NoSQL (MongoDB, Redis) systems, including query optimization and data modeling.
- Good understanding of event-driven architecture and messaging systems such as Kafka, RabbitMQ, or Azure Service Bus.
- Good understanding of the concepts and application of unit and integration tests in backend development. Hands-on experience using Jest or Mocha is a plus.
- It is an advantage if you have hands-on experience working in Cloud (Azure) applications especially in areas of DevOps, CI/CD, and Containerization (Docker, Kubernetes).
- It will be a valuable addition if you have experience and knowledge working for energy, oil & gas or engineering industries.
About AGI Ready
We're an AI-native development studio. We don't build "websites" — we build agents, automations, and custom products for clients who need real software shipped fast. Our stack is modern (Next.js, TypeScript, Claude Code), our pace is high, and our philosophy is simple: 60% with AI beats 0% without.
We're a small team scaling deliberately. This is an early hire, which means real ownership, real impact, and a front-row seat to building the agency from the inside.
The Role
You'll be a core builder. That means owning features end-to-end — from understanding what the client needs, to architecting it, to shipping production code, to fixing it when it breaks. You won't be handed perfect tickets. You'll be handed problems, and you'll be trusted to solve them.
You'll work primarily with AI coding tools (Claude Code, Codex) as your daily drivers. We're looking for someone who has moved past "AI writes my code for me" and into vibe engineering — using AI as a thought partner and force multiplier while still owning architecture, judgment, and quality.
What You'll Do
- Build and ship full-stack features using Next.js, TypeScript, and Node.js
- Architect and integrate APIs (third-party services, AI APIs, webhooks, async workflows)
- Use Claude Code and Codex to move fast without sacrificing quality
- Debug, deploy, and own production — not just write code and walk away
- Break complex problems into smaller, manageable pieces and ship iteratively
- Work directly with the founder and a tight team on multiple client products
What We're Looking For
Must-haves
- 1+ year of hands-on experience at a real product startup (shipping, not just learning)
- Strong with Next.js, TypeScript, and Node.js
- Comfortable using Claude Code and Codex as primary development tools
- Real vibe engineering experience — you direct AI, you don't just copy-paste from it
- Solid grasp of API integrations, webhooks, and async processing
- Can debug AI-generated codebases and take them to production
Preferred
- 3–5 years of product/startup experience
- Experience with managed services (Supabase, Clerk, etc.) over building everything from scratch
- Exposure to building agents or AI workflows (MCP, OpenAI APIs, agentic frameworks)
Who Thrives Here
We hire for trajectory, not credentials. The people who do well at AGI Ready tend to be:
- Frugal — you hack solutions together with what's available instead of waiting for perfect conditions
- Transformation-driven — show us your last two years, not your degree. We care where you've come from and how fast you climb
- Self-driven builders — you've taught yourself skills nobody handed you, and you ship things because you can't help it
- Assembly-minded — your first instinct is "who's already solved this?" not "let me build it from scratch"
- In it for the long run — we're looking for people to grow with, not churn through
How to Apply
Send us:
- Your GitHub or portfolio
- One thing you built that nobody asked you to build
- A short note on a hard technical problem you solved — and how you used AI to solve it
Role & Responsibilities
- Design, develop, and unit test applications in accordance with established standards.
- Preparing reports, manuals and other documentation on the status, operation and maintenance of software.
- Analyzing and resolving technical and application problems
- Adhering to high-quality development principles while delivering solutions on-time
- Providing third-level support to business users.
- Compliance of process and quality management standards
- Understanding and implementation of SDLC process
Ideal Candidate
- Strong Senior Angular Developer Profiles.
- Mandatory (Experience 1) – Must have 6+ years of experience in frontend development, with at least 4+ years in Angular 8+.
- Mandatory (Experience 2) – Must have strong proficiency in JavaScript, TypeScript, HTML5, and CSS3.
- Mandatory (Experience 3) – Must have strong test-driven development experience and proficiency in unit testing frameworks such as Jasmine, Karma, NUnit, Selenium.
- Mandatory (Note) - Considering candidates from South India only.
- Preferred (Experience 1) – Must have 2+ experience with Web APIs, Entity Framework, and Linq Queries.
- Preferred (Experience 2) – Experience in .NET Core framework, OOP, and C# APIs.
- Preferred (Company) - Product Companies
- Preferred (Education) – B.Tech./M.Tech in Computer Science (or related field).
About Us: We are on a mission to help a million+ consumer brands with automated sales and user acquisition via AI omnichannel stack BusinessOnBot is an omnichannel commerce stack for 500+ Shopify & WooCommerce brands, enabling high-ROI marketing/support across WhatsApp, Instagram, Email, SMS and commerce platforms like Swiggy, Zomato & PhonePe — powered by proprietary shopper intent data from 1/3rd of India’s shoppers (100M unique shoppers).
In 2026, Businessonbot has grown and is an EBITDA +ve company. We are a Y Combinator backed company (YC W21) and have closed our pre-series A round with Ant Financials on the Board. Backed by experienced founders/CXOs/directors from renowned companies like WhatsApp, Lulu group, OYO, Netflix, Pepsico, Cleartax, InMobi etc. to add to our team.
Role
We're looking for an Head of Technology : who can own the technical health and growth of our backend platform. You'll be part architect, part tech lead, part engineering manager. You won't just review code — you'll set the standard for how code is written, how systems are designed, and how the team thinks about quality, cost, and customer impact. This is not a senior IC role where you write code all day. And it's not a pure management role where you're in meetings all day. It's the balance between the two — the person who makes the team better while staying close enough to the code to make good decisions
What You'll Own
1. System Reliability & Upkeep
- Own the health of a production multi-tenant Node.js/TypeScript backend serving real-time messaging traffic
- Lead incident response, root cause analysis, and post-mortem culture
- Identify and drive reduction of technical debt — proactively, not reactively
- Ensure monitoring, alerting, and observability are in good shape (we use New Relic, Sentry, Pino structured logging)
- Work across multiple backend services and ensure they integrate reliably
2. Scalable, Quality Engineering
- Design and review system architecture decisions — schema changes, service boundaries, async workflows (we use Temporal.io), queue design
- Drive engineering standards: code review culture, PR quality, test coverage, error handling patterns
- Establish and enforce engineering practices that let the team ship fast without accumulating hidden risk
- Evaluate build vs. buy decisions with a clear eye on long-term maintainability
3. Cost Consciousness
- Maintain a clear understanding of infrastructure costs (AWS, third-party APIs, LLM usage, DB compute)
- Actively flag cost anomalies and propose architectural or operational changes to address them
- Balance engineering investment against business return — know when "good enough" is the right call
4. Team Standards & Culture
- Set a high bar for code quality — not pedantry, but clarity, maintainability, and correctness
- Build a review culture where feedback is constructive, specific, and educational
- Help engineers grow by pair debugging, design reviews, and code walkthroughs
- Define and document coding conventions, architecture patterns, and engineering principles that persist beyond any individual
5. Customer Empathy
- Understand that the systems you build serve real D2C businesses who depend on them to communicate with their customers
- Treat reliability issues with the urgency of a customer escalation, not a backlog item
- Stay connected to what support and product teams are seeing from customers — let that shape engineering priorities
6. Communication & Stakeholder Management
- Translate technical complexity into clear, honest language for non-technical co-founders and stakeholders
- Communicate risk, timelines, and tradeoffs clearly — no sugar-coating, no unnecessary alarm
- Manage up: surface the right problems at the right time without waiting to be asked
- Manage expectations — both internally with the team and externally with leadership
7. Balancing Tradeoffs
- Navigate the tension between shipping fast and building right — and be able to articulate why you chose one over the other
- Know when to take on short-term debt and when to push back
- Make architectural decisions that serve the next 18 months, not just the next sprint
What We're Looking For Must Have
- 7–8 years of backend software engineering experience, with at least 2 years in a lead or staff-level role
- Strong command of TypeScript/Node.js in production (our primary stack)
- Deep understanding of multi-tenant SaaS architecture patterns
- Hands-on experience with relational databases (MySQL/PostgreSQL), ORM usage (TypeORM or similar), and writing efficient queries at scale
- Experience designing and operating async/event-driven systems (message queues, workflow engines, or similar)
- Comfort with cloud infrastructure (AWS preferred) and cost/performance monitoring
- Strong pull request review discipline — you know what makes a good review and what makes a bad one
Strong Plus
- Experience with real-time systems (WebSockets, Socket.IO, pub/sub patterns)
- Exposure to LLM integration, RAG pipelines, or AI feature development in production
- Experience with Temporal.io or similar workflow orchestration
- Familiarity with WhatsApp Business API, omnichannel messaging, or e-commerce integrations
- Prior experience at a startup in the 10–100 person range where you had to set standards, not just follow them
What We Don't Need
- Someone who needs a perfectly defined problem before they can start
- A pure IC who avoids people and process
- A pure manager who's lost touch with the code
- Someone who optimises for their own comfort over team outcomes
How You Think
- You ask "why does this fail in production?" before asking "why didn't someone write a test?"
- You think about the developer who reads your code six months from now
- You're bothered by silent failures, swallowed errors, and fire-and-forget async calls
- You believe good documentation and clear naming are not optional extras
- You have opinions on architecture but hold them loosely when presented with better evidence
- You understand that a cost spike is an engineering problem, not just a finance problem
- You treat a customer-facing bug with more urgency than a refactor that only benefits the team
What You'll Walk Into We'll be transparent with you:
- A production codebase with real technical debt alongside genuinely good architecture
- A fast-moving team that ships frequently
- A company that takes reliability seriously but is still building the culture around it
- Multiple backend services that need to be held together with clear ownership and standards
- A product that's expanding into AI agents, voice workflows, and deeper e-commerce automation — meaning the technical surface area is growing fast
- This is a role for someone who thrives in that kind of environment — not someone who needs it to be clean before they can contribute.
What We Offer
- Meaningful ownership — you'll shape how engineering works here, not just execute someone else's vision
- Direct access to founders and product decisions
- Competitive compensation (cash + equity discussion based on profile)
- A product that real businesses depend on every day — your work matters immediately
About Rupeestop
Rupeestop is a fintech platform helping people take control of their financial future through highly personalized investing experiences. We are building intuitive, trustworthy, and delightful financial products—designed to simplify complex financial decisions for everyday users.
We move fast, experiment often, and iterate relentlessly. We are looking for a Frontend Intern who is technically curious, detail-oriented, and excited to turn high-fidelity designs into seamless digital reality.
Role Overview
We are seeking an In-Office Intern in Jaipur who is efficient in frontend development and specializes in Next.js. You will be responsible for bridging the gap between design and implementation, working closely with our UI/UX Lead to build responsive, high-performance web interfaces that reflect our premium brand identity.
Key Responsibilities
- Build & Deploy: Develop responsive and user-friendly web interfaces using React and Next.js.
- Design-to-Code: Translate high-fidelity Figma wireframes and prototypes into functional, pixel-perfect frontend components.
- API Integration: Integrate REST APIs and manage dynamic data rendering for investment dashboards and user portfolios.
- Performance Engineering: Assist in implementing Server-Side Rendering (SSR), static site generation, and reusable component architectures.
- Optimization: Focus on application performance, core web vitals, and basic SEO to ensure a top-tier user experience.
- Quality Control: Debug and resolve frontend issues across various devices and browsers to maintain a "trust-first" fintech experience.
- Collaboration: Work directly with our UI/UX designer and backend engineers to ensure design feasibility and smooth handoffs.
- Best Practices: Follow clean coding standards, maintain organized documentation, and participate in version control (Git) workflows.
Key Skills & Qualifications
- Modern Web Tech: Strong proficiency in HTML5, CSS3, and JavaScript/TypeScript.
- Frameworks: Practical experience with React and a solid understanding of Next.js (Routing, Hooks, Data fetching).
- Styling: Proficiency in Tailwind CSS or similar utility-first styling frameworks.
- Version Control: Comfortable with Git/GitHub and collaborative development workflows.
- Design Literacy: Ability to interpret Figma files, including auto-layouts, components, and spacing systems.
- Efficiency: A proactive "builder" mindset—you enjoy solving problems and shipping code quickly.
Preferred Skills
- Familiarity with state management libraries (e.g., Redux, Zustand).
- Experience with Framer Motion or CSS animations for micro-interactions.
- Interest in fintech, wealth management, or personal finance.
Who You Are
- Detail-Oriented: You notice when a margin is 2px off and it bothers you.
- Adaptable: You thrive in a fast-paced startup environment where priorities can shift.
- Communicator: You can clearly explain technical constraints to designers and product owners.
- Growth-Minded: You are eager to learn from senior engineers and grow into a potentially full-time role.
Engagement Details
- Role Type: Internship
- Work Mode: In-Office
- Location: Jaipur, Rajasthan
- Start Date: Immediate
Why Join Rupeestop?
- Direct Impact: Build tools that help users manage real money and secure their financial futures.
- Mentorship: Work closely with leadership and experienced designers in a flat hierarchy.
- Modern Stack: No legacy code. We use the latest versions of Next.js and modern deployment pipelines.
- Growth: High-performing interns are prioritized for full-time opportunities as we scale.
- High-performing interns will be fast-tracked for a Pre-Placement Offer (PPO) for a full-time role based on their contribution and impact during the internship.
How to Apply: Please share your Resume and GitHub profile/Portfolio. We are particularly interested in seeing any live Next.js projects you have deployed.
About the Role
We are looking for a Technical Lead with 5–7 years of experience in the JavaScript/TypeScript and Node.js ecosystem to drive core platform development. This is a hands-on leadership role that requires strong backend expertise, as well as exposure to mentoring and team management.
Key Responsibilities
- Lead development of core platform components including frameworks, APIs, and backend services
- Design and build scalable RESTful APIs and microservices using Node.js (NestJS preferred)
- Take ownership of system design, architecture, and performance optimization
- Mentor junior developers and ensure adherence to coding standards and best practices
- Drive Agile development (JIRA-based) and ensure smooth sprint execution
- Collaborate with cross-functional teams (UI, DevOps, Product)
- Conduct code reviews and enforce efficient coding using DSA principles
- Manage version control and collaboration using Git/Bitbucket
Required Technical Skills
- Strong proficiency in JavaScript / TypeScript
- Hands-on experience in Node.js (NestJS preferred)
- Good understanding of Data Structures & Algorithms (DSA)
- Experience with SQL databases
- Strong knowledge of REST services and API development
- Experience with Git (version control)
- Understanding of backend architecture and scalable systems
Good to Have Skills
- Experience with Bitbucket
- Knowledge of AWS Cloud (EC2, S3, Load Balancer)
- Exposure to SAP UI5 or frontend frameworks
- Basic understanding of CI/CD pipelines and DevOps practices
Leadership & Behavioral Skills
- Experience in team handling / mentoring developers
- Strong knowledge of JIRA and Agile methodologies
- Excellent problem-solving and analytical thinking
- Strong communication and stakeholder management skills
Senior Software Engineer
- Minimum 5 years in typescript and Total of minimum 8 Years of experience
- Excellent communication skills. English Language fluency is Mandatory.
We are looking for strong backend senior engineers
- 8+ years experience as Senior Software Engineer
- Have worked in medium- to big-sized companies for at least 3 years ( companies with 50+ developers)
- Strong architecture and planning skills
- Strong AI coding skills (being fluent in developing agents and skills) and using them in their development routines
- Distributed programming knowledge
- Typescript, Postgres & Kubernetes knowledge.
Ways of working
The engineers will be lead/managed by a UK Multinational company engineer manager (initially one currently based in Europe), and we are going to work on hiring one in Asia if we succeed in putting the team together
Engineers will have a direct contract with UK Multinational Company as career employees (entitled to company benefits and career progression) and will be trained in the UK Multinational Company product portfolio and work on several different projects.
We work in an environment where each engineer is presented with a business problem (or user story) and must come up with a detailed plan on how to tackle it (and explain and get approval from the team), which we do during the refinement meetings. In summary, we do not tell the engineers what to do, our expectation from a Senior engineer is that he tells us what to do (he will be trained, of course, in the best practices and technical specs of our environment).
Hiring process
- Hiring manager interview
- System Design interview
- Coding (with AI) interview
Strong Software Engineer fullstack profile using NodeJS / Python and React
Mandatory (Experience) - Must have 6+ YOE in Software Development using Python OR NodeJS (For backend) & React (For frontend)
Mandatory (Core Skills 1): Must have strong experience in working on Typescript
Mandatory (Core Skills 2): Must have experience in message based systems like Kafka, RabbitMq, Redis
Mandatory (Core Skills 3): Databases - PostgreSQL & NoSQL databases like MongoDB
Mandatory (Company) - Product Companies Only
Mandatory (Education) - B.Tech or Dual degree (Btech and Mtech or Integrated Msc/MS) from Tier 1 Engineering Institutes. Candidates from other institutions will not be considered unless they come from top-tier product companies
Mandatory (Note) : This role is a hybrid role (2 days WFO)
AI Engineer — Vertexcover Labs
Who We Are
Vertexcover Labs is an employee-focused, engineer-run software studio. We partner with fast-growing, funded startups around the world—Rephrase.ai, Dhiwise, Dunzo, Dubdub, Xapo, Arintra etc.—to crack their toughest engineering problems. Everyone is an individual contributor; no management layers. Engineers choose the projects they work on, see each project's P&L, and share directly in the profits.
Whether it's building multi-agent systems for production, scaling ML pipelines across GPU clusters, or shipping RAG-powered products that end-users rely on—we solve hard AI problems for real companies.
A Few Problems We Are Currently Working On
- AI Agents Test-authoring agents that convert natural language into e2e tests.
- Ad-performance agents that learn what works for your brand and generate winning creatives automatically.
- Scale + MLOps Optimise ML pipelines and fix autoscaling by applying queuing theory while juggling CPU / GPU memory contention.
- RAG & Knowledge Systems Design and deploy retrieval-augmented generation pipelines—chunking strategies, embedding models, reranking, and evaluation loops.
- AI Video & Image Processing Build rendering pipelines, diffusion-model integrations, and real-time video processing at scale. You'll own at least one project like these—design, build, iterate.
Signals You're Probably the Right Fit
- Strong in at least one other language (Python, Go, Rust, TypeScript, Java …); happy to learn more.
- First principle understanding of how LLMs, embeddings, vector databases and AI Agents work
- Evidence of shipping real AI-powered software—OSS, side projects, or production features.
- Comfortable navigating the fast-moving AI landscape—papers, new model releases, evolving APIs.
- Clear written & spoken communication; async collaboration is our default.
- Self-directed—you ask for context, not permission.
How We Operate
- Project choice. Engineers vote on which engagements we take.
- Stack agnostic. We pick tools that fit the job, not the résumé.
- Pragmatic craftsmanship. Durable design, no gold-plating.
- Transparent economics. Know what your work is worth, share in the profits.
- Remote-native. Async by default; sync when it helps.
Hiring Process (Lean & Human)
- 2–3 technical deep-dives with future teammates.
- 30-minute culture chat.
- Offer. No LeetCode marathons, no trick puzzles.
We read every application and reply to all candidates.
MeltPlan | Planning Engine for the Built Environment
MeltPlan is building the “planning engine” for the $14 Tn construction industry, an AI system designed specifically to optimize decisions before construction begins. While design software optimizes use and aesthetics and construction software optimizes execution and control, MeltPlan is building the missing layer - software that optimizes decisions and tradeoffs upstream, before scope is locked, procurement begins, and change orders become inevitable. MeltPlan’s long-term goal is to help teams make construction “boring” by making planning more intense: surfacing constraints and tradeoffs early, aligning stakeholders before plans are frozen, and reducing the need for late-stage redlines, rework, and change orders.
MeltPlan is founded by operators who have built at scale. Kanav previously co-founded Innovaccer, a $3Bn health-tech company focused on making US healthcare more affordable and accessible. He’s now applying that systems-level thinking to construction.He’s joined by Tanmaya Kala, former Project Executive at DPR Construction, who led large commercial, healthcare, and life sciences projects. We combine deep tech scale with real construction execution.
What This Role Really Is
We are hiring a UI Engineering Lead with minimum 10 years of work exp,to drive frontend architecture scalable UI systems, and user experience across internal and external applications. The role involves building modern web applications using React, TypeScript, Next.js, Vite, and TailwindCSS, while leading reusable component development and microfrontend architecture using Module Federation. You will work closely with product and engineering teams, integrate Firebase services, and ensure frontend quality through Playwright and Vitest testing frameworks. The ideal candidate should have strong expertise in frontend engineering, scalable design systems, and modern UI architecture.
What You’ll Do
- Build and maintain scalable frontend applications using React, TypeScript, and Next.js
- Develop modern UI systems using TailwindCSS and reusable component patterns
- Work on microfrontend architecture using Module Federation
- Collaborate with product and design teams to deliver intuitive user experiences
- Integrate frontend applications with Firebase services
- Improve application performance, accessibility, and responsiveness
- Build and maintain frontend testing pipelines using Playwright and Vitest
- Participate in architecture discussions and frontend best practices
- Create reusable shared libraries and scalable frontend modules
- Optimize frontend developer experience and application maintainability
- Work closely with backend and platform teams for seamless integrations
- Contribute to code reviews, technical documentation, and engineering standards
What We’re Looking For
- Strong experience with React and TypeScript
- Hands-on experience with Next.js
- Experience building scalable frontend architectures
- Strong understanding of Microfrontend architecture and Module Federation
- Experience with Vite ecosystem
- Strong understanding of TailwindCSS and modern UI systems
- Experience integrating applications with Firebase
- Strong knowledge of frontend performance optimization
- Experience writing automated frontend tests using Playwright and Vitest
- Strong understanding of responsive design and accessibility
- Familiarity with component-driven development
- Experience working in fast-paced product environments
- Strong problem-solving and debugging skills
- Good communication and collaboration skills
Bonus if you’ve worked in early-stage startups or B2B SaaS.
Why MeltPlan
- Massive industry, real-world impact
- High ownership from day one
- Small team, zero bureaucracy
- Competitive comp + meaningful equity
How to Apply
Send us:
- Your GitHub
- Links to products you’ve shipped
- A short note on something you built that you’re proud of
We value builders. Show us what you’ve made.
Company Description
Recruiting Bond International is a next-generation Talent Intelligence, Executive Search, and Human Capital Advisory firm helping start-ups, enterprises, GCCs, and VC/PE-backed companies build high-impact global teams. It is a global leader in Recruitment Process Outsourcing (RPO), executive search, and workforce consulting, specializing in building transformative talent strategies.
From high-growth startups to Fortune 500 companies, Recruiting Bond partners with organizations across 50+ industries and 140+ countries to deliver fast, scalable, and inclusive hiring solutions. The company supports businesses in scaling teams, fostering innovation, and creating talent-first strategies to achieve their goals.
With deep expertise across Technology, FinTech, Healthcare, Real Estate, and Energy, Recruiting Bond is dedicated to building careers, companies, and futures by connecting world-class talent with high-impact opportunities globally.
About the Role
Our client is hiring a Frontend Engineer in India to build the product surface for the memory platform. The seat is for an engineer with 7-10 years of experience who has internalized AI-native engineering: building with Claude Code, Codex, Cursor, Windsurf, or comparable tools as a core part of how they ship.
This role is intended for an experienced engineer with 7–10 years of Frontend engineering experience, who has deeply internalized AI-native engineering practices and actively builds using tools such as Claude Code, Codex, Cursor, Windsurf, or comparable AI development tools as a core part of their workflow.
The hiring process is intentionally non-traditional and skill-first. There is no evaluation based on IIT pedigree, LeetCode performance, or conventional resume filters. Instead, the only evaluation criterion is: how you build with AI in real-world scenarios.
Candidates are expected to submit prompt logs or transcripts from Claude Code, Codex, Cursor, or Windsurf demonstrating a feature or product they are proud of.
What You'll Own
- Build and scale the frontend product surface that customers interact with
- Ship features end-to-end, designing and debugging with AI coding tools as part of the core workflow
- Own component architecture, design system, and UX quality across the product
- Collaborate with the backend team on API design and data layer integration
- Contribute to the product roadmap based on customer feedback
Requirements
Must-Have
- 7-10 years of frontend engineering experience
- Demonstrated ability to build with AI coding tools (Claude Code, Codex, Cursor, Windsurf, or comparable)
- Ability and willingness to submit prompt log transcripts from a feature or product you are proud of
- Strong React and TypeScript fundamentals
- Strong UI/UX engineering sensibility, ships polished customer-facing surfaces
- Comfort owning frontend systems end-to-end in production
- Based in India, remote work from anywhere in the country
Nice-to-Have
- Prior AI infrastructure, developer tools, or dashboard product UI experience
- Design engineering range or strong design taste
- Open-source contributions in frontend frameworks or developer tools
- Public technical writing or conference talks on AI-native frontend engineering
- Experience with modern frontend tooling (Next.js, Tailwind, shadcn/ui, Vercel)
Company: Amura Health
Location: Velachery, Chennai
Work Model: 6 Days Work From Office (Mandatory)
About Amura Health:
Amura Health is building a transformative health platform focused on improving human potential through better health outcomes. The company believes that healthier bodies lead to healthier brains, enabling people to solve more complex problems, contribute meaningfully to society, and create a better future.
The organization is building next-generation healthcare technology products and platforms that aim to redefine the way medicine is practiced globally. With a strong focus on innovation, scale, and impact, Amura Health operates in a fast-paced, high-ownership environment where engineers work on meaningful and technically challenging problems.
Role Overview
We are looking for a highly skilled Senior Backend Engineer with strong expertise in Node.js and distributed backend systems. The ideal candidate should have experience building scalable APIs, microservices, and backend infrastructure capable of handling high-performance workloads.
This role requires end-to-end ownership of backend modules, including architecture, development, testing, deployment, optimization, and production support. The candidate will collaborate closely with engineering, DevOps, and product teams to build reliable and scalable systems.
Key Responsibilities
Develop scalable backend services, APIs, and microservices using Node.js frameworks such as Express.js and NestJS.
Own backend modules end-to-end from design and implementation to testing and deployment.
Write clean, maintainable, reusable, and high-quality production-grade code.
Optimize application performance, scalability, reliability, and system efficiency.
Troubleshoot production issues, perform root cause analysis (RCA), and improve platform stability.
Work with relational and NoSQL databases for scalable data management.
Implement caching solutions using Redis and optimize API response times.
Work with queues and asynchronous processing systems such as Kafka, RabbitMQ, or Amazon SQS.
Collaborate with DevOps teams for CI/CD pipelines, deployment automation, and infrastructure improvements.
Participate in system design discussions and architectural decision-making.
Contribute to engineering best practices, documentation, and code review processes.
Work effectively in a fast-paced startup environment with high ownership and accountability.
Required Skills & Technical Expertise
Strong expertise in Node.js and backend development.
Hands-on experience with TypeScript, Express.js, and NestJS.
Strong understanding of asynchronous programming and event-driven systems.
Experience designing and consuming REST APIs.
Strong knowledge of microservices architecture and distributed systems.
Experience with SQL databases such as PostgreSQL and MySQL.
Experience with NoSQL databases such as MongoDB, DynamoDB, and Redis.
Knowledge of caching strategies and performance optimization.
Hands-on experience with messaging systems such as Kafka, RabbitMQ, or SQS.
Understanding of Docker, Git, and CI/CD pipelines.
Exposure to AWS cloud infrastructure and deployment environments.
Strong debugging, monitoring, and performance tuning skills.
Knowledge of scalable backend architecture and system reliability.
Eligibility Criteria
4 to 7 years of hands-on backend development experience.
Bachelor’s degree in Computer Science, Information Technology, or related engineering discipline.
Candidates from strong product engineering backgrounds will be preferred.
Experience working in fast-paced startup or high-growth product environments is preferred.
Strong communication, ownership, and problem-solving abilities are essential.
Must be comfortable working from office 6 days a week in Velachery, Chennai.
Ideal Candidate Profile
The ideal candidate is a strong backend engineer who has experience building scalable systems in product-driven environments. They should be comfortable taking ownership of backend services, solving complex engineering challenges, debugging production issues, and collaborating across teams.
The candidate should possess a startup mindset, demonstrate accountability, move quickly, and contribute proactively to engineering excellence.
Work Environment & Expectations
Work from Office model with mandatory in-office presence.
6 working days per week from the Velachery, Chennai office.
High ownership and accountability-driven engineering culture.
Collaborative and fast-paced startup environment.
Candidates should be comfortable working on high-impact systems and solving challenging technical problems.
Company Website
Key Responsibilities
- Develop high-quality, scalable, and robust web applications using Angular (latest version) and modern front-end technologies.
- Design, code, debug, test, and optimize user-facing features with a focus on responsiveness, maintainability, and performance.
- Collaborate with backend developers, UX/UI designers, and cross-functional teams to deliver high-quality solutions.
- Ensure adherence to coding standards, application security practices, and cross-browser compatibility.
- Perform unit testing and integration testing to identify and resolve bugs, coding errors, and technical issues.
- Proactively identify opportunities for system improvements and performance optimization.
- Stay updated with the latest trends, tools, and best practices in Angular and front-end development.
- Manage project lifecycle activities including milestone tracking, task coordination, and progress reporting.
Desired Qualifications
- Bachelor’s or Master’s degree in Computer Science, Software Engineering, or a related field.
- 4–6 years of strong software development and engineering experience with expertise in front-end technologies.
- Strong proficiency in Angular, JavaScript, TypeScript, HTML5, and CSS3.
- Hands-on experience with RxJS, NgRx (or similar state management libraries), and RESTful API integration.
- Good understanding of UI/UX principles and user-centric design practices.
- Experience working with Git, JIRA, Confluence, and CI/CD pipelines.
- Strong knowledge of Agile development methodologies.
- Understanding of front-end performance optimization and security best practices.
- Experience with backend integration and API development will be an added advantage.
- Relevant Angular or related technology certifications preferred.
About Us
We believe the future of software development is AI-native — where engineers operate at a higher level of abstraction and quality remains non-negotiable.
Incubyte is a software craft consultancy where the “how” of building software matters as much as the “what”.
We partner with companies of all sizes, from helping enterprises build, scale, and modernize to early-stage founders bring their ideas to life.
Our engineers operate in an AI-native development model, using AI as a collaborator across the SDLC to accelerate development while upholding the discipline of software craftsmanship.
Our Guiding Principles
These principles define how we work at Incubyte. They are non-negotiable.
Relentless Pursuit of Quality with Pragmatism
We build high-quality systems without losing sight of delivery.
Extreme Ownership
We take responsibility end-to-end for decisions, execution, and outcomes.
Proactive Collaboration
We collaborate closely, challenge each other, and solve problems together.
Active Pursuit of Mastery
We continuously improve our craft and raise our bar.
Invite, Give, and Act on Feedback
We seek, give, and act on feedback to get better every day.
Ensuring Client Success
We act as trusted partners and focus on real outcomes, not just output.
Job Description
This is a remote position.
Our Core Values
- Quality with Pragmatism: We aim for excellence with a focus on practical solutions.
- Extreme Ownership: We own our work and its outcomes, fully.
- Proactive Collaboration: Teamwork elevates us all.
- Pursuit of Mastery: Continuous growth drives us.
- Effective Feedback: Honest, constructive feedback fosters improvement.
- Client Success: Our clients’ success is our success.
Experience Level
This role is ideal for engineers with 7+ years of hands-on software development experience, particularly in Node.js and TypeScript at scale.
What You'll Do
- Write Tests First: Start by writing tests to ensure code quality
- Clean Code: Produce self-explanatory, clean code with predictable results
- Frequent Releases: Make frequent, small releases
- Pair Programming: Work in pairs for better results
- Peer Reviews: Conduct peer code reviews for continuous improvement
- Product Team: Collaborate in a product team to build and rapidly roll out new features and fixes
- Full Stack Ownership: Handle everything from the front end to the back end, including infrastructure and DevOps pipelines
- Never Stop Learning: Commit to continuous learning and improvement
What We Offer
- Dedicated Learning & Development Budget: Fuel your growth with a budget dedicated solely to learning.
- Conference Talks Sponsorship: Amplify your voice! If you’re speaking at a conference, we’ll fully sponsor and support your talk.
- Cutting-Edge Projects: Work on exciting projects with the latest AI technologies
- Employee-Friendly Leave Policy: Recharge with ample leave options designed for a healthy work-life balance.
- Comprehensive Medical & Term Insurance: Full coverage for you and your family’s peace of mind.
- And More: Extra perks to support your well-being and professional growth.
Requirements
- 3+ years of expertise in Node (Must have)
- SaaS, React, JavaScript, Typescript (Good to have)
- Expertise in object-oriented programming, data structures, algorithms, and software engineering methodologies
- Experience working in Agile and eXtreme Programming methodologies in a continuous deployment environment
- Interest in mastering technologies like web server ecosystems, relational DBMS, TDD, CI tools like Jenkins, Hudson, and Bamboo, web frameworks and front-end technologies, complexity analysis, and performance optimization
- Working knowledge of server configuration/deployment infrastructure
- Experience using source control and bug tracking systems, writing user stories, and technical documentation
Benefits
Work Environment
- Remote-First Culture: At Incubyte, we thrive on a culture of structured flexibility — while you have control over where and how you work, everyone commits to a consistent rhythm that supports their team during core working hours for smooth collaboration and timely project delivery. By striking the perfect balance between freedom and responsibility, we enable ourselves to deliver high-quality standards our customers recognize us by. With asynchronous tools and push for active participation, we foster a vibrant, hands-on environment where each team member’s engagement and contributions drive impactful results.
- Work-In-Person: Twice a year, we come together for two-week sprints to collaborate in person, foster stronger team bonds, and align on goals. Additionally, we host an annual retreat to recharge and connect as a team. All travel expenses are covered.
- Proactive Collaboration: Collaboration is central to our work. Through daily pair programming sessions, we focus on mentorship, continuous learning, and shared problem-solving. This hands-on approach keeps us innovative and aligned as a team.
Incubyte is an equal opportunity employer. We celebrate diversity and are committed to creating an inclusive environment for all employees.
MeltPlan | Planning Engine for the Built Environment
MeltPlan is building the “planning engine” for the $14 Tn construction industry, an AI system designed specifically to optimize decisions before construction begins. While design software optimizes use and aesthetics and construction software optimizes execution and control, MeltPlan is building the missing layer - software that optimizes decisions and tradeoffs upstream, before scope is locked, procurement begins, and change orders become inevitable. MeltPlan’s long-term goal is to help teams make construction “boring” by making planning more intense: surfacing constraints and tradeoffs early, aligning stakeholders before plans are frozen, and reducing the need for late-stage redlines, rework, and change orders.
MeltPlan is founded by operators who have built at scale. Kanav previously co-founded Innovaccer, a $3Bn health-tech company focused on making US healthcare more affordable and accessible. He’s now applying that systems-level thinking to construction.He’s joined by Tanmaya Kala, former Project Executive at DPR Construction, who led large commercial, healthcare, and life sciences projects. We combine deep tech scale with real construction execution.
What This Role Really Is
Code writing is a commodity. We’re not hiring someone to close tickets.
We’re hiring someone who:
- Is biased toward building
- Thinks in systems
- Designs for scale and resilience
- Reviews architecture, not just PRs
- Can move fast without creating long-term mess
You’ll ship products daily. You’ll also help shape the system so it doesn’t collapse under growth.
What You’ll Do
- Build end-to-end features (DB → API → UI)
- Design scalable data models and backend architecture
- Ship clean, production-grade frontend experiences
- Review and improve system design decisions
- Work directly with founders on product direction
- Help define engineering standards as we scale
What We’re Looking For
- Strong backend fundamentals (APIs, databases, performance, system design)
- Strong frontend skills (React/Next.js or similar modern frameworks) with minimum 5 years of works exp
- Experience building and shipping real products
- Ability to plan before building and refactor when needed
- High ownership mindset
Bonus if you’ve worked in early-stage startups or B2B SaaS.
Why MeltPlan
- Massive industry, real-world impact
- High ownership from day one
- Small team, zero bureaucracy
- Competitive comp + meaningful equity
How to Apply
Send us:
- Your GitHub
- Links to products you’ve shipped
- A short note on something you built that you’re proud of
We value builders. Show us what you’ve made.
Job Title : Senior Node.js Developer (SDE 2)
Experience : 5+ Years
Location : Bengaluru (Whitefield)
Work Mode : Hybrid (3 Days WFO)
Openings : 2
Notice Period : Immediate–20 Days Preferred
Role Overview :
We are looking for an experienced Senior Node.js Developer (SDE 2) professional with strong expertise in building scalable backend applications, microservices, and distributed systems in Agile environments.
Mandatory Keywords :
Node.js, JavaScript, TypeScript, GraphQL, Microservices, Cloud, REST APIs, Docker, Kubernetes, Redis, System Design.
Key Responsibilities :
• Design, develop, and deploy scalable backend systems using Node.js & TypeScript.
• Build REST APIs and GraphQL services.
• Develop secure, reusable, and high-performance applications.
• Work on microservices, cloud platforms, and production support.
• Follow best practices including TDD, testing, and DevOps processes.
• Mentor team members and contribute to technical excellence.
Mandatory Skills :
• 5+ years of software development experience.
• Strong hands-on experience in Node.js, JavaScript, TypeScript.
• Experience with Express.js/Koa/Sails.js.
• GraphQL, REST APIs, Microservices
• AWS/Azure/GCP Cloud
• Docker, Kubernetes, Redis
• Strong understanding of distributed systems, Git, and DevOps.
Good to Have :
Kafka, RabbitMQ, Apollo Federation, New Relic, Datadog, Splunk, React.js/Next.js, Jest/Mocha/Cucumber
Interview Process :
- L1 – Technical
- L2 – Coding
- L3 – System Design (HLD + LLD)
Senior Full Stack Engineer
We’re looking for a Senior Full Stack Engineer who loves to build. This role is all about getting things working—fast—and then making them solid.
You’ll be hands-on across the stack, taking defined user journeys and turning them into real, clickable prototypes, then hardening them into reliable, production-ready features. There’s no people management here—just solving problems, writing code, and shipping.
You’ll work closely with your Innovation partner (who’s experimenting with new ideas and patterns) and help bring those ideas into the product in a practical, shippable way. We collaborate remotely, with in-person sessions to whiteboard, pair, and move things forward quickly.
Our Core Tech Stack
Frontend
- React + TypeScript (Vite)
- Storybook
Backend & APIs
- .NET (Minimal APIs)
- TypeScript (Node.js / Express)
- REST and gRPC
Testing
- Playwright (E2E & API)
- Vitest
AI / Process
- Agentic-driven code generation
- Automated workflow validation and refinement
What You’ll Do
- Build end-to-end features across frontend and backend—from idea to demo to production-ready.
- Turn lightweight wireframes and “good enough” requirements into working software.
- Prototype quickly, then clean things up: edge cases, error handling, performance, tests.
- Take AI-generated code and make it production-worthy.
- Plug experimental UI and workflows into our core applications and services.
- Work closely with design and engineering to keep things practical and moving.
What We’re Looking For
- You’re an experienced full stack engineer who likes shipping more than theorizing.
- You’re comfortable working across React + TypeScript and modern backend APIs.
- You enjoy ambiguity and don’t need everything fully specified to get started.
- You use AI tools to move faster—but you know when to step in and clean things up.
- You care about quality, testing, and building things that don’t fall over later.
- You’re self-directed, motivated, and take ownership of what you build.
What Success Looks Like
- Features go from idea to working demo quickly.
- Prototypes turn into stable, production-ready flows.
- Core admin and platform functionality “just works.”
- New ideas don’t stay experimental—they make it into the product.
Strong Software Engineer fullstack profile using NodeJS / Python and React
Mandatory (Experience) - Must have 6+ YOE in Software Development using Python OR NodeJS (For backend) & React (For frontend)
Mandatory (Core Skills 1): Must have strong experience in working on Typescript
Mandatory (Core Skills 2): Must have experience in message based systems like Kafka, RabbitMq, Redis
Mandatory (Core Skills 3): Databases - PostgreSQL & NoSQL databases like MongoDB
Mandatory (Company) - Product Companies Only
Mandatory (Education) - B.Tech or Dual degree (Btech and Mtech or Integrated Msc/MS) from Tier 1 Engineering Institutes. Candidates from other institutions will not be considered unless they come from top-tier product companies
About Us
We believe the future of software development is AI-native — where engineers operate at a higher level of abstraction and quality remains non-negotiable.
Incubyte is a software craft consultancy where the “how” of building software matters as much as the “what”.
We partner with companies of all sizes, from helping enterprises build, scale, and modernize to early-stage founders bring their ideas to life.
Our engineers operate in an AI-native development model, using AI as a collaborator across the SDLC to accelerate development while upholding the discipline of software craftsmanship. Guided by Software Craftsmanship and Extreme Programming practices, we build reliable, maintainable, and scalable systems with speed, without compromising quality. If this way of building software resonates with you, we’d like to talk.
Our Guiding Principles
These principles define how we work at Incubyte. They are non-negotiable.
Relentless Pursuit of Quality with Pragmatism
We build high-quality systems without losing sight of delivery.
Extreme Ownership
We take responsibility end-to-end for decisions, execution, and outcomes.
Proactive Collaboration
We collaborate closely, challenge each other, and solve problems together.
Active Pursuit of Mastery
We continuously improve our craft and raise our bar.
Invite, Give, and Act on Feedback
We seek, give, and act on feedback to get better every day.
Ensuring Client Success
We act as trusted partners and focus on real outcomes, not just output.
Experience Level
This role is ideal for engineers with total 5+ years of experience with a proven track record of shipping complex projects successfully.
An experienced individual contributor and leader who thrives in large, complex projects with widespread impact.
What You’ll Do as a Software Craftsperson
- Design and build high-quality, maintainable systems using disciplined engineering practices such as TDD, continuous refactoring, and pair programming
- Operate in an AI-native development model, using AI as a collaborator to explore architecture and design, accelerate development, and continuously improve systems while applying strong judgment to ensure that speed never compromises quality
- Take end-to-end ownership of outcomes from problem understanding and system design to implementation, deployment, and operation in production
- Make thoughtful design decisions that balance simplicity, scalability, and long-term maintainability in real-world systems
- Maintain a high bar for engineering quality through rigorous testing, code reviews, and continuous feedback
- Investigate and resolve production issues, and implement systemic improvements to prevent recurrence
- Work directly with clients, navigate ambiguity, and translate business problems into well-designed technical solutions
- Contribute to improving team practices, tooling, and systems to raise the overall quality and effectiveness of engineering
Requirements
What You’ll Bring
- 5+ years of experience building high-quality, production systems (flexible based on demonstrated capability)
- Strong fundamentals in software engineering, including object-oriented design, system design, and testing practices such as TDD
- Demonstrated ability to build simple, maintainable, and scalable systems with a focus on long-term reliability
- Proficiency in one or more modern technologies, Python, PHP, JavaScript, or TypeScript, with the ability to learn new technologies quickly
- Deep experience working with Git in collaborative environments, including managing shared codebases, conducting code reviews, and maintaining a high bar for quality
- Ability to operate effectively in an AI-native workflow using AI as a collaborator to explore solutions and accelerate development, while applying strong judgment to ensure correctness, quality, and maintainability
- Clear thinking and strong problem-solving ability, with the capacity to break down complex problems into simple, well-structured solutions
- A strong sense of ownership — you take responsibility for outcomes, care deeply about quality, and are not comfortable shipping work that does not meet your standards.
Benefits
Life at Incubyte
We are a remote-first company with structured flexibility. Teams commit to shared rhythms during core hours, ensuring smooth collaboration while maintaining autonomy. Twice a year, we come together in person for a co-working sprint and once a year for a retreat - with all travel expenses covered.
Our environment is built for crafters: pairing, refactoring, experimenting with AI, and pushing the boundaries of software excellence. We are all lifelong learners, and our work is our passion.
Perks
- Dedicated learning & development budget.
- Sponsorship for conference talks.
- Comprehensive medical & term insurance.
- Employee-friendly leave policies.
- Home Office fund
- Medical Insurance
Job Description – Node.js Developer (5–8 Years Experience)
Position: Node.js Developer
Experience Required: 5 to 8 Years
Location: Coimbatore
Employment Type: Full-Time
Job Summary
We are looking for an experienced Node.js Developer with 5 to 8 years of hands-on experience in backend development using Node.js and TypeScript. The ideal candidate should have strong expertise in building scalable server-side applications, working with PostgreSQL databases, and solving complex technical problems efficiently.
The candidate should be capable of designing robust APIs, optimizing application performance, and collaborating with cross-functional teams to deliver high-quality software solutions.
Key Responsibilities
- Develop, maintain, and optimize backend services using Node.js and TypeScript
- Design and implement scalable RESTful APIs and microservices architecture
- Work extensively with PostgreSQL for database design, query optimization, and performance tuning
- Write clean, maintainable, and reusable code following best development practices
- Troubleshoot, debug, and resolve production issues efficiently
- Collaborate with frontend developers, QA teams, DevOps, and product managers
- Participate in code reviews and ensure high coding standards
- Improve application performance, security, and scalability
- Implement unit testing and integration testing for backend services
- Contribute to system architecture discussions and technical decision-making
Required Skills
- 5 to 8 years of strong experience in Node.js development
- Hands-on expertise in TypeScript
- Strong working knowledge of PostgreSQL including complex queries, indexing, and optimization
- Excellent problem-solving and analytical skills
- Experience with REST APIs and backend architecture design
- Understanding of asynchronous programming and event-driven architecture
- Familiarity with Git version control and CI/CD practices
- Experience with authentication mechanisms like JWT, OAuth, etc.
- Knowledge of caching systems like Redis is an added advantage
- Exposure to cloud platforms like AWS, Azure, or GCP is preferred
Preferred Qualifications
- Bachelor’s degree in Computer Science, Engineering, or related field
- Experience in Agile/Scrum development environment
- Strong communication and team collaboration skills
- Ability to work independently and handle ownership of modules/projects
Bonus Skills
- Experience with Docker and Kubernetes
- Knowledge of GraphQL
- Exposure to message queues like RabbitMQ or Kafka
- Familiarity with monitoring and logging tools
What We Offer
- Competitive salary package
- Career growth opportunities
- Collaborative work environment
- Exposure to modern technologies and large-scale systems
- Learning and development opportunities






























