
- Having nodejs (backend technology) as with frontend development. I am stressing on frontend more to give emphasis on the need.
- We look for frontend engineers (java script) primarily and who are willing to contribute to backend (python). Backend wise, on the resume, these candidates can have nodejs / python / java / c# / any programming language

About Planview
About
Planview is a global leader in Strategic Portfolio Management (SPM) and Digital Product Development (DPD), empowering organizations to turn strategy into measurable outcomes. Our AI-driven connected platform helps enterprises align on priorities, optimize resources, and deliver value with speed and clarity. From strategic planning and portfolio management to product innovation, enterprise architecture, and collaborative work, Planview brings every class of work and every team onto a single, unified system. More than 3,000 customers and over 3.1 million users worldwide rely on Planview to gain real-time insights, make confident decisions, and drive transformation at scale.
Headquartered in Austin, Texas with a global team of over 1,500 employees, Planview combines deep market expertise with a culture of innovation and customer obsession. Our platform is consistently recognized by industry analysts for leadership and vision, and we continue to expand our global footprint—including a strong presence in India—to support enterprises across industries. At Planview, you’ll join a fast-growing company shaping the future of connected work, helping organizations deliver on what matters most.
Candid answers by the company
Planview helps organizations plan, prioritize, and execute their strategic portfolios and digital product initiatives through its AI-driven platform.
Photos
Connect with the team
Similar jobs
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.
Navtech is a premier IT software and Services provider. Navtech’s mission is to increase public cloud adoption and build cloud-first solutions that become trendsetting platforms of the future. We have been recognized as the Best Cloud Service Provider at GoodFirms for ensuring good results with quality services. Here, we strive to innovate and push technology and service boundaries to provide best-in-class technology solutions to our clients at scale. We deliver to our clients globally from our state-of-the-art design and development centers in the US, Hyderabad, and Pune.
We’re a fast-growing company with clients in the United States, UK, and Europe. You will join a team of talented developers, quality engineers, product managers whose mission is to impact above 100 million people across the world with technological services by the year 2030.
Navtech is looking for a Full Stack Developer (Python & React) for working on some of the cutting edge technologies combined with an ability to be innovative while creating solutions in a team environment.
Working as a Full Stack Developer at Navtech, you will:
- Design and develop user interfaces to internet/intranet applications by setting expectations and features priorities throughout development life cycle; completing programming using languages and software products; designing and conducting tests.
- Contribute in all phases of the development lifecycle writing well designed, testable, efficient and documented JavaScript, HTML and CSS code.
- Assure that all Angular user input is validated before submitting to back-end services and deploying to production. Ensure delivery of a high performing complete front end application.
- Writing non-blocking code, and resorting to advanced techniques. Cooperating with the back-end developer in the process of building the RESTful API.
- Enhances organization reputation by accepting ownership for accomplishing new and different requests; exploring opportunities to add value to job accomplishments.
Who Are We Looking For Exactly?
- Good Knowledge with front end technologies like React & back end technologies like Python.
- Strong computer science fundamentals: Data Structures, Algorithms, Design Patterns, Multi-threading, Distributed Systems, and OO Analysis & Design.
- Extensive knowledge of OOPS concepts, Design patterns.
- Experience working with Databases (SQL Server, Oracle etc.)
- Passionate about writing good quality code.
- Experience in working with Visual Studio tools, Git/TFS and IIS.
- Extensive experience with microservice-based architectures and technologies.
- Should have good logical, analytical and communication skills with client interaction experience.
- Strong understanding of UI, cross-browser compatibility, general web functions and standards.
- Thorough understanding of the responsibilities of the platform, database, API, catching layer, proxies and other web services used in the system.
- Should have Master’s Degree /Bachelors (BS) in computer science, Software Engineering, IT, Technology Management or related degrees and throughout education in english medium.
Why Navtech?
- Performance review and Appraisal Twice a year.
- Competitive pay package with additional bonus & benefits.
- Work with US, UK & Europe based industry renowned clients for exponential technical growth.
- Medical Insurance cover for self & immediate family.
- Work with a culturally diverse team from different geographies.
Responsibility
- Have a willing attitude ready to take on new challenges.
- Lead the entire web application development life cycle right from the concept stage to delivery and post-launch support.
- Ensure HTML, CSS, and shared JavaScript is valid and consistent across applications.
- Strong time management, listening, and communication skills.
- Experience with and a strong understanding of mobile web development.
- Convey effectively all task progress, evaluations, suggestions, and schedules along with technical and process issues.
- Creating database schemas that represent and support business processes.
- Utilize backend data services and contribute to increasing existing data services API.
Required Skills
- Previous working experience as a PHP / Laravel / Shopware 6 developer.
- In-depth knowledge of object-oriented PHP.
- Basic Linux experience (command-line tools).
- MySQL profiling and query optimization.
- Creative and efficient problem solver.
- Technical Skills:- HTML, CSS, JavaScript, JQuery, Core PHP, MySql, Laravel, Symfony, Shopware 6.
- Ubuntu system knowledge is required.
Company Profile: A US based SaaS based Product firm in Fire & EMS Services
Customer Platform is a SaaS data aggregation, visualization, and mobile response solution, which helps emergency response agencies to respond more effectively to incidents of all kinds.
Client is starting a new development center at Hyderabad, India and looking for core team members for the development of their platform
Senior PHP FullStack Developer | 5-13 Y | Hyderabad | 3M Remote + WFO |
This role is for 2-3 M remote option initially, should move to Hyderabad / WFO aftermath.
Interview Process: R1 - System Test + R2 Technical Session (CTO, India) + R3 Technical Session (Tech Director, USA) + HR discussion.
Job description :
Overall 7+ years of experience, with 5+ years in full stack PHP development
Experience creating user-friendly webpages and enhance our user's experience.
Experience 3+ years using Angular, React, Vue.JS, ECS6, CSS 3, and CSS preprocessors like SASS, LESS, plain JavaScript DOM manipulation, selectors, etc.
Converting UI design from Figma to HTML Animations with CSS and JavaScript
Hands-on development in various front-end web frameworks - HTML5, CSS3, JavaScript
Strong knowledge in PHP backend coding, best practices, ability to produce & consume REST services
Communicating design ideas using user flows, process flows, site maps, and wireframes.
Good understanding on Figma and producing UI design from Figma to HTML Animations with CSS and JavaScript
Optimize application for max. speed & scalability
Collaborate with back-end developers & web designers to improve usability Maintain & improve websites
Deliver features with high quality, on-time as per project plans and delivery commitments.
Agile development methodology
Vue.js experience is preferred
We are looking for skilled Full stack Developer to join our team. The successful candidate will be responsible for developing, maintaining, and scaling our server-side application logic using Python and related frameworks. As a full-stack developer, you will work closely with front-end developers, data scientists, and project managers to develop scalable and reliable software solutions.
Responsibilities:
Developing and maintaining server-side application logic using Python and related frameworks
Designing and implementing APIs and web services using RESTful principles
Collaborating with front-end developers to integrate user-facing elements with server-side logic
Designing and implementing efficient database schemas and queries
Developing and maintaining automated testing and deployment pipelines
Ensuring high performance and scalability of software applications
Having knowledge of Node.js will be added advantage
Troubleshooting and debugging software issues
Staying up-to-date with emerging trends and technologies in backend development
Requirements:
Strong experience with Python and related frameworks such as Flask, Django, or Pyramid
Proficient understanding of SQL and NoSQL databases
Experience with AWS or other cloud platforms
Familiarity with version control systems such as Git
Excellent problem-solving and debugging skills
Strong communication and collaboration skills
Ability to work in a fast-paced, collaborative environment
If you are a passionate Backend Python Developer with a strong desire to work on complex, challenging problems, we encourage you to apply.
Relevant experience on using tools like JSP, Servlet for web applications
· MVC frame works - Struts or Spring
· Web services- SOAP and REST WebLogic, Hibernate
· Middleware technologies MQ OSB.
· Web/App Servers: Tomcat or WebLogic or JBoss
· Experience using Angular, Micro Services using Spring, jersey, Swagger
· Good knowledge of Backend and Front-end technologies
· Good knowledge of Core Java, J2EE, Ajax, Spring, Java Script, jQuery, HTML
· Good knowledge of any RDBMS database like SQL Server, Oracle, MySQL & Cluster set-up, performance benchmarking, client-side API evaluation, knowledge of various deployment strategies
· Strong knowledge with Core JAVA concepts – Exception handling, Multi-threading, Collection, String, OOPS etc…
· Advanced understanding of Windows and Linux based operating systems
· Mainly 3-4 months hands on with reverse engineering and old legacy solutions to new modern applications
· Working knowledge using REST, HTTP, TCP, SCTP protocols
· Hands-on with JAVA frameworks such as – Thread Pool Executor, Object Pooling, Logging (Log4j preferred), XML/JSON handling
Education Criteria:
· Preferred BE degree in CS, E&C, E&E
· Proficient being a J2EE Developer (courses or project done) and data analytics skills
· Flexible to work on any projects assigned
Note: Terms & Conditions
· This opportunity will be work from office
· Reporting location - Bangalore office, Vijayanagar
quality products. We believe in ownership and are looking for people driven to
continuously ship new, impactful features and capabilities for our users.
Experience: 2- 4 years (min)
Functional Area: Front/Back-end web development
Apply if you have:
Cloud app development experience
Strong Python – Django / Django Rest Framework and ReactJS experience
Advanced knowledge of Python and relational databases
Experience with SQL and NoSQL databases
Experience with building, modifying and extending API endpoints (REST or GraphQL) for data retrieval and
persistence
Creating high performance UI etc.
Experience with the full software development life cycle, including requirements collection, design,
implementation, testing, and operational support
Analytical capabilities and logical approach to problem-solving
Experience with scrum or other agile software development methodology
Hands on experience in DevOps & have significant familiarity with DevOps Tools
Build and Manage continuous deployment of software (CI/CD)
Must have dedication and commitment towards work
Deliver the assigned tasks within the stipulated timeline
What you will do:
Work on existing software solutions or new systems on the specified programming language
Translating designs and wireframes into high-quality code
Ensure the best possible performance, quality of the solution you are working on
Working closely with business analysts, software engineers, product managers, designers and other stakeholders
Write well designed and efficient code by adhering to the specified coding standards
Mentor and support other team members by doing code reviews and applying your experience in process and
technical leadership.
Qualification:
Education: BE Computer Science, MCA or equivalent with 60% marks.
Must have excellent communication and written communication skills
Employment: Full time – Permanent
Salary: Hike in Current Salary (No bar for Right Candidate)
Must have: Python-Angular(min.6Months) - Django- MySQL
Experience: 4-5Years
Location; Pune(WFH until Covid stabilizes)
Good to have: Kubernetes/Docker, Flask, Restful API
2. Troubleshoot, test and maintain the core product software and databases to ensure strong optimization and functionality
3. Contribute in all phases of the development lifecycle
4. Follow industry best practices
5. Build efficient, testable, and reusable PHP modules
6. Solve complicated problems with efficient solutions through coding and analysis
7. Building reusable code and libraries for future use





















