
š About WorkBuddyHR
WorkBuddyHR is an early-stage HRTech startup building a modern HRMS platform focused on automation, insights, and simplicity.
Weāre solving real HR problems ā reducing manual work, improving visibility, and helping teams operate smarter.
Weāre currently in the MVP stage, preparing for launch, and looking to build a high-ownership founding team.
š What This Role Is About
This is not a typical job.
Youāll be responsible for building the product from scratch, making key technical decisions, and shaping the future of the company.
If youāre looking for structure, stability, or fixed hours ā this is NOT the role.
If you want ownership, speed, and impact, this is for you.
š ļø What Youāll Do
- Own the end-to-end product development
- Build scalable backend systems and APIs
- Design clean, efficient architecture
- Work closely with me (founder) on product decisions
- Ship fast, iterate faster
- Set up the engineering foundation (code, infra, standards)
ā” What Weāre Looking For
- Strong full-stack or backend experience
- Ability to build from 0 ā 1
- High ownership mindset (no hand-holding)
- Product thinking (not just coding)
- Comfortable working in ambiguity
- Based in Bangalore (important)
ā What This Role Is NOT
- Not a 9ā5 job
- Not a high-salary role (initially)
- Not for someone looking for short-term comfort
š° Compensation
- Meaningful equity (founding member level)
- Opportunity to grow into CTO / Tech Lead role
- Salary will be introduced as we raise / generate revenue
š„ Why Join
- Build a real SaaS product from scratch
- Direct impact on product & company direction
- Work on a problem space you understand (HRTech)
- Be part of the core founding team

About WorkBuddyHR
About
Company social profiles
Similar jobs
Key Responsibilities:
-Ā Ā Ā Ā Develop, test, and maintain dynamic web applications using React.js and related front-end technologies.
-Ā Ā Ā Ā Build responsive and interactive user interfaces with reusable components.
-Ā Ā Ā Ā Collaborate closely with UI/UX designers, backend developers, and project managers to deliver robust and scalable solutions.
-Ā Ā Ā Ā Integrate RESTful APIs and manage data flow effectively using Redux or other state management libraries.
-Ā Ā Ā Ā Optimize web applications for maximum performance, scalability, and cross-browser compatibility.
-Ā Ā Ā Ā Debug and troubleshoot issues to ensure high-quality deliverables.
-Ā Ā Ā Ā Write clean, maintainable, and well-documented code following best practices.
-Ā Ā Ā Ā Use Git for version control and participate in code reviews.
Skills Required:
-Ā Ā Ā Ā Minimum 2 years of professional experience in front-end web development.
-Ā Ā Ā Ā Strong proficiency in React.js, JavaScript (ES6+), HTML5, and CSS3.
-Ā Ā Ā Ā Experience with Redux / Context API or other state management tools.
-Ā Ā Ā Ā Good understanding of component lifecycle, hooks, and functional programming concepts.
-Ā Ā Ā Ā Familiarity with REST APIs, JSON, and asynchronous data handling.
-Ā Ā Ā Ā Knowledge of responsive design, cross-browser compatibility, and performance optimization.
-Ā Ā Ā Ā Familiarity with version control systems (Git).
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.
Position: Full-Stack Developer ā React / C# / Python / SQL
Location: Mumbai / Pune
Experience:Ā 6ā8 Years
Employment Type: Full-time
About the Role
We are looking for a versatile Full-Stack Developer who has working experience in React, C# or Python, and SQL. The candidate doesnāt need to be an expert in all these technologies but should be comfortable taking end-to-end ownership of features with the support of modern AI tools.
Key Responsibilities
- Develop, test, and maintain scalable frontend applications using React.
- Build and integrate backend services using C# (.NET) or Python.
- Write and optimize SQL queries, procedures, and data models.
- Work closely with product and design teams to deliver high-quality features.
- Use AI-assisted development tools (like GitHub Copilot / ChatGPT) to speed up coding, debugging, documentation, and solution design.
- Participate in code reviews, troubleshooting, and performance improvements.
- Ensure best practices in code quality, security, and deployment.
Required Skill Set
- Frontend
React.js (Hooks, components, state management, API integration)
- Backend (any one or both)
C# (.NET Core)
Python (FastAPI / Django / Flask)
- Database
SQL (MySQL / PostgreSQL / MSSQL)
Experience writing queries, joins, stored procedures, and handling schemas
Good to Have
- REST API development
- Basic DevOps understanding (CI/CD, version control ā Git)
- Familiarity with cloud platforms (AWS/Azure/GCP)
- Ability to learn quickly with AI tools and follow best practices
- Problem-solving and ownership mindset
What We Are Looking For
- Someone who can handle full-stack tasks with confidence
- Not necessary to be an expert in everything
- Curious, adaptable, and open to using AI tools to deliver faster
- Strong communication skills and team collaboration
Full Stack Developer responsible for managing back-end services and the interchange of data between the server and the users.
Ā
Your primary focus will be the development of all server side logic, definition and maintenance of the central database, and ensuring high performance and responsiveness to requests from the front-end. You will also be responsible for integrating the frontend elements built by your co-workers into the application. Therefore, a basic understanding of frontend technologies is necessary as well.
Ā
We are looking to recruit a candidate for a role that will require:
- Create and consume restful APIs
- Design, develop, and maintain internal and external applications
- Build efficient, testable, and reusable modules
- Write high quality, structured application/interface code and documentation
- Identify solutions through research and collaboration that resolves the root of problems as they arise
- Define functional and technical requirements for application software to develop skills and knowledge
- Troubleshoot, test and maintain the core product software and databases to ensure strong optimization and functionality
- Contribute in all phases of the development lifecycle
Requirement
ā Proficient in Node.JS and ReactJS development stack
ā 2+ yearsā experience designing, querying, and updating databases in MySQL/nosql
ā Basic understanding of web technologies including HTML, CSS, JavaScript, AJAX etc.
ā Passion for best design and coding practices and a desire to develop new bold ideas
ā Good to have knowledge of AWS, Redis, ElasticSearch
Ā
Education: Min. Graduate in related discipline
Work experience: 2 years relevant experience
Compensation: Based on Industry StandardsInterview Mode : Face to Face
About the job
Key Responsibilities
1. Design, develop, and maintain dynamic, responsive web applications using React.js and Node.js.
2. Build efficient, reusable front-end and back-end components for seamless performance.
3. Integrate RESTful APIs and third-party services.
4. Collaborate with UI/UX designers, mobile teams, and backend developers to deliver high-quality products.
5. Write clean, maintainable, and efficient code following modern coding standards.
6. Debug, test, and optimize applications for maximum speed and scalability.
7. Manage databases using MongoDB and handle cloud deployment (AWS, Firebase, or similar).
8. Participate in code reviews, architectural discussions, and agile development cycles.
Required Skills & Experience
1. 1-5 years of proven experience in Full Stack Web Development using the MERN stack.
2. Proficiency in React.js, Node.js, Express.js, MongoDB, and JavaScript (ES6+).
3. Strong understanding of HTML5, CSS3, Bootstrap, and Tailwind CSS.
4. Hands-on experience with API design, state management (Redux, Context API), and authentication (JWT/OAuth).
5. Familiarity with version control tools (Git, Bitbucket).
6. Good understanding of database design, schema modeling, and RESTful architecture.
7. Strong problem-solving skills and ability to work in a collaborative team environment.
Perks & Benefits
- Onsite opportunity in our modern Greater Noida office.
- Competitive salary based on skills and experience.
- Exposure to real-world projects and latest tech stacks.
- Work with a creative and talented team.
- Career growth opportunities in full-stack and cross-platform development.
Benefits:
- Health insurance
- Leave encashment
- Paid sick time
- Paid time off
- Work from home
Application Question(s):
- How many years ofĀ _____ experience do you have?
- What is your current CTC?
- What is your expected CTC?
Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā Ā 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.
Ā

RequisitesĀ
- Experience with software development in one or more programming languages with data structures/algorithms.Ā
- 1-year experience in software architecture/design.Ā
- 2 years of experience developing large-scale infrastructure, distributed systems and/or data management/storage technologies.Ā Ā
Key Responsibilities:Ā
- Write and test production systems, with a broader understanding of the product.Ā
- Review code and provide feedback. Mentor engineers to take on bigger responsibilities.Ā
- Review and lead design discussions/reviews, with a long-term vision.Ā
- Set high-level engineering direction, and best practices and document educational content to save engineering hours.Ā
- Triage product or system issues. Mitigate and resolve production inefficiencies.Ā Ā
Ā
We are looking for a blockchain developer who will be responsible for designing, implementing, and supporting a distributed blockchain-based network. Your primary responsibility will be analyzing requirements, designing blockchain technology around a certain business model, and building and launching a blockchain network.
Also, the Position requires maintenance & further development of the existing platform
- Research, design, develop, and test blockchain technologies
- Document new solutions as well as maintain of existing ones
- Be involved in the global blockchain communityāwork on implementing and integrating the latest improvement proposals
- Requirements
- Hands-on experience in Ethereum, Solidity, Golang, Nodejs, Javascript, NFT, ERC Tokens, DeFi, DAPPS
- Strong software development background, Expertise in Rest API design and development.
- Experience working in NoSQL databases like MongoDB.
- Strong knowledge of common algorithms and data structures
- Proficient understanding of code versioning tools, such as Git, and familiar with concepts of Cloud-based microservices.
Must have worked with Blockchain products and played a vital role to build that application as a developer
- Must have knowledge in Angular or React frontend and Node JS
- Write reusable, testable, efficient code
- Knowledge of creating front-end applications using HTML5, CSS, and Javascript.
- Candidates should have Knowledge of recent Angular versions and should be comfortable working independently.
- Should have working experience with database modeling, ability to plan DB schema and write queries with ease(MongoDB, MYSQL, Redis)
- Implementation of security and data protection
- Comfortable working with Git/Github
- Ability and willingness to manage multiple projects and tasks.









