MUST HAVE
- Design and implementation of the overall web architecture using React.js, Node.js, Mongo DB and AWS Lambda and Python
- Must have good knowledge of API
- Deployment and maintenance of AWS infrastructure -- Kubernetes, EC2, S3, Lambda
- Ensuring the entire stack is designed and built for speed and scalability
- Integrating our front-end UI with the constructed API
- Design and implementation of continuous integration
- Working knowledge of web-based application architectures and frameworks (including React) and the way it integrates with services.
Key Skillsets
- Node.js
- React.JS
- AWS
- MongoDB

About Inteliyo
Similar jobs
Job Title : React + Node.js Developer (Full Stack)
Experience : 5+ Years
Location : Mumbai or Pune (Final location to be decided post-interview)
Notice Period : Immediate to 15 Days
Interview Rounds : 1 Internal Round + 1 Client Round
Job Summary :
We are looking for a highly skilled Full Stack Developer (React + Node.js) with strong expertise in both frontend and backend development.
The ideal candidate should demonstrate hands-on experience with databases, excellent project understanding, and the ability to deliver scalable, high-performance applications in production environments.
Mandatory Skills :
React.js, Node.js, PostgreSQL/MySQL, JavaScript (ES6+), Docker, AWS/GCP, full-stack development, production system experience, and strong project understanding with hands-on database expertise.
Key Responsibilities :
- Design, develop, and deploy robust full-stack applications using React (frontend) and Node.js (backend).
- Exhibit a deep understanding of database design, optimization, and integration using PostgreSQL or MySQL.
- Translate project requirements into efficient, maintainable, and scalable technical solutions.
- Build clean, modular, and reusable components following SOLID principles and industry best practices.
- Manage backend services, APIs, and data-driven functionalities for large-scale applications.
- Work closely with product and engineering teams to ensure smooth end-to-end project delivery.
- Use Docker and cloud platforms (AWS/GCP) for containerization, deployment, and scaling of services.
- Participate in design discussions, code reviews, and troubleshooting production issues.
Required Skills :
- 5+ Years of hands-on experience in full-stack development using React and Node.js.
- Strong understanding and hands-on expertise with relational databases (PostgreSQL/MySQL).
- Solid grasp of JavaScript (ES6+), and proficiency in Object-Oriented Programming (OOP) or Functional Programming (FP).
- Proven experience working with production-grade systems and scalable architectures.
- Proficiency with Docker, API development, and cloud services (preferably AWS or GCP).
- Excellent project understanding, problem-solving ability, and strong communication skills (verbal and written).
Good to Have :
- Experience in Golang or Elixir for backend development.
- Knowledge of Kubernetes, Redis, RabbitMQ, or similar distributed tools.
- Exposure to AI APIs and tools.
- Contributions to open-source projects.
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.
Skill set Requirement
RoR
Any front end frameworks (good to have)
Docker, Aws and Kubernetes
Sidekiq
Note : This position is for Pune location. Please only apply if you are in pune or willing to relocate to Pune.
We are a product company with headquarter in New York and development centre in Pune.
Skill Set: 10 years plus as a full stack Java/JavaScript Developer
Micro Services, Distributed Systems
Cloud Services: AWS:(EC2,S3,Lambda,Load Balancing,Serverless)
Programming Backend: Node.js ,
Programming FrontEnd: React.js or ,Angular
Queuing: RabbitMQ /Kafka
Methodologies: Agile Scrum
Responsibilities:
End to end coding ; from software architecture to managing scaling,of high throughput(100000)RPS high volume transactions.
DIscuss business requirements and timelines with management and create a task plan for junior members.
Manage the day to day activities of all team members and report their work progress
Mentoring the team on best coding practices and making sure modules are Live
on time.
Management of security vulnerabilities.
Be a full individual contributor which means can work in a team as well as alone.
Attitude:
Passion for tech innovation and solve problems
GoGetter Attitude
Extremely humble and polite
Experience in Product companies and Managing small teams is a plus
Title: Java FullStack Developer
Experience: 4+ years
Work Location: Pune/ Bangalore/ Chennai
Notice Period: Immediate to 30 Days Max
Key Skills: Java, Angular Mobile, Ionic, Hybrid Mobile, React, Accelerator, Objective-C, UI Design, SOAP/React/SOA
Requirements:
- Looking for candidates with BE/MCA/M.Tech
- Experience of Core Java, JSP, Servlets, HTML5, CSS3, Vanilla JavaScript, jQuery.
- 4-6 years of strong experience in any of the hybrid mobile tools/platforms like Angular Mobile / Ionic
- Hands on experience in Spring boot and Microservices architecture
- Must have good experience in building feature-rich customer facing mobile applications using Accelerator, Java, XML and Objective-C.
- Good Experience in Javascript
- Should have experience in UI design, HTML, CSS for mobile platform.
- Should have experience in SOA, REST, SOAP etc.,
- Preferred experience in Angular/React/any front-end web development framework.
- Must have worked in Agile framework model with team collaboration.
We are looking for skilled Senior Full-Stack developers who can architect and develop large-scale enterprise applications using React.js for front-end and Node.js for API's.
Responsibilities :
● Review application requirements and interface designs.
● Identifying web-based user interactions.
● Developing and implementing highly responsive user interface components using React concepts.
● Writing application interface codes using Javascript following React.js workflows.
● Understand proposed features and quickly design and build scalable API and SQL schema & queries.
● Proactively analyze website performance and implement solutions for improvement.
● Collaborate with architects, developers, business analysts, and QA analysts to design, develop, and test applications.
● Documenting application changes and developing updates.
● Collaborate with other team members.
Requirements :
● Proven work experience as MERN developer (5+yrs)
● 3+ years of experience building complex web applications.
● Solid work experience using component-based development on the client-side.
● 3+ years of experience coding robust and secure Rest API's in Node.js, JSON, XML.
● Experience coding in JavaScript, HTML, CSS.
● Experience in integrating systems using Rest APIs and single sign-on.
● Experience with continuous integration / continuous deployment using AWS CodePipeline and CloudFormation templates.
● Experience with AWS infrastructure (API Gateway, S3, Lambda, Aurora, EC2).
● Experience with Google Analytics integration.
● Deep knowledge to create standards-compliant, cross-browser, mobile compatible front-end code with responsive design.
● Deep knowledge of server-side and front-end performance optimization.
● Strong design skills are a huge plus.
● Should be a self-starter who is excited to solve many technical challenges relentlessly.
● Must have excellent written and verbal communication skills.
Full-stack Developer
CAST is the market leader in Software Intelligence. Its unique technology thoroughly examines the structure of complex software systems, with MRI-like precision. It delivers accurate, actionable, and automated views of software architecture, critical flaws, quality grades, sizing metrics, open source usage, and cloud readiness levels. Hundreds of companies rely on CAST for greater objectivity in crucial business decisions, faster application modernization for Cloud, raising the quality and security of their custom software. CAST operates globally with offices in North America, Europe, India, China.
Title: Software Developer
Location: Bangalore
Job definition
Working at CAST R&D means being an important part of a highly-talented, fast-paced, multicultural and Agile team based in Paris (France) and Bangalore (India). The team builds sophisticated source code analysis platform leveraging parsing, control flow, data flow and others mechanisms to fully understand the inner structure of the complex IT Systems developed and used by the Fortune 500 companies.
You, working as individual contributor, will be integrated in Dashboard Teams working on web portals of CAST AIP. Your teammates will be located in India and in France and you will have the opportunity to travel to France every year.
You will collaborate to writing and designing new features and improve existing ones. You will write unit tests and drive code reviews. You will participate into best practices definition and technology watch. Depending on will, skills and experience, you will have the opportunity to take technical lead on topics or projects.
While the domain of CAST is a niche, the position will propose you to work on software that dedicate to company Dashboards and control software, focusing on technical and creative skills.
Profile
- Experience : 3-6 years
- Experience in developing front-end/full stack applications at scale
- Should have experience in any of the front-end framework like React, Angular, BackboneJS, Ext etc and HTML/CSS/Bootstrap .
- Experience in backend technologies like GOLANG, NodeJS, Python, REST web services and Java(OOPS, Collections, DB Access) or any other technology.
- Hands on experience in JavaScript Concepts (OO-JS, Closures, Unit Testing, Module Patterns etc)
- Good to have skills like REST, Bootstrap, UI Components, CI/CD, NoSQL based DB is added advantage.
- Experience with advanced CSS programming using LESS or SASS is a plus.
- Expertise in of server side technologies and SQL/NoSQL is a plus.
- Experience of JavaScript testing frameworks like Karma, Mocha, Jest etc.
- It involves design the software system, Select algorithms, theories or technologies that will be used for BUSINESS Applications
- Contribute to software development design discussions for new features and new product development
- Strong Problem solving skills and ability to troubleshoot applications & environment issues.
- Adaptability, ability to learn faster, Independent, responsible and diligent.
- Good team spirit and interpersonal skills, Excellent Written, Verbal, communication skills, Analytical skills & Business Thinking.
The candidate should have a passion for technology and a flexible, creative approach to problem solving. You are autonomous and take responsibility for your work.
Ideally, you know how to write unit tests and maybe even better write them in TDD. You have knowledge in agile methodologies such as Scrum. You know about GIT and the use of continuous integration tools. You have developed single page JS applications end to end.
Candidate should have a bachelor or Master technical degree or equivalent experience. Strong knowledge in software engineering. Proactive Self Starter, creative thinker in designing, developing and supporting applications. Work as part of cross functional, passionate agile project teams to ensure quality is driven into the heart of the development process.
Develop new APIs, modify the existing API using Node.js, MongoDB, JavaScript..
Create new, modify existing web pages using React.js, JavaScript.
Support the current release, production issues with code fixes.
Work on new future releases, projects and deliver within timelines.
Setup the Servers with Node.js, MongoDB, React.js, etc. in the Linux environment.










