
Role & Responsibilities
- Design and develop complex, scalable web applications using Django and Python.
- Collaborate closely with the product and design teams to define feature specifications.
- Contribute to all phases of the development lifecycle - requirements analysis, development, testing, and production release.
- Proactively identify bottlenecks in the system and work to mitigate them.
- Ensure the best possible performance, quality, and responsiveness of applications.
- Interface with clients to understand their business, goals, and visions for products.
- Assist in the preparation and execution of technical meetings with clients.
- Provide technical support to clients, help them understand our services, and resolve their issues timely.
Preferred Candidate Profile
- 3+ years of experience in Django and Python development.
- Strong understanding of the Django framework and Python language.
- Good understanding of front-end technologies (HTML, CSS, JavaScript, AJAX).
- Familiarity with RESTful APIs and Django Rest Framework.
- Experience in working with relational databases (PostgreSQL, MySQL).
- Excellent debugging and optimization skills.
- Good understanding of software design patterns and principles.
- Must be fluent in English, with excellent written and verbal communication skills.
- Comfortable with working in a client-facing role and able to handle communications effectively.
- Ability to work independently in a remote setup, manage tasks and time effectively.
- Bachelor's degree in Computer Science, or a related field.
Perks and Benefits
- Salary: ₹ 7,00,000 per annum.
- Work-from-home opportunity, offering a flexible work schedule.
- Regular virtual team bonding activities.
- Continuous learning opportunities with access to online courses.
- Performance-based bonus structure.
- Opportunities for growth and career advancement in a fast-growing company.
- A team that values and prioritizes work-life balance.
If you meet the qualifications above and are interested in pursuing this role, we would love to hear from you. Apply now and join our dynamic team!

About Master Innovation Technology Pvt Ltd
About
Similar jobs
Job Title : Full Stack Developer
Experience : 5+ Years (Mandatory)
Mandatory Tech Stack : Node.js (NestJS), React.js (Next.js), React Native, PostgreSQL, AWS (Hybrid with On-Premise infrastructure) & Docker Swarm & Portainer
Location : Remote
Working Days : Monday to Saturday
Shift : Night Shift
Job Summary :
We are scaling rapidly and looking for a high-impact Full Stack Developer who thrives on solving complex problems across Web, Mobile, and Cloud Infrastructure.
The ideal candidate is hands-on, adaptable, and comfortable working in distributed systems and hybrid cloud environments, delivering end-to-end solutions with ownership and accountability.
Mandatory Technical Skills :
- Backend : Node.js with NestJS
- Frontend (Web) : React.js with Next.js
- Mobile : React Native
- Database : PostgreSQL
- Cloud : AWS (Hybrid with On-Premise infrastructure)
- OS : Linux
- Containers & Orchestration : Docker Swarm
- Container Management : Portainer
🎯 Key Responsibilities :
- Design, develop, and maintain scalable full-stack applications (Web + Mobile)
- Build and manage microservices and RESTful APIs
- Work in distributed and hybrid cloud environments
- Develop cloud-ready solutions and manage deployments
- Handle containerized applications using Docker Swarm & Portainer
- Collaborate closely with Product, DevOps, and Engineering teams
- Ensure application performance, security, and reliability
- Participate in code reviews and follow best engineering practices
- Troubleshoot, debug, and optimize applications across the stack
✅ Required Qualifications :
- Strong hands-on experience with Node.js (NestJS)
- Solid expertise in React.js (Next.js) and React Native
- Experience with PostgreSQL and backend data modeling
- Working knowledge of AWS services in hybrid environments
- Good understanding of Linux systems
- Hands-on experience with Docker Swarm & Portainer
- Strong understanding of microservices architecture
- Ability to manage end-to-end full-stack delivery
⭐ Good-to-Have Skills :
- Experience with CI/CD pipelines
- Exposure to monitoring & logging tools
- Knowledge of event-driven systems
- Experience working in high-availability systems
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.
Who We Are
Studio Management (studiomgmt.co) is a uniquely positioned organization combining venture capital, hedge fund investments, and startup incubation. Our portfolio includes successful ventures like Sentieo (acquired by AlphaSense for $185 million), as well as innovative products such as Emailzap (emailzap.co) and Mindful Minutes for Toddlers. We’re expanding our team to continue launching products at the forefront of technology, and we’re looking for an Engineering Lead who shares our passion for building the “next big thing.”
The Role
We are seeking a hands-on Engineering Lead to guide our product development efforts across multiple high-impact ventures. You will own the overall technical vision, mentor a remote team of engineers, and spearhead the creation of new-age products in a fast-paced startup environment. This is a strategic, influential role that requires a blend of technical prowess, leadership, and a keen interest in building products from zero to one.
Responsibilities
- Technical Leadership: Define and drive the architectural roadmap for new and existing products, ensuring high-quality code, scalability, and reliability.
- Mentorship & Team Building: Hire, lead, and develop a team of engineers. Foster a culture of continuous learning, ownership, and collaboration.
- Product Innovation: Work closely with product managers, designers, and stakeholders to conceptualize, build, and iterate on cutting-edge, user-centric solutions.
- Hands-On Development: Write efficient, maintainable code and perform thorough code reviews, setting the standard for engineering excellence.
- Cross-Functional Collaboration: Partner with different functions (product, design, marketing) to ensure alignment on requirements, timelines, and deliverables.
- Process Optimization: Establish best practices and processes that improve development speed, code quality, and overall team productivity.
- Continuous Improvement: Champion performance optimizations, new technologies, and modern frameworks to keep the tech stack fresh and competitive.
What We’re Looking For
- 4+ Years of Engineering Experience: A proven track record of designing and delivering high-impact software products.
- Technical Mastery: Expertise in a full-stack environment—HTML, CSS, JavaScript (React/React Native), Python (Django), and AWS. Strong computer science fundamentals, including data structures and system design.
- Leadership & Communication: Demonstrated ability to mentor team members, influence technical decisions, and articulate complex concepts clearly.
- Entrepreneurial Mindset: Passion for building new-age products, thriving in ambiguity, and rapidly iterating to find product-market fit.
- Problem Solver: Adept at breaking down complex challenges into scalable, efficient solutions.
- Ownership Mentality: Self-driven individual who takes full responsibility for project outcomes and team success.
- Adaptability: Comfort working in an environment where priorities can shift quickly, and opportunities for innovation abound.
Why Join Us
- High-Impact Work: Drive the technical direction of multiple ventures, shaping the future of new products from day one.
- Innovation Culture: Operate in a remote-first, collaborative environment that encourages bold thinking and rapid experimentation.
- Growth & Autonomy: Enjoy opportunities for both leadership advancement and deepening your technical skillset.
- Global Team: Work alongside a diverse group of talented professionals who share a passion for pushing boundaries.
- Competitive Benefits: Receive market-leading compensation and benefits in a role that rewards both individual and team success.
Strong experience in front-end design and development minimum 3+ Year to implement responsive, robust/secure, user-friendly/functional, network -sensitive web applications. Knowledge of REACT tools including React.js, Webpack, Enzyme, Redux, and Flux. Experience with modern frameworks such as Nodejs, AngularJS Express Experience in building API and WebSockets for client-server communication with security considerations. Experience with server-side. Experience with web services API integration (Rest, JSON, XML). Ability to understand requirements and map to technical implementation. Strong knowledge of best practices and modern web design trends is necessary. Excel at rapid prototyping and at writing good code. Experience with modern version control. (GIT or BitBucket). Experience with testing/debugging in multiple platforms. Experience with HTML CSS frameworks such as bootstrap. Understanding of general user experience and UI design principles. Agile methodologies. Self-motivated, thinking up and executing own ideas.
Desired Candidate Profile Below are the qualifications and skills that are expedcte of a full-stack developer:
Bachelor’s degree in computer science, engineering, or a related technical field Excellent knowledge of front-end web programming languages, such as HTML, CSS, JavaScript, and AngularJS, with ability to render server-side and client-side content A working knowledge of shopify app development with technologies, Node, Javascript, React, HTML, CSS3, AWS etc and MongoDB or relevant databases. Familiarity with common programming design patterns and best practices Experience with common web development tools and services, such as version control software, package managers, and CI/CD pipelines Excellent written and verbal communication skills Expert in JavaScript, DOM, CSS3 and HTML
Job Brief
We are looking for a Full Stack Developer to produce scalable software solutions. You will be part of a cross-functional team that is responsible for the full software development life cycle, from conception to deployment.
Responsibilities:
- Work with development teams and product managers to ideate scalable software solutions
- Design client-side and server-side architecture
- Build the front-end of applications through appealing visual design
- Design, develop and manage well-functioning databases and applications
- Develop web applications implementing MVT architecture using Django web application frameworks
- Write effective APIs
- Manage the complete software development process from conception to deployment
- Maintaining and upgrading the software following deployment
- Should be able to visualize a proposed system and be able to build it
- Experience with Django, Flask, rest frameworks
- Work with server-side technologies including databases and MVC and MVT patterns
- Maintain version control system such as GIT
- Should know all the phases of SDLC from requirement gathering to support and maintenance.
Requirements:
- 3-5 years proven experience as a Full Stack Developer
- Familiarity with common stacks
- Strong understanding of algorithms, data structures and system design
- Knowledge of LAMP and MEAN solution stacks
- Ability to develop front end website architecture and back-end website applications
- Knowledge of multiple front-end languages and libraries (HTML/ CSS, JavaScript, React, Angular, Vue, XML, jQuery and LESS)
- Knowledge of multiple back-end languages (C#, Java, Python) and JavaScript framework like Node.js
- Familiarity with databases (MySQL, SQL, MongoDB), web servers (Apache) and UI/UX design
- Excellent communication and teamwork skills
- Great attention to detail
- Organizational skills
- An analytical mind
- Degree in Computer Science or relevant field
A network of the world's best developers - full-time, long-term remote software jobs with better compensation and career growth. We enable our clients to accelerate their Cloud Offering, and Capitalize on Cloud. We have our own IOT/AI platform and we provide professional services on that platform to build custom clouds for their IOT devices. We also build mobile apps, run 24x7 devops/site reliability engineering for our clients.
You will be working on AI/IOT cloud and responsible for architecture and hands on coding.
We need someone who can engage in conversations about technical architecture with internal teams and external customers. Write well designed, testable, efficient code by using the best software.
We are looking for a Senior full-stack preferred with a demonstrated track
record of developing and maintaining production services, innovative thinking, and technical
excellence. As a senior engineer, you will be responsible for the end-to-end ownership of
systems, from conception to launch and maintenance. You should have a solid understanding of
software development lifecycle and software design principles.
.
This person MUST have:
- BE Computer Science, MCA or equivalent
- Cloud app development experience
- Strong Django and ReactJS experience
- Advanced knowledge of Python and relational databases
- Understanding of APIs, pagination, searching, sorting
- Experience with building, modifying and extending API endpoints (REST or
GraphQL) for data retrieval and persistence.
- Creating high performance UI etc.
- Experience with SQL and NOSQL databases
- Experience with the full software development life cycle, including requirements
collection, design, implementation, testing, and operational support.
- Experience with scrum or other agile software development methodology.
- Excellent verbal and written communication, teamwork, decision making and
influencing skills.
Experience:
- Min 3 year experience
- Startup experience is a must.
Location
- Remotely, anywhere in India
Timings:
- 40 hours a week but with 4 hours a day overlapping with client timezone.
Typically clients are in California PST Timezone.
Position:
- Full time/Direct
- We have great benefits such as PF, medical insurance, 12 annual company holidays, 12 PTO leaves per year, annual increments, Diwali bonus, spot bonuses and other incentives etc.
- We dont believe in locking in people with large notice periods. You will stay here because you love the company. We have only a 15 days notice period.
Skill set: ASP.Net, Web, MySQL, C+, HTML, ASP.Net Angular(good to have),
Job Description as mentioned below: ·
MS SQL; Database design,
Stored Procedure, Functions,
Views, triggers, and advanced queries ·
C# version 4 or higher. ·
Visual Studio 2013 or later. ·
ASP.NET web forms knowledge ·
Advanced JQuery/JavaScript ·
Ability to understand the existing applications and work on enhancements · Ability to understand requirements quickly · Documentation skills , Requirement Analysis ·
Good Communication skills
Name - http://www.savvologygames.com">Savvology Games
Location - WeWork, Spectrum Towers, Malad, Mumbai
About Savvology - There is a lot of luck involved in most of the mainstream real-money games (Poker, Fantasy, Ludo, Rummy) which makes it hard to win anything. We want to create pure skill-based strategy games (no luck factor), where you can control your outcome better. What’s more, more than 50% of the players win! We make use of Game Theory (the science of decision-making) to come up with games that are so simple that even a 5-year-old can play. Our vision is to encourage people to make better decisions through gamification.
Job Brief
We are looking for an experienced and self-driven Backend Developer to join our young team. You will be responsible for all the server-side logic of our games, ensuring a smooth, glitch-free gaming experience. You have to minimize downtime, crashes, and other bugs and capture & store data correctly for further analytics. You will be working alongside a dynamic team of IITian founders, engineers, designers, and marketers, so there is a lot of scope for learning and growth.
We’re a young, passionate team looking to make a dent in the gaming space. We work hard, but we party harder (beer/pizza every Friday night). If you love challenges, playing games, and building innovative products from scratch, we’d like to meet you.
Responsibilities
- Build robust backend systems that do not break down.
- Write clean and reusable code for future use and ease of understanding
- Collaborate with front-end developers to integrate user-facing elements with server-side logic
- Give inputs on how to develop new features in the most cost and effort-economical way
- Implementation of security standards, data protection, and privacy protocols
- We want to be a data-driven company. Gather data (events, clicks, behaviors) to facilitate analytics by the Product and Marketing teams
- Create dashboards where all key metrics and data is visible at a glance
- Implement and maintain an SEO-friendly website
Skills
- 3+ years of proven work experience as a Full-Stack / Back-end developer
- 2+ years of NodeJS experience
- 1+ years of ReactJS experience
- Proficient in MySQL and database design and schemas
- Familiarity with ELK stack. Hands-on project experience will be preferred.
- Website development. Should be well-versed in HTML / CSS / Javascript
- Ability to understand business requirements and translate them into technical requirements
Requirements
- Should be a team player and have a problem-solving attitude.
- Should show initiative and be opinionated. We don’t want a yes-man. [MUST]
- Computer Science or a relevant degree from a reputed university is a plus but NOT mandatory
- Brownie points if you’ve worked on / developed a mobile game before
What you can expect at Savvology Games
- A cool work atmosphere complete with flexible working hours, unlimited coffee, fruit water, games (Foosball, Table Tennis, Pool, Carrom, Board Games, Cards…). Time will fly.
- A hockey-stick trajectory for growth professionally
- Fun people who you’ll want to hang out with after office hours too :)
- Lots of treats - Did we mention beer/pizza every Friday?
Job Description –
- Full stack developer position.
- Should have total of 5-7 years of experience.
- Should have min. of 2 years of experience in developing Enterprise apps on React.js and 2 years on Django apps.
- Very good in Data structure, logical reasoning, and algorithms.
- Experience with cloud providers like AWS or Azure or GCP is also required.
- Good Understanding of Design and Integration patterns.
- Ability to work independently and with lots of ownership.
- Ability to learn and apply newer technologies quickly.
- Good to have knowledge in building progressive web apps.
Role Description
- You will be full stack senior developer.
- Handle team of junior backend and frontend developer.
- You can and want to write code end-to-end.
- You would enjoy designing a system for speed and scale.
- Developing product using Reactjs for front end and Python for back end.
- We want you to debate on the pros and cons of different architectures and tech stack choices and be real contributing members.
- We want people who can and want to learn new stuff in real-time while on the job.
Skills - JavaScript, React.js, HTML, CSS, SQL with MySQL / PostgreSQL, Python, Django, AWS or Azure or GCP










