Cutshort logo
For Employers
Emproto Technologies Private Limited's logo

Tech Lead

Ravindra Manvi's profile picture
Posted by Ravindra Manvi
5 - 7 yrs
₹12L - ₹15L / yr
Bengaluru (Bangalore)
Skills
skill iconNodeJS (Node.js)
skill iconJava
skill iconPython
skill iconJavascript
MEAN stack
skill iconReact Native
skill iconReact.js
skill iconAngular (2+)
Candidate should have hands-on experience in developing scalable solutions using Java sprint boot/Spring MVC. Candidate should have good knowledge in Micro service architectural methodologies. Should have good communication skills. Experience in leading a team of 4-5 developers + QA : Review of Code, Test cases etc. Demonstrated experience in Requirement Gathering Experience in authoring requirement documents BRD, FRD etc.
Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

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

About Emproto Technologies Private Limited

Founded :
2017
Type :
Products & Services
Size :
20-100
Stage :
Profitable

About

Emproto is a young organization started by Tech enthusiasts who have worked as Product Managers and architects for organizations like Flipkart, Axis Bank, Synchronoss Technologies. Emproto is a Full stack mobile and web app development partner for organizations like Innoviti, Talisma, Savaari.com among others. It is a rapidly growing organization with about 60 problem solvers working  on cutting edge technology stack.

https://emproto.com/our-work.php

Read more

Company video

Emproto Technologies Private Limited's video section
Emproto Technologies Private Limited's video section

Connect with the team

Profile picture
Ravindra Manvi
Profile picture
Linganna Allula
Profile picture
Pradeep Kumar
Profile picture
Vikas Gudi
Profile picture
Ram Saravana

Company social profiles

linkedin

Similar jobs

Fountane inc
Remote only
5 - 8 yrs
₹20L - ₹30L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
Generative AI (GenAI)
Retrieval Augmented Generation (RAG)
+3 more

Fountane Archipelago  ·  Island Role


A Little Bit About the Role


We are looking for a Senior Product Engineer (L3) who thrives in complexity. Most engineers build on blank canvases — you build on someone else’s mess and leave it better than you found it.


The majority of your work at L3 will be on existing, live codebases — disorganised, partially documented, built by multiple teams over multiple years. Your job is to enter those systems, understand them before touching them, extend and clean them without breaking what works, and progressively bring them up to a standard where AI tooling can accelerate further development. This is the core of what L3 does at Fountane. If you have only built greenfield projects, this role will be hard.


You are expected to be genuinely full stack: comfortable owning web applications and mobile apps, the frontend, backend, database, state management, and API integration layer — without needing to hand off to a specialist.


You will work closely with the Concept Engineer on your Island — translating their prototypes into production architecture, raising technical blockers early, and keeping the sprint honest. You will also review code, mentor junior engineers, respond to production incidents, and contribute to the network’s shared knowledge base.


All of this is done primarily with Cursor and Claude as your execution and reasoning tools. AI-assisted engineering is not a feature of this role — it is the method.


AI-First Engineering Expectation


Cursor and Claude are your primary tools — not supplements. Engineers at L3 who are not using AI at the codebase level are not operating at this level.


At L3, AI-assisted engineering means:

  • Loading full codebase context into Cursor before writing a single line — understanding the system before touching it.
  • Writing scoped, precise refactor prompts that isolate changes to one concern at a time.
  • Using Cursor to generate tests that document existing behaviour before any restructuring begins.
  • Using Claude for architecture reasoning, decision documentation, and translating CE briefs into structured technical plans.
  • Producing inline documentation and decision records as part of the AI-assisted workflow — not as an afterthought.
  • Sharing effective prompt patterns and Cursor discoveries with the broader Fountane network — kept to yourself, they are a missed contribution.


Key Responsibilities


Legacy Codebase Refactoring & the Cleaning Phase

This is the primary L3 engagement type at Fountane. You will be handed existing, partially documented codebases — built by previous teams, often without tests, with inconsistent patterns — and your job is to refactor them into a clean, AI-promptable state without losing existing functionality. You use Cursor’s codebase context window to navigate safely, write characterisation tests before touching anything, and make changes in small, reviewable increments. The standard is: every module you leave should be easier to extend by AI tooling than when you found it.


Full Stack Development — Web & Mobile

Build and own the full application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and relational and non-relational databases. You should be able to pick up web or mobile on any engagement without needing a handoff. Schema design, data modelling, and state architecture are yours to own — including diagnosing and fixing broken or leaking state in existing frontends.


Third-Party API Integrations

Integrate complex third-party services — payments (Stripe), communications (Twilio), auth (Auth0), and others — reliably and without creating brittle dependencies. Own the integration layer end to end: error handling, retries, failure modes, and documentation. If a third-party integration is flaky in production, that is your problem to own.


CE Collaboration & Sprint Integrity

Work directly with the Concept Engineer to translate prototypes into buildable technical plans. Review CE briefs before the sprint starts — if the scope is technically unrealistic, the time to say so is before work begins, not on demo day. Raise blockers against acceptance criteria proactively. You are the technical check on what the CE promises the client.


Security Awareness

Write code that does not require the Lead to security-audit every line. This means: input validation by default, no hardcoded secrets, correct auth scoping, safe handling of user data, and awareness of common vulnerabilities (injection, broken auth, insecure direct object references) in the context of the stacks you work in. You are not the security architect — the Lead owns that — but you are expected to produce code that does not introduce obvious vulnerabilities.


Production Incident Response

When something breaks in production, you are on it. Diagnose the issue, apply a safe fix or rollback, document what happened and why, and hand a clear summary to the Lead for the client post-mortem. Speed matters, but a bad fix that causes a second incident is worse than a slow fix that is correct. Response expectation: acknowledged within 1 hour, resolved or escalated with a clear status within 4 hours.


Codebase Navigation & Safe Refactoring

On all engagements — not just Cleaning Phase work — keep changes small, focused, and reviewable. One type of change per commit. Write tests that document existing behaviour before restructuring. Leave every module easier to understand than when you found it.


Code Review

Review pull requests from L1 and L2 engineers with specific, actionable feedback — not rubber-stamp approvals. A good code review at L3 leaves the author understanding what to do differently next time, not just what to fix now. Review weekly; do not let PRs age.


Mentoring

Review junior engineers’ code weekly with specific, useful feedback — this is distinct from quality-gate code review. The goal here is teaching, not gatekeeping. Run monthly pairing sessions to help them grow. The measure of good mentoring is whether they are becoming more capable and less dependent on you over time.


Documentation

Write short decision records when you make significant technical choices. Leave every module you touch easier to understand than when you found it. Treat documentation as part of the engineering work, not a separate task you do at the end.


Qualifications


  • 5+ years of experience as a software engineer, with a strong track record on real production codebases you did not build from scratch — incomplete documentation, inconsistent patterns, other people’s decisions. If your experience is primarily greenfield, this role will be a difficult fit.
  • Genuinely full stack across web and mobile: proficient in React / Next.js and at least one of React Native or Flutter, Node.js or Python on the backend, and comfortable with both relational and non-relational databases including schema design.
  • Hands-on, daily Cursor and Claude usage at the codebase level. You should be able to describe concretely how you use AI in your engineering workflow — not in general terms.
  • Experience integrating complex third-party APIs in production environments — not just following a quickstart guide. You should be able to describe an integration that failed in production and what you did about it.
  • Solid security awareness for the stacks you work in: input validation, auth scoping, safe data handling. You do not need a security specialism, but you should not be writing code that introduces obvious vulnerabilities.
  • Has conducted meaningful code reviews that improved the code and the author, not just approved the PR.
  • Has coached or mentored junior engineers before, and done it well.
  • Comfortable with production incident response — diagnosing issues under pressure, applying safe fixes, and communicating clearly to a Lead or client about what happened.
  • Treats documentation as part of the job, not an afterthought.
  • Bachelor’s or Master’s in Computer Science or a related field, or equivalent experience.


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 radically open-minded, serious about craft, and direct about expectations. If you want to do meaningful work without politics, this is the place.



Read more
Remote only
3 - 5 yrs
₹3L - ₹6L / yr
skill iconDjango
skill iconNextJs (Next.js)
RESTful APIs
skill iconPostgreSQL
Celery
+8 more

Job Title: Full Stack Engineer (Django + Next.js)


We’re looking for a Full Stack Engineer with strong backend fundamentals and solid frontend experience to build scalable web products and APIs.


Must-Have

• Django + DRF (2+ years): Models, serializers, services, API views, migrations, query optimization (select_related / prefetch_related), transaction.atomic, custom managers

• Next.js + React (2+ years): App Router, SSR, client components, dynamic imports, useQuery, responsive UIs with Tailwind

• REST APIs: Auth, permissions, pagination, error handling, CORS, JWT flows

• PostgreSQL: Schema design, indexes, constraints, JSON fields, raw SQL when needed

• Celery / async tasks: Retry logic, idempotency, task chaining

• Git: Clean commits, branching, PR workflow


Good to Have

• AI / LLM integrations

• AWS S3 and presigned uploads

• Multi-tenancy

• WebRTC / MediaRecorder

• Docker

• Testing with pytest / Django TestCase / factory_boy


We’re looking for someone who can independently own features end-to-end and write clean, scalable code.

Read more
Growloc Private Limited
Remote only
2 - 5 yrs
₹6L - ₹15L / yr
Internet of Things (IOT)
automated testing framework
CI/CD
skill iconMongoDB
Artificial Intelligence (AI)
+6 more

                                  Job Description

 

Profile Title: Software Development Engineer

Location: Pune Remote

 

Company Profile:

Growloc Private Limited is a leading Agri-tech company in India specializing in IoT solutions for farm management. We empower farmers with innovative technology to optimize resource usage, improve yields, and ensure consistent quality produce. Backed by a team of passionate individuals, Growloc Private Limited is committed to creating a more sustainable and productive future for Indian agriculture.


Role Overview:

 We’re looking for a MERN Stack Engineer (SDE-2) who’s passionate about building impactful products and believes in working smarter—with AI copilots, automation, and lean dev cycles. You’ll be part of a high-ownership team responsible for delivering full-stack features, writing testable code, and deploying to production with CI/CD.

 

Key Responsibilities:

• Build and maintain robust full-stack applications using MongoDB, Nest.js, React.js, and Node.js.

• Actively leverage AI tools (Copilot, ChatGPT, etc.) for faster development, documentation, and writing test cases.

• Write and maintain unit, integration, and end-to-end tests to ensure code quality.

• Own features end-to-end—from design to deployment using modern CI/CD workflows (GitHub Actions, Vercel, AWS).

• Collaborate with product, data, and hardware teams in a lean setup to ship fast and iterate often.

• Ensure performance, responsiveness, and scalability of front-end and backend systems.

 

 

 

Required Skills:

• 2–5 years of professional experience building products using the MERN stack.

• Strong understanding of frontend architecture (React Hooks, Context API/Redux).

• Proficiency in Node.js, Express, and MongoDB schema design.

• Familiarity with CI/CD tools, Git workflows, and cloud deployments.

• Experience with automated testing frameworks (Jest, Mocha, Cypress, etc.).

• Demonstrated use of AI-based coding assistants in real-world development workflows.

  

Good to Have:

• Exposure to IoT systems or integration with hardware devices.

• Experience working with LoRaWAN protocols and sensor data ingestion.

• Familiarity with WebSockets, MQTT, or real-time data processing.

• Background in agriculture, climate-tech, or rural tech products.

• Knowledge of TypeScript or serverless architectures.


Compensation: Best as per the market standards


At Growloc, we believe in purpose-driven technology. You’ll be part of a collaborative team working at the intersection of agriculture and innovation. If you're excited about building products that matter—and making a real-world impact—this is the place for you.


 

Read more
Thoughtworks
at Thoughtworks
1 video
27 recruiters
Logeshwaran M
Posted by Logeshwaran M
Hyderabad
10 - 17 yrs
₹35L - ₹50L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+7 more

Lead Developers act as the primary point of contact for our clients, ensuring that teams are successful in their delivery. As a Lead Developer, you will bring a strategic mindset to projects and spend time negotiating with clients in order to bring a technical vision to life. Having a balance of high-level and tactical mindsets is a must, as you will spend time both with clients and alongside your fellow teammates.

You’ll spend time on the following:

  • You will lead or take part in the entire cycle of software consulting and delivery from ideation to deployment and everything in between

  • You will act as a mentor for less-experienced peers through both your technical knowledge and leadership skills

  • You will design solutions and choose technologies that solve clients’ problems while staying within constraints

  • You will use continuous delivery practices to improve software delivery speed

  • Work in collaborative, product-focused teams to build innovative customer experiences

  •  Utilize the latest technology thinking from our tech radar in your work

  • Apply a variety of languages to your work and continue to code alongside Developers;

    you will never go post-technical in this role

    Here’s what we’re looking for:

  • 10+ years of experience and you’re well-versed in two or more languages ( Java, Javascript, etc.) and are comfortable with the latest Object-Oriented technology

  • You have led software development teams using Agile, Lean and/or Continuous Delivery approaches such as TDD, continuous integration, pairing, and infrastructure automation

  • You have experience influencing others and always advocate for technical excellence while being open to change when needed

  • The ability to develop and execute a technical vision with a focus on business value

  • You’re willing and able to commit to travel to client sites in order to solve their business

    problems

  • You’re resilient in ambiguous situations and can approach challenges from multiple

    perspectives

  •  We would love it if you’re up to speed on functional programming paradigms and

    languages like Clojure, Scala, etc.

  • Bonus points if you have knowledge of cloud technology such as AWS, Docker or

    Kubernetes

Read more
Heptagon Technologies
at Heptagon Technologies
2 recruiters
Raji Heptagon
Posted by Raji Heptagon
Coimbatore
5 - 10 yrs
₹10L - ₹22L / yr
skill iconAngularJS (1.x)
skill iconReact.js
skill iconNodeJS (Node.js)
TypeScript
skill iconJavascript

Company Profile:

Heptagon Technologies, Founded in 2017, we are a next-generation IT services company providing end-to-end technology solutions enabling companies to leapfrog their digital transformation journey..Founded by a passionate group of business and technology experts who’ve built disruptive global technology
products, Heptagon is also backed by Quess Corp (BSE: 539978, NSE: QUESS), India’s leading business services provider with ~363,000 employees and 3000+ clients worldwide. Please visit www.heptagon.in for more info

Package: Best in the industry
Responsibilities:

 Apply the fundamentals of Data Structure & Algorithm over application development.
 Take ownership, visualise security and data privacy while building.
 Produce bug-free and production grade code. Takes up bugs personally and works towards fixing it.
 Release management and Code Review
 Write unit and integration test cases for both client and server components
 Brainstorm and prepare logical and physical solution architecture diagrams
 To have explored serverless and basics of docker and kubernetes.
 Understand SCRUM/Agile methodologies of working together.
Skills:
 Angularjs or Reactjs, Typescript or JavaScript, NodeJs, MYSQL, NoSQL (Additional preference)
 Should have enabled cloud-based production-ready designs using AWS or Google Cloud services
 Someone who is disciplined to document the artifacts and enables design-based problem-solving approaches.
 An ever-learning mindset and never give-up attitude is more valuable to us than work experience.
Perks:
 Multi-disciplinary learning
 5 days a week
 Flat organisational structure
 Flexible timings and leave policies

 
Read more
CricHeroes
at CricHeroes
2 recruiters
People CricHeroes
Posted by People CricHeroes
Ahmedabad
1 - 10 yrs
₹1L - ₹12L / yr
skill iconNodeJS (Node.js)
skill iconJavascript
skill iconReact.js
angular
skill iconMongoDB
+1 more

Hello,


Is your career aspiration to build and scale up Technology products to reach millions of users? Then we are looking for you!


This is with reference to our conversation today. We are looking for great talent like you to help us build the world's largest and only cricket network! 


We are what you wish existed while you were growing up playing cricket! CricHeroes is the world’s largest Cricket Network with 10 million+ users. It helps cricketers score their matches, tournaments, get recognition and improve themselves with data. In the next few years, we are determined to reach 100 million+ grassroots cricketers all around the world. With 70+ District level associations, 20+ BCCI affiliated associations in India, and 30+ ICC-affiliated associations, the app is currently used around the world which includes quite a few test-playing countries as well. 


We are a team of 44 extraordinary members, who are striving to do some great quality work, empowered with freedom and responsibility, keeping in mind “What’s best for CricHeroes''. We live by the culture of openness and candor. To be able to say what you feel with the right intent helps us to grow as an individual and as a company.


Moving on from work-life balance we believe in work-life integration. For matured adults working with us, we don't find a reason to have control over their leaves and holidays. Thus, we have an “Unlimited Leave Policy” and it's working great for us! In addition, we also have flexible work hours and 5 workdays a week. Moreover for anything, we ensure we set the right Context over Control.


To help us grow and increase our Talent Density, we are looking for an All-Rounder Full Stack Developer, who is passionate about scaling up India's one-of-a-kind niche B2C platform and the pulse of the nation - Cricket!


Please find below the details of the job:


This might be a great opportunity for you if

  • You are action and result-oriented highly driven person who aspires to be part of a team that is scaling up a successful B2C product.

  • You are an analytical problem solver with strong Node.JS knowledge and a passion for teamwork and innovation

  • You have hands-on experience in designing and developing applications and object-oriented analysis and design using common design patterns.

  

What are we looking for, in you?

  • You are an ambitious problem solver who is constantly learning and updating yourself with the latest technology and an expert in technology development.

  • In-depth knowledge of Node.js and used it for product development in a B2C fast-paced product company for 5-6 years

  • Strong analytical skills and problem-solving aptitude

  • Attention to details

  • You believe in teamwork.

  • You have a Bachelor's degree in Computer Science (or Equivalent).

  • Mandatory Technical background: Node.js, Javascript, MySQL, MongoDB, Redis, Angular JS, React JS

  • Preferable skills in AWS, Big Data, Analytics, Google Cloud.

 

What are we looking for, from you?

  • You will write well-designed, testable, efficient code.

  • You will ensure the code and designs are in compliance with specifications as developed.

  • You will prepare and produce releases of software platforms and support continuous improvement by investigating alternatives and technologies.

  • Work as part of a team developing applications and services using Agile development methods

  • Contribute to team and organizational improvements in process and infrastructure

  • Build customer-facing UI and back-end services

  • Code, test and operate node.js based services

  • Effectively use tools and ingenuity to identify and fix defects before they become a problem

  • Good Stackoverflow profile is a big plus.

 

We are made in India by the passionate cricketers for the passionate cricketers of the world!

If you are interested, I will send you details to my team for further screening.

Read more
Distributed Energy
at Distributed Energy
2 recruiters
Ruchir Punjabi
Posted by Ruchir Punjabi
Remote, Kochi (Cochin), Chennai
2 - 5 yrs
₹4L - ₹10L / yr
Wordpress
skill iconHTML/CSS
Fullstack Developer
skill iconPHP
MySQL
+3 more

The ideal candidate is a self-motivated, multi-tasker, and demonstrated team-player. You will be a lead developer responsible for the development and management of two of our customer facing websites. You should excel in working with scaling applications and frameworks.

 

The core skillset required is:

* Wordpress (inbuilt functions, theme and architecture level understanding)

* PHP

* MySQL

* HTML5 / CSS3

* Javascript (and related frameworks/libraries)

* Git

* RESTful APIs

 

Responsibilities

  • Translating designs and functionality into code
  • Maintaining dev and live versions of websites
  • Writing clean, high-quality, high-performance, maintainable code
  • Develop and support software including applications, database integration, interfaces, and new functionality enhancements
  • Coordinate cross-functionally with external and internal teams
  • Support test and deployment of new products and features
  • Participate in code reviews

 

Qualifications

  • Bachelor's degree in Computer Science (or related field)
  • 2+ years of relevant work experience
  • Expertise in Object Oriented Design, Database Design, and XML Schema
  • Ability to multi-task, organize, and prioritize work

 

Mentorship and Support

* You will work directly with the Co-Founder of the business who will provide direct mentorship both around development as well as (if interested) help you cultivate business-side skills

Read more
IKP Knowledge Park
at IKP Knowledge Park
1 video
1 recruiter
Prajwal Mruthyunjaya
Posted by Prajwal Mruthyunjaya
Bengaluru (Bangalore)
0 - 1 yrs
₹2.5L - ₹5L / yr
skill iconPython
skill iconReact.js
SQL
1. Working with Python, MySQL, and React to design, develop and debug the web application
2. Creating and maintaining technical documentation
Read more
I Base IT
at I Base IT
1 recruiter
Sravanthi Alamuri
Posted by Sravanthi Alamuri
Hyderabad
9 - 15 yrs
₹11L - ₹22L / yr
skill iconAngularJS (1.x)
skill iconJava
skill iconNodeJS (Node.js)
skill iconAngular (2+)
Skills to Have: Anjular , HTML , Java Script , Jquery , Node JS
Read more
Proxim Quest IT Solutions
Rashmi Yadav
Posted by Rashmi Yadav
Hyderabad
3 - 9 yrs
₹3L - ₹8L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
skill iconJavascript
skill iconAngular (2+)
skill iconPHP
+3 more
Full stack / NodeJS: We are looking for a talented developer who would be shaping the architecture and development of the applications using MEAN stack (MongoDB, ExpressJS, AngularJS and Node.js) Core Skills - Full lifecycle web development experience using MEAN stack - Experience in advanced JavaScript - Experience in NoSQL databases (especially MongoDB) - Experience in developing REST APIs using Node.js - Experience in AngularJS or ReactJS - Experience in HTML5, CSS3 and Bootstrap - Comfortable with source code repositories including Git, GitHub and SVN - Worked with build tools like Grunt, Bower, Yeoman - Experience in security and data protection - Understanding differences between multiple delivery platforms, such as mobile vs. desktop, and optimizing output to match the specific platform - Excellent communication skills If Interested please send your updated CV to [email protected] with the following details: Full Name: Notice Period: CTC: ECTC:
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

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