
Job Overview:
We are looking for a high-ownership Software Engineer with hands-on experience in modern full-stack development. The role demands strong fundamentals, the ability to work in a startup environment, and a mindset to build, iterate, and scale products.
You will be working closely with founders and cross-functional teams to build robust, scalable, and high-performance applications.
Core Responsibilities
· Develop and maintain web applications using Next.js (frontend) and Nest.js (backend)
· Design, build, and optimize RESTful APIs and backend services
· Translate business requirements into scalable technical solutions
· Collaborate with product, design, and business teams for feature development
· Debug, troubleshoot, and improve application performance
· Ensure code quality through clean architecture, testing, and best practices
· Participate in deployment, monitoring, and continuous improvement cycles
Technical Requirements
· Strong proficiency in JavaScript and TypeScript
· Solid understanding of web fundamentals (HTML, CSS, APIs, browser behavior)
· Hands-on experience with Next.js and Nest.js
· Working knowledge of PostgreSQL or relational databases
· Familiarity with Git and GitHub (version control workflows)
· Understanding of API design principles and backend architecture
Good-to-Have Skills
· Experience with deployment platforms (Digital Ocean, AWS, Docker, etc.)
· Knowledge of authentication, authorization, and security practices
· Exposure to CI/CD pipelines
· Understanding of scalable system design basics
What We Want
· Strong problem-solving mindset
· Ability to learn fast and adapt quickly
· Comfort working in an unstructured startup environment
· Ownership-driven attitude (not just task execution)
· Clear communication and collaboration skills
Ideal Candidate Profile
· Projects demonstrating end-to-end ownership
· Contributions on GitHub (active repositories, clean code)
· Experience building real-world applications (not just tutorials)
· Ability to explain technical decisions and trade-offs
What You Will Get
· Opportunity to work directly with startup founders
· Fast-paced learning environment and accelerated skill development
· Exposure to real product building and scaling challenges
· Freedom to experiment, build, and innovate
· Performance-driven growth and responsibility
· Competitive compensation aligned with your potential
Additional Details
· Joining: Immediate (7–15 days preferred)
· Probation: 3 Months

About BOLDNET India Career Services Pvt. Ltd.
About
BOLDNET is a career intelligence and employability platform focused on bridging the gap between academic learning and industry expectations. Through structured competency mapping, skill validation, and career alignment tools, we empower students, institutes, and corporates to make data-driven career decisions.
We are building scalable technology products that solve real-world employability challenges in India.
We move fast, value ownership, and believe the best ideas can come from anyone on the team. If you thrive in a collaborative, no-bureaucracy environment where your work ships and makes a real difference, you’ll feel right at home.
MyCareer Buddy is a career development platform by BOLDNET, empowering students with tools for career readiness and offering employability solutions.
Candid answers by the company
Pune
Similar jobs
We are looking for a motivated and enthusiastic Full Stack Intern to join our development team. The ideal candidate should have a strong interest in frontend development, backend systems, and AI/ML technologies, along with a willingness to learn and contribute to real-world projects.
Role: Full Stack Intern
Technologies:
- Frontend: React.js, Next.js
- AI/ML: Basic understanding of Machine Learning concepts and AI integrations
Responsibilities:
- Develop and maintain responsive web applications using React.js and Next.js
- Build and integrate backend APIs and services
- Work with databases and server-side logic
- Assist in AI/ML feature integrations and model implementations
- Collaborate with designers, developers, and team leads
- Debug, test, and optimize application performance
- Participate in code reviews and daily team discussions
Requirements:
- Basic knowledge of React.js and Next.js
- Understanding of JavaScript, HTML, and CSS
- Familiarity with backend development using python or similar technologies
- Basic understanding of REST APIs and databases
- Interest in AI/ML technologies and tools
- Good problem-solving and communication skills
- Ability to learn quickly and work in a team environment
Preferred Skills:
- Knowledge of Git/GitHub
- Experience with MongoDB or SQL databases
- Familiarity with Python for AI/ML projects
- Understanding of deployment and hosting platforms
Internship Details:
- Duration: 6 Months
- Internship Type: Remote
- Stipend: 10000-15000 Based on Performance
If you are passionate about building modern applications and exploring AI-powered solutions, we’d love to hear from you.
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.
Role & Responsibilities
Contributes to the technical vision for an engineering team, aligning with company-wide strategies and goals.
Contributes to the design and development of robust, scalable, and user-friendly web applications.
Create innovative solutions using the latest technologies and tools for front end development and backend development.
Collaborate with product managers, designers, and engineers to define product direction and to deliver complex applications.
Conduct thorough code reviews and provide constructive feedback to ensure high-quality code.
Mentor and guide junior engineers, fostering a culture of continuous learning and improvement.
Troubleshoot and debug complex issues in production environments, working closely with customer support and operations teams to ensure timely resolution and minimal disruption to business operations
Title: Hands‑on Tech Lead (AI Agents, Automations, Chatbots)
Type: Full‑time (preferred) or full‑time‑equivalent contractor
Location: Remote (India-friendly), must overlap with founder for live collaboration
Comp: Flexible; you indicated up to ~$50k/year is comfortable for the right person
Why this role exists
We build and deploy rough-but-working “minimum viable applications” fast (days/weeks, not months) for small businesses, then gradually extract reusable components so the best solutions become repeatable products.
You’ll be the engineering owner who can design + ship, keep quality “clean enough,” and avoid the long-term trap of one-off scripts.
What you’ll build
- AI-agent driven automations using n8n (including agentic workflows, tool usage, memory/DB access, and production hardening). n8n explicitly positions AI Agents as autonomous workflows that make decisions and execute tasks, and provides dedicated AI agent capability pages/docs.
- Conversational chatbots (web + messaging + optionally voice) with reliable orchestration, state, and analytics
- Voice experiences using ElevenLabs Text‑to‑Speech (and optionally Speech‑to‑Text), including real-time or low-latency flows.
- Admin/internal tooling (e.g., Retool) to manage clients, prompts, workflows, logs, and operations. Retool’s own positioning: connect to databases/APIs/LLMs and build internal tools.
- (If applicable) Voice agent platforms such as Retell AI (inbound/outbound voice agent platform + docs).
Responsibilities
Shipping (hands-on)
- Build the first end‑to‑end “vertical slices” yourself (agent/workflow → backend/service → DB → UI/admin → deployment).
- Deliver working MVAs rapidly; optimize for time-to-deploy while maintaining baseline reliability.
Architecture & productization
- Define a lightweight but real architecture that supports:
- multi-client deployments (config/tenant separation)
- prompt/version management
- logging + observability
- secure secret handling
- repeatable integrations and “workflow templates”
- Establish “golden path” patterns so new projects are mostly configuration + reuse.
Leadership
- Lead (and unblock) an Implementation Engineer: tickets, code review, standards, and technical direction.
- Produce short docs and checklists so others can build consistently.
Required experience (must-haves)
- Strong full‑stack fundamentals (API design, auth, data modeling, debugging, deployments).
- Proven experience building automation/workflow systems (preferably n8n in production).
- Experience with LLM + agent patterns: tool calling, retrieval/RAG, structured outputs, prompt/versioning, evaluation, failure handling.
- Conversational chatbot experience (web or messaging). Voice is a plus.
- Ability to design databases and data flows (Postgres/MySQL/etc.), including migrations and indexing.
- Strong written communication: can turn ambiguous needs into a plan, and can document the “how to run it.”
Strong plus
- Retool (or similar low-code internal tooling) experience.
- ElevenLabs voice integration (TTS/STT) in production.
- Experience with Retell AI or similar voice-agent platforms (Vapi/Retell/etc.).
- Experience self-hosting and operating systems: Docker, CI/CD, monitoring, secrets.
- As a Senior Full-stack Developer, your role would involve design development and deploy full-stack applications out of Artificial intelligence projects with a focus on low latency and scalability.
- You also need to optimize the application for better performance and a large number of concurrent users.
- Besides, you’d also closely mentor younger engineers on the team and contribute to team building.
- A strong technologist at Curl cares about doing things the right way rather than just doing them and thrives in a complex and challenging environment.
Who are we looking for?
• Bachelors / Masters in Computer Science or equivalent with at least 4-8 years of professional experience.
• Solid understanding of design patterns, data structures, and advanced programming techniques
• As an Engineer in our team, you will design, code, test and debug quality software programs.
• Strong software design and architectural skills in object-oriented and functional programming styles.
Strong software design and architectural skills in object-oriented and functional programming styles.
• Java 8, Microservices using Spring boot, Spring Cloud, Docker, Kubernetes orchestrator.
• Experience in working with Spring Framework - Spring Boot, Spring REST, Spring Security, Spring Data JPA, OAuth2, hibernate.
• Experience in Reactjs or Angular.
• Experience in RabbitMQ
• Experience in Unit Testing Tools like Junit/TestNG
• Experience in working with SQL & NoSQL databases such as MySQL, Mongo DB.
• Knowledge of CI/CD architecture.
• Knowledge of tools like Jenkins, SonarQube, Maven, Gitlab
• Experience in cloud technologies.
• You demonstrate the ability to work in a fast-paced and hyper-growth environment where the requirements are constantly changing.
• Solid understanding of design patterns, data structures, and advanced programming techniques.
• Nice to have: Python 3.6+, Image and textual data processing technologies
• Expert in modern JavaScript frameworks like Angular, React, or VUE (Angular is a must).
• Familiar with agile techniques like code reviews, pair programming, collective code ownership, clean code, TDD, and refactoring.
• Design and development of high-volume, high-performance, high-availability, service-oriented Java applications using proven Java frameworks and technologies.
Bottom-Funnel provides the system and framework that modern marketers need to generate clients from scratch.BOTTOM-FUNNEL is a 360° digital branding and marketing agency that provides a wide spectrum of internet marketing services to enhance the online presence of all kinds of businesses. We offer global solutions of digital marketing and all IT trending technology solutions, communication through classifieds, web portals, social media networks, advertising channels, and search engines. Our digital experts and business consultants help clients by providing only the best digital marketing strategy to develop through innovation and creativity.
Employment Type: Employee - Full Time
Work Location: Jaipur, Rajasthan ( Work From Office Only)
Notice Period : Immediate - 30 Days only
Key Focus area: Mongo DB, Express Js, React Js, Node Js, Vue Js, Next Js
We are looking for an experienced Full Stack Developer with focus on MERN, .NET, ASP. NET, .NET Frameworks, JAVA, Spring, Hibernate, Kafka
Responsibilities:
- Ability to translate Wireframes and PSD Designs into functional web apps using HTML5, AngularJS, Reactjs , Node.js, Typescript and Mongodb
- Binding of UI elements to JavaScript object models
- Creating RESTful services with Node.js
- Python or PHP knowledge will be good
- Architect scalable web architectures
- Work in a cross-functional team to deliver a complete user experience
- Create Unit and Integration tests to ensure the quality of code
- Be responsive to change requests and feature requests
- Write code that is cross-platform and cross-device compatible
- Ability to wear many hats and learn new technologies quickly
Qualification and Work Experience
Qualification: B.E./B. Tech/BCA/MCA
Work experience: 2- 8 years
- Minimum 2-8 years of experience in Designs, develops and implementation of web-based Java applications to support business requirements and projects.
- Hands-on experience in Java and J2EE Ecosystem.
- Hands-on experience in Spring boot, Hibernate and/or Struts frameworks.
- Good familiarity with Object-Oriented Programming, Web services, REST, HTTP.
- Strong experience with databases and MySQL.
- Experience in Agile Development/Project Management, DevOps CI/CD process is a big plus.
- 2-6 years minimum in creating complex HTML based solutions
- Detail oriented experience as a Web Developer creating Angular/React/Vue based solutions
- 2-6 years with Node.js and Express js
- Ability to work both independently and in collaborative teams to communicate design and build ideas effectively
- Experience using asynchronous RESTful services (JSON)
- Knowledge and Hands-on experience on ASP.Net, C#, MS SQL Server, Restful, C# 3.5/4.0, MVC
- Desirable Skills: Excellent written and verbal communication skills. Excellent analytical and troubleshooting abilities.
- Solid understanding of best practices in web application development.
- Knowledge and Hands-on experience on Java,
- Exceptional attention to detail and design.
Requirements
- Fluent knowledge of the latest HTML/CSS standards and best practices
- Working knowledge of JavaScript, Typescript, ReactJS and Angular Working knowledge of Node.js and Express js
- Solid Understanding of HTTP protocol and how server-side code is processed on the client
- Understanding the nature of asynchronous programming and its quirks and workarounds Excellent hands-on experience with MongoDB , Mongo aggregation, MySQL, Ability to build REST services, Authentications, MVC applications
- Excellent Object-Oriented Programming skills and ability to write modular, secure, scalable and maintainable code • Experience with Elastic search, Redis.
- Some experience with Photoshop or Sketch is a plus (creating sprites, optimizing, cutting or adjusting images)
- Working knowledge of front end optimization and performance techniques
- Obsession with lean, clean and organized front-end code
- Cross-browser development and troubleshooting
- Experience building Responsive websites for web, tablet and mobile devices
- Eye for details is crucial
- Able to handle multiple projects and competing deadlines
- Good understanding of overall web design including basic usability, accessibility, industry standards, architecture, and navigation
- Passionate about learning new technologies, take pride in code quality and a self-starter.
- Exposure to AngularJS, jQuery is a plus
- Experience of Groovy & Grails is a big plus.
- Exposure to NoSQL databases like MongoDB is a big plus.
- Experience in AWS is a big plus.
Desired Skills:
- Experience with Microservices and DevOps.
Benefits :
- Opportunity to work on highly challenging international projects.
- Opportunity to travel & work with International clients.
- Flexible and friendly work environment
- Great organizational culture, focus on employee's well-being.
- Work-life balance.
- Be part of the best place to work for certified company
Design and implementation of low-latency, high-availability, and performant applications
Integration of user-facing elements developed by front-end developers with server-side logic
Implementation of security and data protection
Integration of data storage solutions
Follow the best engineering and DevOps practices
About Us:
Winjit is one of Indias leading technology providers with over a decade of experience in
innovating engineering solutions across industries. Founded in 2004, by two technology
enthusiasts. It specializes in designing strategic, state-of-the-art, AI-first approach solutions
to all business problems. With more than 15 years of undertaking technical challenges and
building robust AI solutions, Winjit establishes meaningful and ingenious strategies, maps
curative solutions to help stand out within the automation industry. Winjit helps to design and
develop agile solutions that range from IoT solutions to a wide range of multiple artificial
intelligence-based platforms strategically crafted to your requirements.
Job Summary:
We are currently seeking a professional, skilled Sr. Software Engineer to develop, create,
and modify next generation computer applications software or specialized utility programs
throughout our company.
Job Role:
Develop repeatable processes; clearly communicate ideas and expectations
Expand existing software to meet the changing needs of key demographics
Identify, research, and present new solutions to old problems as technology and
opportunity arises
Develop a new software product from the ground up, while working closely with
company stakeholders
Create fault-tolerant programming and a thorough QC process
Create scalable, automated solutions to save time and resources and/or increase
profitability
Write tests for both existing and created code to ensure compatibility and stability
Continuing education to stay up to date on emerging technologies and best
practices
Design and develop new mobile applications and features
Ensure quality of application by Testing, debugging, and maintaining the
application software throughout the product lifecycle.
Must Have Skills:
- ASP.Net Core 2.0 (C#) (Minimum 1 year in .net is must have)
- MS SQL/TSQL
- Html and/or CSS

- Developing, recording, and maintaining cutting edge web-based PHP applications on portal plus premium service platforms
- Building innovative, state-of-the-art applications and collaborate with the User Experience team
- Ensuring HTML, CSS, and shared JavaScript is valid and consistent across applications
- Preparing and maintaining all applications utilising standard development tools
- Utilising backend data services and contributing to increasing existing data services API
- Leading the entire web application development life cycle right from concept stage to delivery and post-launch support
- Conveying effectively with all task progress, evaluations, suggestions, schedules along with technical and process issues
- Documenting the development process, architecture, and standard components
- Coordinating with co-developers and keeping project manager well informed of the status of development effort and serving as a liaison between development staff and project manager
- Keeping abreast of new trends and best practices in web development
- 3+ years of extensive experience in developing the Single Page Application with Web responsive design for mobile and web using Angularjs or Nodejs / React JS, HTML 5, CSS 3 and Bootstrap.
- Thorough understanding of React.js and its core principles.
- Strong proficiency in JavaScript, including DOM manipulation and the JavaScript object model.
- Experience with common front-end development tools such as Babel, Webpack, NPM, yarn, etc.
- Node JS & software engineering experience
- Familiarity with newer specifications of EcmaScript (ES6)
- Knowledge of AWS services like Lambda, RDS and Dynamo
- Understanding of non-relational databases such as CouchDB and MongoDB
- Working experience with MySQL








