Cutshort logo
For Employers
A leading Media Data and Analytics Firm logo
Lead Full Stack Developer
A leading Media Data and Analytics Firm
Lead Full Stack Developer
WWWNEXTLEAPADVISORYCOM's logo

Lead Full Stack Developer

at A leading Media Data and Analytics Firm

7 - 9 yrs
₹10L - ₹21L / yr
Delhi, Gurugram, Noida, Pune, Bengaluru (Bangalore), Hyderabad, Chennai
Skills
skill icon.NET
ASP.NET MVC
skill iconC#
skill iconMongoDB
skill iconJavascript
skill iconAngularJS (1.x)
skill iconReact.js
skill iconVue.js
skill iconHTML/CSS
YOUR RESPONSIBILITIES
• Development and unit testing of web application including front-end (SPA) and back-end (microservices),
maintenance & support of the same
• Provide assistance to Project Managers and Technical Leads in the planning of projects (eg provision of
estimates, risk analysis, requirements analysis, technical options)
• Software Design
• Involvement in full life cycle of projects (including requirement analysis and system design, development
and support if required)
• Support and work collaboratively with teams across areas of design, development, quality assurance and
operations
• Commit your knowledge and experience into team success
• Be prepared to travel (when needed) to work with other offices
• Attend meetings if required to discuss and demonstrate solutions at both technical and business level
• To be a single person responsible for overall technical health and Tech Ownership
• To be a knowledge keeper for product, its architecture, design and implementation details
• Provide overall mentorship, coaching and on-demand trainings to improve and unify development style
REQUIRED SKILLS AND EXPERIENCE
• 7+ years in application development
• Understanding the sense of OOP/OOD/DDD
• Using of OOP and patterns
• ASP.NET MVC experience
• Database experience (MS SQL, MongoDB, ElasticSearch or similar) and ORM technologies (LINQ, EF or similar)
• MSBuild
• Performance optimization
• Security design and implementation
• API design and development including RPC-like / REST
• Distributed message based application design and implementation
• TDD practices
• CI/CD practices
• HTML5/CSS3/JavaScript/TypeScript and AJAX experience
• SPA (Single Page Application) design and implementation (Angular, React, Vue.js or similar)

DESIRABLE SKILLS AND EXPERIENCE
• CQRS and Event Sourcing pattern Experience
• AWS-based development
• Serverless
• Docker
• .Net Core
• MongoDB
• ElasticSearch
• Knockout.js
• Vue.js
• Design and usability skills are a plus
• Multi-tenant application development experience is a huge plus

PERSONAL SKILLS
• Clever personality
• Strong spirit skills set: conflict resistant, self -motivated, result-oriented, responsible, honest, “open”,
courageous
Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos

Similar jobs

Fountane inc
Remote only
5 - 8 yrs
₹20L - ₹30L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
Generative AI (GenAI)
Retrieval Augmented Generation (RAG)
+3 more

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.



Read more
InstaWeb Labs Pvt Ltd
at InstaWeb Labs Pvt Ltd
2 recruiters
Darshit Raut
Posted by Darshit Raut
Malad, Mumbai
0 - 1 yrs
₹7000 - ₹10000 / mo
skill iconPHP
skill iconLaravel
skill iconHTML/CSS
MySQL
Web Development
+1 more


Location: Mumbai or Remote

Duration: 3 to 6 months

About the Role

Websites.co.in is looking for a Full Stack Developer Intern to support our engineering team across backend and frontend development. You will work on real product features and fixes across our website builder platform used by small businesses globally. This role is designed for learners who want practical full stack exposure.

You will mainly assist, build small modules, fix bugs, and improve existing features under guidance.

What You Will Do

  • Assist in building and updating features using basic PHP and Laravel
  • Work on simple database queries and data handling
  • Help create and modify REST API endpoints
  • Build and improve basic responsive UI using HTML, CSS, and JavaScript
  • Connect frontend pages with backend APIs using AJAX and JSON
  • Fix minor bugs across frontend and backend code
  • Support simple third party API integrations
  • Use Git for basic version control tasks
  • Learn and work with existing codebase and modules

Required Skills

  • Basic knowledge of PHP and any MVC framework preferred
  • Basic understanding of Laravel concepts is a plus
  • Basic knowledge of HTML, CSS, and JavaScript
  • Basic understanding of databases like MySQL
  • Familiar with REST API basics
  • Exposure to Git
  • Has done at least one academic or personal web project
  • Willingness to learn and take feedback

Perks

  • Real product development exposure
  • Mentored learning environment
  • Fast skill growth
  • PPO opportunity based on performance
Read more
HighQ-labs
Lakshmi dantuluri
Posted by Lakshmi dantuluri
Hyderabad
7 - 10 yrs
₹20L - ₹25L / yr
skill icon.NET
ASP.NET MVC
ASP.NET
SQL
skill iconC

Responsibilities

• Enhance and maintain our main web application, ASCLOGS, built on ASP.NET MVC

(.NET Framework 4.8) with features such as authentication, PDF generation via

IronPdf, audit logging with log4net, Twilio SMS integration, and data access through

PetaPoco.

• Support multiple companion projects including:

• CopyForm, an MVC tool that copies form templates between SQL Server

databases using AJAX and PetaPoco data access.

• SQLImportApp, a WinForms importer leveraging ExcelDataReader and

Z.Dapper.Plus for bulk inserts.

• DEAVerification, a WinForms app automating data retrieval via Selenium

WebDriver and storing results with PetaPoco.

• UniversalScrapperAPI, an ASP.NET Web API that scrapes licensing

information using Selenium and logs results with log4net.

• HL7DocAssistantSync, a VB.NET library for HL7 message processing and

PDF generation with PdfSharp.

• ChatGPT Implementation, a .NET 8 Web API example showing how we

integrate with OpenAI's ChatGPT service.

• S3MicroService, a .NET 8 Web API using AWS SDK packages

(AWSSDK.S3, AWSSDK.Extensions.NETCore.Setup) and Entity Framework

Core for storage.

• Maintain PowerShell utilities used for onboarding tasks such as document-to-PDF

conversion and CSV generation.

• Review existing code to improve reliability, enhance testability, and refactor large

code files (for example, BusinessLayer/BusinessLayer.cs is roughly 28k lines).

• Work closely with stakeholders to gather requirements for new features and ensure

compatibility with our SQL Server backend.

• Assist in modernizing legacy components and implementing best practices for

security, error handling, logging, and deployment automation.

Required Skills

• 10+ years of development experience

• Extensive experience with C# and the .NET ecosystem, including both legacy .NET

Framework and modern .NET Core / .NET 8.

• Solid understanding of ASP.NET MVC, Web API, and Windows Forms development.

• Familiarity with PetaPoco, Entity Framework Core, and SQL Server.

• Experience integrating third-party services such as Twilio, OpenAI, Selenium

WebDriver.

• Ability to write and troubleshoot PowerShell scripts for automation tasks.

• Comfortable navigating large codebases and improving code quality through

refactoring, unit testing, and documentation.

• Proficiency with version control (Git) and the Visual Studio toolchain.

Preferred Skills

• Background in healthcare or regulated industries, since many applications manage

sensitive data (e.g., DEA verification, HL7 messaging).

• Knowledge of PDF generation libraries (IronPdf, PdfSharp) and logging frameworks

(log4net).

• Experience with CI/CD pipelines for .NET applications.

• Nice to have Unit Testing frameworks (i.e. NUnit, MS Testing Framework )

Location & Work Environment

This role requires working with Visual Studio on Windows for the .NET Framework solutions

and .NET 8 projects. Experience with IIS or IIS Express is helpful for local development and

testing.

Read more
Hyderabad
10 - 20 yrs
₹30L - ₹40L / yr
MERN Stack
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconNodeJS (Node.js)
+4 more

Job Description: Principal Engineer (Full Stack Architect)

Job Title: Full Stack Architect

Location: Hyderabad, India

Experience: 15Years to 20 years (4+ years in Enterprise Architecture)

Technology Stack: MERN (MongoDB, Express, React, Node.js), Distributed Systems, Cloud (GCP/Azure), Neo4j, Vector Databases, SQL and NoSQL Databases, Knowledge Graphs.

Industry: Enterprise Software, Large-Scale Distributed Systems, Machine Learning


Job Summary

As a Full Stack Architect, you will play a pivotal role in designing and architecting large-scale distributed systems with a strong focus on the MERN stack (MongoDB, Express.js, React, Node.js). You will lead the design and implementation of enterprise-grade software solutions that leverage cloud infrastructure (GCP/Azure), knowledge graphs (Neo4j), vector databases, and machine learning at scale. In this role, you will work closely with cross-functional teams including data scientists, cloud engineers, and front-end developers to deliver high-performance, secure, and scalable applications.

This role requires a deep understanding of distributed systems architecture, graph databases, machine learning systems, and cloud computing, with a strong focus on building solutions that meet business and technical needs. The ideal candidate will have 12+ years of experience with a proven track record of architecting full-stack systems and leading engineering teams in a fast-paced, innovative environment.


Roles and Responsibilities

Full Stack Architecture: Design, develop, and maintain highly scalable, distributed, and fault-tolerant enterprise applications using the MERN stack (MongoDB, Express.js,

React, Node.js).

Distributed Systems: Architect and design large-scale distributed systems that handle high- volume, low-latency data processing.

Cloud Engineering: Implement and maintain cloud infrastructure solutions on GCP or AWS,ensuring high availability, scalability, and performance.

Knowledge Graphs and Databases: Design and optimize complex data models using Neo4j, vector databases, and other NoSQL solutions to manage interconnected data efficiently.

Enterprise Solutions: Architect and deliver cloud-native enterprise software solutions that meet enterprise-grade security, compliance, and performance requirements.

Data Structure & Algorithms (DSA): Lead by example in writing efficient, high-performance code and optimize software with a strong focus on algorithms, data structures, and system design principles.

Collaboration: Work with engineering, data science, and product teams to translate business requirements into scalable technical solutions.

Mentorship: Mentor junior engineers and foster a collaborative team environment.

Performance Optimization: Ensure system performance, scalability, and reliability throughcode reviews, optimizations, and best engineering practices.

Documentation & Best Practices: Maintain comprehensive architecture documentation and promote engineering best practices across teams.


Mandatory Requirements

Experience: 12+ years of full-stack development experience, with significant expertise

in building and architecting applications using the MERN stack (MongoDB, Express.js,

React, Node.js).

 Distributed Systems: Proven track record of architecting and implementing large-scale

distributed systems with a focus on reliability, scalability, and performance.

 Cloud Expertise: Extensive hands-on experience with cloud infrastructure (GCP or AWS),

with a deep understanding of cloud services such as compute, storage, networking, and

security.

 Database Systems: Expertise in NoSQL databases like MongoDB and graph databases like

Neo4j. Experience with vector databases for high-dimensional data processing.

 Knowledge Graphs: Hands-on experience in designing and working with knowledge graphs

for solving complex data relationships.

 Data Structures & Algorithms: Strong knowledge of DSA with practical experience in

solving complex technical challenges.

 Microservices Architecture: Experience in designing and developing microservices-based

architectures and ensuring high availability.

 DevOps ; Automation: Knowledge of DevOps practices (CI/CD), containerization (Docker), and orchestration (Kubernetes).

 Agile Methodologies: Experience with Agile development methodologies, including SCRUM, TDD, and iterative development.


Nice-to-Have Requirements

 Front-End Expertise: Advanced experience with React.js, with knowledge of modern front- end technologies (Next.js, Redux, TypeScript).

 Cloud Certifications: Google Cloud Professional Architect or Azure Certified Solutions Architect certifications.

 Data Engineering: Hands-on experience with data pipelines, ETL processes, and big data technologies (e.g., Apache Spark, Kafka).

 AI/ML Ops: Experience in deploying machine learning models using MLOps frameworks and automating ML pipelines.

 Graph Analytics: Experience in graph algorithms and analytics, with the ability to model and query complex relationships in a graph database.

 System Design: Experience in conducting system design reviews, providing insights into performance bottlenecks, scalability, and trade-offs.

 Security & Compliance: Knowledge of enterprise-level security protocols and data privacy compliance frameworks (e.g., SOC2, GDPR).

Leadership: Proven experience in leading cross-functional teams, setting technical roadmaps, and ensuring alignment between business and technical goals.

Read more
Yudiz Solutions Pvt Ltd
Shilvee Shah
Posted by Shilvee Shah
Ahmedabad
2 - 5 yrs
₹2L - ₹7L / yr
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
skill iconMongoDB
+17 more

MERN Stack Developer

2.5+ YEARS

Roles and Responsibility


Working experience as a MERN Stack Developer.

Design, code and manage large scale services using cutting edge technologies (NodeJs, ReactJS/AngularJS/VueJs etc).

In-depth knowledge of NodeJS.

Creating secure RESTful-based web services in XML or JSON.

Good knowledge in ECMAScript(6/7/8) is essential.

Strong fundamentals in Data Structures and Algorithms.

Experience implementing applications using Angular or React.

Should have an working experience with state management, React Hooks, React Fragments etc.

Should have a good Knowledge of Redux, Flux, and Webpack.

Writing the test case for components.

Experience working with Docker, Redis, MySQL, MongoDB.

Comfortable taking challenges and learning new technologies.

Excellent communication skills and client-facing experience.

Ability to mentor and build the team.

Knowledge of code versioning tools such as Git, Bitbucket or SVN.

Knowledge of the following will be considered as an advantage


Experience with Socket.IO for Real time communications.

Consumer Web Development Experience for High-Traffic, Public Facing web applications.

Caching with Redis For Speedy Performance.

Experience with cloud message APIs.

Knowledge of GraphQL, PostgreSQL.

Knowledge of NextJs.

Knowledge of any frameworks of NodeJS.

Experience with Progressive Web applications.

Knowledge of SSR.

Read more
Basic Home Loan
at Basic Home Loan
1 recruiter
Agency job
via XpertOntime by Rajiv Arora
Gurugram
10 - 12 yrs
₹50L - ₹60L / yr
ASP.NET
skill iconAmazon Web Services (AWS)
Web Development
skill icon.NET
skill iconAngularJS (1.x)
+3 more
If your Age less than 38 years then only apply.

Job responsibilities:
Execution and Delivery:
 Instill and follow good product development practices and ensure timely delivery of high-quality products by the
technical team of architects and engineers.
 Familiar with agile practices as well as be able to adapt these to the needs of the business, with a constant focus
on product quality.
Application Architecture:
 Lead the creation and execution of the technology strategy for the technology platforms, partnerships, and external
relationships.
 Support delivery of CAPEX and OPEX and process efficiencies on a robust, secure and scalable platform.
 Knowledge of microservices and AWS cloud experience is mandatory.
Product & Cost Management:
 Deliver efficiencies in project management and customer interface.
 Real time monitoring of PERT and costs for multiple projects
 Deliver OPEX level efficiencies via superior asset management and daily tracking of fixed and variable costs,
forecast margins, profitability and cash flows while highlighting trends, outliers and opportunities.
Customer and Team Management
 Create a superior differentiated experience on the mobile - delivering convenience and seamless digital experience.
 Work collaboratively with partners and effectively manage the outsourced Technology team.

Candidate profile:
Must Have
 Around 10-12 years of relevant experience with recent 2+ years in a leadership role managing a set of products in
technology and product engineering.
 Must have deep understanding of the target audience and business and should be business oriented.
 Should be able to relate to internal and external stakeholders and understand the customer pain points and
demands.
Read more
SmartDocs
at SmartDocs
4 recruiters
Ananda Bala
Posted by Ananda Bala
Hyderabad
3 - 6 yrs
₹6L - ₹12L / yr
skill iconJava
J2EE
Spring
skill iconJavascript
skill iconMongoDB
+3 more
Are you a fun loving and passionate to be a part of Global Innovator team? Are you planning to grow your career, which enhance your skills in technology? A career at SmartDocs can open many doors for you in the world of technology. If you are looking for a company that is dedicated to your ideas, recognizes you for your unique competency & contributions and provides a fun, flexible and delightful work atmosphere. Then, we are the right place to ignite your passion. We are totally committed about our employees, our Clients & Customers, our work culture and especially our technology. We are an organization who encourages new ideas of employees through collaboration and creativity. We are seeking for a dedicated individual to join SmartDocs Business Solutions. The candidate will work with the product development team and must be a subject matter expert in-order to deliver the best practices; an ideal candidate must possess excellent business skills with outstanding communication, professionalism & leadership and must have minimum 3 - 6 years of experience in JAVA as a full stack developer. Desirable Skills & Expertise:  Minimum 3 – 6 years of experience as a full stack developer (Preferable from product based entity). At least a year of experience in managing a team is mandatory.  Master’s or bachelor’s degree in Engineering (CSE / IT / MCA / Software) are preferred.  Work exp. in Java, Frame-works like : Spring, Spring boot; J2EE technologies like Servlets, JSP and Web Application Server is mandatory.  Strong skills in HTML, Java Script, XML, CSS and Mango DB (Optional).  Product development in Linux environment is an added advantage.  Possesses intellectual humility; smart, driven, creative and able to learn things from slipups, willing to raise others up.  Excellent Communication & Analytical skills with integrated professionalism at all levels. Key Responsibilities:  The role is responsible for designing, coding and deploying of high-performance applications.  Deep expertise and hands on experience as a Core JAVA Developer.  Team Management, Excellent interpersonal, Communication and effective organizational skills and solid technical skills.  Should be able to communicate effectively with both technical and non-technical personnel.  Excellent trouble shootings & problem-solving skills.  Experience with SDLC from requirement analysis through testing and deployment.  Must be an expert in technologies like J2EE, JSP, Servlets, Web Application, HTML, Java Script, XML, CSS, Mango DB and JAVA frameworks – Spring boot.  Develop and maintain strong product knowledge.  Guide the clients through various stages of the project and transition to support organization.  Review existing business processes and participate in the Process Improvement Program. SmartDocs, provides equal employment opportunity to all its employees and all qualified applicants for employment without regard to their race, caste, religion, color, ancestry, marital status, gender, sexual orientation, age, nationality, ethnic origin or disability. Our resource policies shall promote diversity and equality in the workplace while encouraging the adoption of international best practices.
Read more
Propellex Solutions
at Propellex Solutions
2 recruiters
Suhridh Sundaram
Posted by Suhridh Sundaram
Pune
2 - 4 yrs
₹3L - ₹5L / yr
skill iconPHP
skill iconAmazon Web Services (AWS)
skill iconJavascript
skill iconNodeJS (Node.js)
NOSQL Databases
+2 more
We are a small company based out of Kondhwa, Pune. We have immediate requirement for someone with PHP expertise for backend maintainence & testing for legacy systems. New projects on AWS Cloud will have Node.js requirement as preference. Knowledge of Linux OS, shell scripting, web development are all bonuses. If you are a front-end developer or MERN stack developer, applications will be accepted and considered separately.
Read more
Web technologies, Cloud Technologies and SAAS
Web technologies, Cloud Technologies and SAAS
Agency job
via Ixora Global Services by Tilak Perala
Bengaluru (Bangalore)
5 - 6 yrs
₹8L - ₹10L / yr
ASP.NET
MVC Framework
skill iconC#
LINQ
MS SQLServer
+4 more
DotNet Requirements: • 5+ yrs of DotNet development work experience. • Proficiency in .NET Development with .NET Framework 4.5 or later, Asp.net MVC, Asp.net Core, using C#, LINQ, Entity Framework • Working experience in database programming in SQL Server 2008 or later and Oracle 10g or later • Good understanding of AJAX and JavaScript Dom manipulation Techniques • Experience in writing RESTful services with WCF, Web API • Strong object-oriented programming (OOPS) design skills and proficiency in software design patterns. • Debugging and Unit-testing of the code. • Experience in using Visual Studio Team Services and TFS • Should have 2 to 4 years of experience in a hands-on development role for large enterprise web-based products both on frontend & backend. • Experienced in working in an agile development and Self-managed environment. • Knowledge on Angular 2+, CSS 3, HTML5, Bootstrap, Kendo UI, JavaScript will be an added advantage • Knowledge on best practices for the software development life cycle, including coding standards, code refactor, code reviews, source control, build and deployment, testing. • Experience in communicating with business analyst, business users, other technical team members, and management to collect requirements. Should be Proficient on below skills: • ASP.Net C# • .Net framework 4.6 and above • Web API • VSTS • JavaScript/ JQuery Good to Have: • ASP.Net Core C# • Angular • WCF
Read more
Proxim Quest IT Solutions
Rashmi Yadav
Posted by Rashmi Yadav
Hyderabad
2 - 4 yrs
₹3L - ₹6L / yr
skill iconNodeJS (Node.js)
skill iconMongoDB
skill iconAngularJS (1.x)
skill iconJavascript
Advanced proficiency in MEAN Stack (NodeJS, MongoDB, Express, Angular2/4) Exceptional coding skills in JavaScript Design and implement APIs in support of front-end services and help create a highly scalable, flexible, and secure backend.
Read more
Why apply to jobs via Cutshort
people_solving_puzzle
Personalized job matches
Stop wasting time. Get matched with jobs that meet your skills, aspirations and preferences.
people_verifying_people
Verified hiring teams
See actual hiring teams, find common social connections or connect with them directly.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
Did not find a job you were looking for?
icon
Search for relevant jobs from 10000+ companies such as Google, Amazon & Uber actively hiring on Cutshort.
companies logo
companies logo
companies logo
companies logo
companies logo
Get to hear about interesting companies hiring right now
Company logo
Company logo
Company logo
Company logo
Company logo
Linkedin iconFollow Cutshort
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

Full Stack Developer - Averlon
I had an amazing experience. It was a delight getting interviewed via Cutshort. The entire end to end process was amazing. I would like to mention Reshika, she was just amazing wrt guiding me through the process. Thank you team.
Companies hiring on Cutshort
companies logos