Cutshort logo
For Employers
VY SYSTEMS PRIVATE LIMITED logo
Java Full Stack Developer
Java Full Stack Developer
VY SYSTEMS PRIVATE LIMITED's logo

Java Full Stack Developer

Banu S's profile picture
Posted by Banu S
5 - 10 yrs
₹4L - ₹20L / yr
Chennai, Pune, Hyderabad
Skills
skill iconJava
skill iconSpring Boot
Microservices
skill iconReact.js

Required Skills

Backend (40%)

  • Strong experience in Java 8/11/17
  • Hands-on experience with Spring Boot
  • Good knowledge of Microservices Architecture
  • Experience in developing and consuming REST APIs
  • Familiarity with Spring Data JPA/Hibernate
  • Understanding of authentication mechanisms such as JWT/OAuth
  • Experience with SQL databases (MySQL, PostgreSQL, Oracle, etc.)
  • Knowledge of Git, Maven/Gradle, and CI/CD practices is preferred

Frontend (60%)

  • Strong experience in Angular (v10 or above preferred)
  • Proficiency in TypeScript, HTML5, CSS3, JavaScript
  • Experience with Angular Components, Services, Routing, RxJS, Forms, and State Management
  • Knowledge of responsive UI development and REST API integration
  • Experience with Angular Material or Bootstrap is an advantage

Responsibilities

  • Develop and maintain scalable web applications using Java and Angular.
  • Design and implement RESTful APIs using Spring Boot and Microservices.
  • Build responsive and user-friendly interfaces using Angular.
  • Collaborate with cross-functional teams to design, develop, test, and deploy applications.
  • Troubleshoot, optimize, and enhance application performance.
  • Participate in code reviews and follow coding standards and best practices.

Preferred Skills

  • Experience with Docker and Kubernetes.
  • Exposure to cloud platforms such as AWS, Azure, or GCP.
  • Knowledge of Agile/Scrum methodologies.
  • Familiarity with SonarQube, Jenkins, or other DevOps tools.

Skill Split

  • Java, Spring Boot & Microservices: 40%
  • Angular: 60%
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

About VY SYSTEMS PRIVATE LIMITED

Founded :
2000
Type :
Services
Size :
100-1000
Stage :
Profitable

About

Vy Systems is a Global Technology consulting, Solutions, and Managed Technology Services company. We service our customers with ‘RESPONSIVENESS’ as a key factor and we believe that timely response to any transaction increases the operational efficiency and accelerates the revenue and profitability to our customers.

The Company is founded and managed by a team of professionals having more than two+ decades of global experience in the business of Technology Consulting and Services.


Read more

Tech stack

IT consulting

Company social profiles

instagramlinkedintwitterfacebook

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
Fountane inc
Remote only
8 - 12 yrs
₹25L - ₹40L / yr
Agentic AI
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
Generative AI (GenAI)
+6 more

Lead Product Engineer - Pod Captain 


A Little Bit About the Role


There is a version of this role that attracts the wrong person: a senior engineer who wants a title upgrade and a slightly bigger scope. That person will struggle here. The Lead PE is not a promotion for being a great individual engineer. It is a fundamentally different job.


Your success at this level is measured entirely by what your Island delivers — not by the quality of your own code. You will still write code, often the hardest and most risk-laden on the project: auth systems, payment integrations, data migrations, the things nobody else should touch. But that is a fraction of the role. The majority is managing delivery, owning the client relationship on the technical side, unblocking engineers before problems compound, and making scope calls under pressure with incomplete information.


You are also the technical and commercial bridge between your Island and the client. You own every piece of technical communication that goes to them — what is being built, what risks exist, what the honest timeline is. When a client pushes for something technically unsound, you push back directly and professionally, always with an alternative. When something breaks in production, you own the post-mortem process and the client receives it within 24 hours. You protect your team from unfiltered client pressure; you translate it into clear, actionable direction instead.


On top of delivery and client management, you are the AI operating standard for your Island. Every engineer on your pod uses Cursor and Claude within the rules you define. You set those rules before the first line of code is written, govern how they evolve, and you are accountable when AI-generated code ships without being understood.


If you are energised by all of that — by the accountability, by owning outcomes rather than tasks, by the combination of technical depth and people management — this role will suit you well. If you want to spend most of your time in code, this is not the right level.


AI Governance Expectation


You set the AI standard for your entire Island. If an engineer on your pod is shipping AI-generated code they do not understand, or underusing AI tools entirely, both are your problem to fix — not theirs alone.


At Lead level, AI governance means:

  • Authoring the .cursorrules file before the first PR is opened. This defines how every engineer on the team writes code, uses Cursor, and structures prompts. You update it as the team learns, and you submit it to the Fountane Mainland at the close of every engagement.
  • Evaluating new AI tools before they reach client code. You are the gate. A tool that looks useful in a demo can create untraceable technical debt in production. You decide what enters the workflow.
  • Governing prompt discipline across the team: scoped prompts, codebase context hygiene, no AI-generated code that the author cannot explain line by line.
  • Using Claude for architecture reasoning, sprint planning, risk documentation, and client-facing technical communication — not just Cursor for code generation. AI works at every layer of the Lead role, not just the coding layer.
  • Staying ahead of the Golden Stack. You should know what Cursor and Claude can and cannot do at the codebase level better than anyone on your Island. When the Mainland updates the standard toolchain, you integrate the change into your Island’s workflow first.


Key Responsibilities


Technical Architecture & Standards Ownership

Design the full-stack architecture for every engagement before the first sprint starts: service boundaries, API contracts, database schema, state management strategy across web and mobile surfaces, and the security baseline. Author the .cursorrules file that governs how the entire Island writes code and uses AI. Own the highest-risk code personally — auth systems, payment integrations, live data migrations — these are not delegated regardless of workload. Enforce Mainland security standards across the entire codebase: input validation, correct auth scoping, safe data handling. If a security issue reaches production that was visible in a PR, that is a failure you own.


CE Prototype Gatekeeping

Review every Concept Engineer prototype before any engineer touches it. This is not a courtesy review — you have veto authority. If the scope is technically unrealistic for the sprint, the architecture is unbuildable as specified, or the prototype makes promises the codebase cannot keep, the sprint does not start until those are resolved. The time to surface a structural problem is before it is built, not after it is demoed. Produce a written checklist verdict for every prototype review — approved, approved with conditions, or blocked with reasons.


Client Technical Communication & Scope Ownership

Own all technical communication with the client directly. This means: what is being built each sprint, what risks exist and what is being done about them, honest timelines when estimates change, and clear explanations of technical decisions in plain language. Push back on risky or scope-expanding requests professionally and always with an alternative — “we cannot do X because Y; here is what achieves the same outcome.” Manage scope creep actively: every request that expands the engagement goes through you, gets assessed for impact, and is either absorbed, priced, or declined with a rationale. Renewal conversations are yours to lead in coordination with the CE.


Island Integration Audit

When a prospective client wants fractional augmentation — one or two roles rather than a full Island — you conduct the Island Integration Audit. This means evaluating their existing engineering team against Fountane Mainland SOPs: coding standards, AI tool usage, deployment practices, and documentation quality. If they pass, fractional deployment proceeds. If they do not, you produce a written audit report that either recommends full Island deployment or a Mainland upskilling programme. You are protecting your team’s velocity — a fractional deployment into a dysfunctional team destroys it.


Delivery & Velocity Management

Review the work cycle board every morning. Flag anything stuck, stale, or at risk before it becomes a client problem — not after. Communicate risks to the CE proactively with options, not just problems. Track every engineer’s billing hours: a shortfall spotted on Wednesday is a Thursday conversation, not a Friday surprise. If an engineer is consistently under-billing, that is either a workload problem, a capability problem, or a motivation problem — each has a different resolution and you are responsible for diagnosing which one it is.


Production Incident Ownership

When something breaks in production, you own the resolution process end to end: take technical lead, make the call on rollback vs. hotfix, communicate status to the client directly if the incident affects them, and own the post-mortem. The client receives the post-mortem within 24 hours of resolution — this is a hard commitment, not a target. The post-mortem covers: what happened, why it happened, what was done to fix it, and what structural change prevents recurrence. You produce it; it is not delegated to the engineer who caused the issue.


Automation & Infrastructure Boundary Arbitration

The Automation Engineer owns the test gates within the CI/CD pipeline. The Infrastructure Engineer owns the pipeline configuration itself. When these overlap and conflict — which they will — you arbitrate. The resolution must be documented in the Island’s .cursorrules and SOP onboarding document so the boundary does not need to be relitigated every sprint. This is not optional housekeeping; an unresolved boundary between these two roles is one of the most common sources of deployment failures on Islands.


Full Stack Ownership — Web & Mobile

You review and own work across the entire application layer: React / Next.js web frontends, React Native or Flutter mobile apps, Node.js / Python backends, and database schema. You cannot delegate a review of mobile code because you do not know mobile, or backend code because your background is frontend. If there is a gap in your full-stack depth, that is something to resolve before taking this role, not on the job.


People Management & Mentoring

Hold bi-weekly 1:1s with every engineer on the Island — focused on growth, blockers, and career direction, not status updates. Status belongs on the board; 1:1s are for the person. Address performance gaps early, directly, and specifically: a pattern spotted in week two is a conversation in week two, not month three. Protect the team from unfiltered client anxiety — absorb it, process it, and give the team clear direction instead of noise. If an engineer is struggling, that is your problem to solve before it becomes the client’s problem to notice.


Network Contribution

At the close of every engagement, submit to the Fountane Mainland: the .cursorrules file, all prompt templates used, a short retrospective on what worked and what did not, and any reusable patterns or scripts developed during the engagement. This is a Lead-level obligation, not a nice-to-have. The network’s collective capability grows through what Leads bring back from the field. An engagement that ends without a Mainland submission has left the network no smarter than it was before.


Qualifications


  • 8+ years of software engineering experience, with at least two years in a role where you were accountable for delivery outcomes — not just your own code. You should be able to describe an engagement where something went wrong on your watch, what you did about it, and what you would do differently. If your experience is entirely individual-contributor, this role will be a difficult fit.
  • Genuinely full stack across web and mobile: React / Next.js, React Native or Flutter, Node.js or Python, and database architecture including schema design and migrations. You review and own work across all of these surfaces — not just the ones you are most comfortable in.
  • Hands-on, daily Cursor and Claude usage with the ability to set and enforce standards for how a team uses them — not just personal proficiency. You should be able to describe the .cursorrules file you would write for a standard SMB engagement and explain the decisions behind it.
  • Proven ability to communicate technical risk and decisions directly to non-technical clients — not through a PM, directly, in plain language. You should be able to describe a client pushback you navigated and how you handled it.
  • Experience managing scope on a real engagement: a client who wanted more than was in the contract, and how you resolved it without damaging the relationship or the team’s velocity.
  • Has conducted security-aware architecture design: auth systems, input validation, safe data handling. You should be able to describe a security decision you made and why.
  • Has led or coordinated a small engineering team — run 1:1s, addressed performance gaps, made scope calls under pressure. Management experience at a staffing agency or outsourcing firm counts if the accountability was real.
  • Comfortable having direct, specific performance conversations early — not after the situation has compounded. You should be able to describe a time you addressed a performance issue at the first sign rather than waiting.
  • 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 serious about craft, direct about expectations, and operate at the frontier of AI-assisted engineering. Lead PEs here carry real authority and real accountability — over delivery, over people, and over client outcomes. If that combination is what you are looking for, this is the place.


Read more
Seed Funded Product-based startup
Seed Funded Product-based startup
Agency job
via Qrata by Blessy Fernandes
Bengaluru (Bangalore)
3 - 6 yrs
₹8L - ₹14L / yr
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
+1 more

We are looking for a MEAN Stack developer to join our Technology team. As a full-stack developer, you will work closely with our Technical Architectural members to develop microservices that focus on the educational needs of Parents and Students globally. If you have excellent programming skills and a passion for developing applications from scratch, we would like to meet you. Working at Early Steps Academy is one of the best opportunities to get first-hand experience in an early-stage startup, explore different domains, and achieve your career goals.


Qualifications:

  • A minimum of 3 years of relevant experience.
  • Strong programming skills in Javascript/Typescript with Object-oriented design.
  • Hands-on expertise in building reusable components and independently publishable packages.
  • Strong experience in HTML, Angular(2+)/React, ExpressJS, MongoDB, NodeJS, and CSS frameworks.
  • Practitioner of IaC (AWS), CI/CD, and Containerization(Docker).
  • Accessibility, Server Side Rendering, Pre-rendering, Serverless, and Agile.
  • Ability to adapt quickly to a new direction.
Read more
AJACKUS
at AJACKUS
1 video
6 recruiters
Kaushik Vedpathak
Posted by Kaushik Vedpathak
Mumbai, Navi Mumbai
5 - 7 yrs
₹18L - ₹22L / yr
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
+13 more
LOCATION: MUMBAI (WFO)

JOB DESCRIPTION :

Roles and Responsibilities: Technical Lead - React, Node, React Native, MySQL, DevOps with experience in team handling & building high-performing, scalable and enterprise-grade applications

● To design and develop in strict adherence to architecture/design standards
and use iterative processes for software development
● Successful experience in AWS Cloud Architecture and Implementation. An
an outstanding performer in building high-quality solution that is scalable and
highly available and fault tolerant tailored towards an enterprise goal.
● Extensive experience architecting, designing, and implementing deployments in
on-prim and cloud environments with integrations to third-party apps
● Will be playing an important role at all stages of the life cycle, including
responsibility for design, development, code review and acceptance testing
● To provide training/instructions and mentor team members
● To undertake development tasks without supervision, including software
designing, programming and testing within a Test-Driven Development
process
● Set the technical vision and direction of the team as we define the future
architecture and coding implementation for pricing delivery
● You will have the opportunity to help evaluate new frameworks and
architecture patterns through proof of concepts to accelerate the team
moving forward

Primary Skills:
● Hands-on experience in React JS, React Native, Node JS, KURENTO, WEBRTC
FRAMEWORK
● Excellent knowledge of Relational Databases - MsSQL and PSQL
● Hands-on experience in Mobile development
● Hands-on strong experience in Object Oriented Analysis & Design (OOAD)
● Hands-on experience in Version Control System CVS/SVN/ GIT/ Bitbucket
● Graduate in B.E/B.Tech/M.E./M.Tech/MCA or equivalent
● Excellent verbal and written communication skills

Secondary Skills:
● SVN/GIT, Maven, Ant and Jenkins or equivalent
● Database: SQL Servers, MySQL, PostgreSQL
● Cloud AWS, GCP
Read more
Auto International
at Auto International
2 recruiters
Roshani Patel
Posted by Roshani Patel
Indore
2 - 10 yrs
₹4L - ₹12L / yr
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
skill iconMongoDB
+4 more

Responsibilities:

  • Developing and maintaining all server-side network components.
  • Ensuring optimal performance of the central database and responsiveness to front-end requests.
  • Collaborating with front-end developers on the integration of elements.
  • Designing customer-facing UI and back-end services for various business processes.
  • Developing high-performance applications by writing testable, reusable, and efficient code.
  • Implementing effective security protocols, data protection measures, and storage solutions.
  • Running diagnostic tests, repairing defects, and providing technical support.
  • Documenting Node.js processes, including database schemas, as well as preparing reports.
  • Recommending and implementing improvements to processes and technologies.
  • Keeping informed of advancements in the field of Web development.

 

Requirements:

  • Bachelor's degree in computer science, information science, or similar.
  • At least One year of experience as a Full Stack developer.
  • Extensive knowledge of JavaScript, web stacks, libraries, and frameworks.
  • Should have hands on experience in using sockets, express, SQL query builder.
  • Should have worked on database like SQL, MYSQL, MongoDB.
  • Knowledge of front-end technologies such as HTML5 and CSS3
  • Superb interpersonal, communication, and collaboration skills.
  • Exceptional analytical and problem-solving aptitude.
  • Great organizational and time management skills.
  • Availability to resolve urgent web application issues outside of business hours.
Read more
Confidential
Confidential
Agency job
via Freelancer by Mukesh Kumar
Bengaluru (Bangalore)
5 - 6 yrs
₹7L - ₹9L / yr
J2EE
Spring
skill iconJava
Struts
Hibernate (Java)
+1 more
Experience with development tools such as Git, Jira, Artifactory, Maven, Jenkins, Confluence, SonarQube, etc. • Experience with configuration management, deployment and orchestration technologies (such as Ansible, Puppet, Chef, Docker, Kubernetes, Jenkins etc.). • Core Java technologies such as J2EE, Spring/Node, JS, Angular, API design, Spring, Hibernate, Restful Webservices • Familiarity with Integration platforms such as Spring Integration, Apache Camel, IIB • Experience with Linux/Unix and any of the cloud services like AWS/ GCP/Azure/PCF/Digital Ocean • Agile development experience. • Experience with data modelling and database design. • Working Knowledge of one of NoSQL Data Bases (MongoDB, Neo4J, elasticsearch, Cassandra).
Read more
Svahaa
at Svahaa
1 recruiter
Sohil Karia
Posted by Sohil Karia
Remote, Mumbai
3 - 6 yrs
₹6L - ₹8L / yr
skill iconJavascript
JS
Fullstack Developer
skill iconReact.js
skill iconNodeJS (Node.js)
A fullstack developer who can work with API's, documentation, frontend and backend and lead the product development
Read more
Xpertiks
at Xpertiks
1 recruiter
Mahima Sethi
Posted by Mahima Sethi
Mohali
1 - 2 yrs
₹10L - ₹15L / yr
MERN Stack
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconReact Native

Responsibilities

  • Ability to translate Wireframes and PSD Designs into functional web apps using HTML5, AngularJS, React , Node.js, and Mongo

  • Binding of UI elements to JavaScript object models

  • Creating RESTful services with Node.js

  • 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

Read more
Affairal
at Affairal
1 video
1 recruiter
Govind Balakrishna
Posted by Govind Balakrishna
Bengaluru (Bangalore)
3 - 15 yrs
₹8L - ₹48L / yr
skill iconJavascript
skill iconPHP
skill iconPython
skill iconNodeJS (Node.js)
skill iconJava
+1 more
Hey Everyone, look forward to talk to you. We are a disruptive start up in fashion marketplace segment working on core personalization.Featured@tech crunch, websummit,voted top 100 start ups from the Asia region by Tech.co& Red herring. We are hiring! Team of Ex-flipkart,intel, myntra, intuit, ibm and others. We look forward to see you onboard in this amazing journey forward. Thanks & Regards Govind Founder/CEO @ Affairal +919972668335/+918904013330 Job Perks Free lunch
Read more
Prodio DesignWorks
at Prodio DesignWorks
3 recruiters
VAIBHAVI RAO
Posted by VAIBHAVI RAO
Mumbai
0 - 3 yrs
₹3.3L - ₹4.5L / yr
skill iconNodeJS (Node.js)
skill iconJavascript
Communication Skills
skill iconHTML/CSS
skill iconReact.js
+2 more
The Candidate is expected to join with reasonable learning ability and intensity of purpose. We'll take care of his skill graph over 2 years into the following areas.Front-EndWeb fundamentals like HTML, JavaScript, and CSSCSS preprocessors like Sass or LESSJavaScript frameworks like AngularJS, React, or Ember etc., or JS-based build tools like Grunt, Gulp, and BowerLibraries like jQuery or Backbone.jsFront-end (CSS) frameworks like Foundation or BootstrapAJAXBack-EndAPI design and developmentCRUD (Create, Read, Update, Delete)RESTful ServicesWeb fundamentals like HTML, JavaScript, and CSSServer-side languages like PHP, Python, Ruby, Java, JavaScript, and .NetDatabase technologies like MySQL, Oracle, PostgreSQL, and MongoDB.Web server technologies like Node.js, J2EE, Apache, Nginx, ISS, etc.
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