Cutshort logo
For Employers
DripShop logo
Fullstack Developer
Fullstack Developer
DripShop's logo

Fullstack Developer

Chaitali  Wayakule's profile picture
Posted by Chaitali Wayakule
5 - 10 yrs
₹10L - ₹15L / yr
Remote only
Skills
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
skill iconMongoDB
skill iconExpress
skill iconHTML/CSS

Salary: No bar for right candidate

 

React JS

Node JS

Graphql

 

Required background:

Ideal candidate is full stack with a focus on the backend

Can work with React.JS and is comfortable with CSS

Strong Node.JS with working experience in Graphql

Worked on scaling issues and real-time distributed systems

Has experience building microservices.

Has work experience with web sockets, WebRTC and RTMP / HLS.

5.5+ years of experience after college

Ideally has past experience with Java or GoLang.

 

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 DripShop

Founded :
2020
Type :
Product
Size :
20-100
Stage :
Raised funding

About

Drip (Dripshop.live) is a fast-growing, VC-backed live shopping platform and tooling company for passionate communities starting with collectibles. Our platform enables streamers to build a community and earn a living around the collectibles they love.

Read more

Company video

DripShop's video section
DripShop's video section

Candid answers by the company

What does the company do?
What is the location preference of jobs?

Drip is a live streaming platform that allows you to buy, sell and auction products from within the stream and connect with buyers and sellers in real-time.

Product showcase

Drip Shop's logo
Drip Shop
Visit
Drip Shop Live is a live shopping marketplace and a community built by trading card collectors for collectors where you can buy & sell tcg collector items, Trading cards or sports cards
Read more

Photos

Company featured pictures
Company featured pictures
Company featured pictures
Company featured pictures
Company featured pictures

Company social profiles

linkedintwitter

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
Growloc Private Limited
Remote only
2 - 5 yrs
₹5L - ₹10L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
Data Structures
Design patterns
+1 more

Position Title: Software Development Engineer (SDE-2)

Department: Engineering & Product

Location: Pune, Maharashtra (Remote)

Employment Type: Full-Time

Compensation: Competitive, commensurate with market standards and experience

 

ORGANISATION OVERVIEW:

Growloc Private Limited is a leading Agri-tech enterprise in India, specialising in Internet of Things (IoT) solutions for modern farm management. We are committed to empowering farmers through innovative technology that optimises resource utilisation, enhances crop yields, and ensures the delivery of consistent, quality produce.

 

Backed by a team of purpose-driven professionals, Growloc Private Limited is at the forefront of building a more sustainable, efficient, and productive future for Indian agriculture. Our work sits at the intersection of technology and rural impact — and every product we ship makes a difference.

 

POSITION SUMMARY:

We are seeking an experienced and results-driven MERN Stack Engineer (SDE-2) to join our growing Engineering team. The ideal candidate will possess a deep understanding of Data Structures and Algorithms (DSA), a proven ability to apply Design Patterns, and expertise in Low-Level Design (LLD) to architect and implement robust, scalable, and efficient full-stack solutions. This role is critical for building and maintaining high-quality, lean engineering environments that value smart development practices, quality-first thinking, and the strategic use of modern AI-assisted development tools.

 

KEY RESPONSIBILITIES:

•       Design, build, and maintain robust full-stack applications leveraging MongoDB, Nest.js, React.js, and Node.js, ensuring optimal performance, scalability, and maintainability through the judicious application of efficient algorithms, established design patterns, and sound Low-Level Design (LLD) principles.

•       Take complete ownership of features from architectural design through production deployment, utilising modern CI/CD workflows including GitHub Actions, Vercel, and AWS.

•       Integrate and strategically leverage AI-assisted development tools (e.g., GitHub Copilot, ChatGPT) to accelerate development velocity, improve documentation quality, and streamline test authoring.

•       Author and maintain comprehensive unit, integration, and end-to-end test suites to uphold rigorous code quality standards.

•       Collaborate cross-functionally with Product, Data, and Hardware teams within an agile, lean delivery framework to drive frequent, high-quality releases.

•       Ensure consistent performance, responsiveness, and scalability across both frontend and backend systems.

 

REQUIRED QUALIFICATIONS & SKILLS:

Educational Qualification

 

•       Bachelor's degree or higher in Computer Science, Information Technology, or a related engineering discipline.

 

Technical Skills

 

•       2–5 years of professional experience building production-grade applications on the MERN stack (MongoDB, Express.js, React.js, Node.js).

•       Strong proficiency in Data Structures and Algorithms (DSA), with the ability to analyse problem complexity and implement optimised solutions.

•       Demonstrable experience with various Design Patterns (e.g., MVC, Singleton, Factory, Observer) and their practical application in building scalable and maintainable software systems, coupled with a strong understanding of Low-Level Design (LLD) principles for modular and efficient code architecture.

•       Strong proficiency in frontend architecture, including React Hooks, Context API, and/or Redux.

•       Solid understanding of Node.js, Express.js, RESTful API design, and MongoDB schema design.

•       Hands-on experience with CI/CD pipelines, Git-based workflows, and cloud deployment on AWS or equivalent platforms.

•       Proficiency with automated testing frameworks such as Jest, Mocha, and/or Cypress.

•       Demonstrated use of AI-assisted coding tools integrated into day-to-day development practices.

 

 

 

PREFERRED QUALIFICATIONS (GOOD TO HAVE):

•       Exposure to IoT systems or prior experience with hardware device integration.

•       Experience with real-time data technologies, including WebSocket.

•       Professional background in agriculture, climate-tech, or rural technology sectors.

•       Working knowledge of TypeScript or serverless computing architectures.

 

KEY COMPETENCIES:

•       Strong problem-solving ability and analytical thinking, with a focus on applying Data Structures and Algorithms and Low-Level Design (LLD) principles to solve complex technical challenges efficiently and effectively.

•       High ownership mindset with the ability to drive features independently.

•       Effective cross-functional communication and collaboration skills.

•       Adaptability and willingness to work in a fast-paced, lean startup environment.

•       Commitment to code quality, continuous improvement, and engineering best practices.

 


Read more
Duplex Technologies Services
neetu mishra
Posted by neetu mishra
lucknow
2 - 5 yrs
₹2L - ₹5L / yr
skill iconC#
F#
SQL
Oracle
skill iconHTML/CSS
+6 more

Dot Net Developer

Skills Required: -

  • Excellent understanding of object-oriented programming concepts
  • excellent logical and analytical skills
  • Full stack developer with strong understanding with MVC, .NET Core, C#. SQL Server, SSRS, Bootstrap Crystal Reports & Report Tools good Knowledge
  • Excellent Knowledge of MVC architecture
  • Understanding of Agile methodologies
  • Excellent knowledge of relational databases and SQL Server
  • Good knowledge of Solid principle and design pattern
  • Candidate should be able to troubleshoot single handedly
  • A good Team performer and able to execute the project/task independently too.
  • Familiarity with architecture styles/APIs (REST, RPC) Working in any programming language with exposure to Web services /REST API/Third Party Integration.
  • Candidates must know how to work with HTML, XML, JavaScript/JQuery, Self-driven and ability to work independently. Committed and result oriented


.NET Developer Responsibilities:

  • Utilizing Microsoft's .NET infrastructure to create software solutions that meet clients' requirements.
  • Collaborating with coworkers to facilitate the creation of large, complex developments, as required.
  • Reformulating existing code to ensure adherence to stipulated guidelines.
  • Checking your code to detect and remedy errors and omissions.
  • Testing your outputs to ensure that they are in excellent working order.
  • Ensuring that outputs are visually appealing, user-friendly, and engaging.
  • Deploying developments and monitoring uptake by the target audience.
  • Using clients' feedback to inform the creation of subsequent versions of each development.
  • Remaining abreast of coding and technological changes that will impact your work.


.NET Developer Requirements:

  • Degree in web design, software engineering, or similar.
  • Prior experience as a .NET Developer.
  • In-depth knowledge of .NET infrastructure.
  • Advanced proficiency in C#, F#, or VB.NET; preferably all three.
  • Capacity to use SQL or Oracle with ease.
  • A flair for creating well-presented software that is technically sound.
  • Outstanding analytical, problem-solving, and communication skills.
  • Excellent organisational and time management skills.
  • Self-driven, flexible, and innovative.
Hide
 
Read more
AJACKUS
at AJACKUS
1 video
6 recruiters
Kaushik Vedpathak
Posted by Kaushik Vedpathak
Remote only
3 - 20 yrs
₹10L - ₹25L / yr
skill iconAngular (2+)
skill iconAngularJS (1.x)
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB

Type, Location,

Full Time @ Anywhere in India

 

Desired Experience

3+ years

 

What You’ll Do

  • Taking an active role in architecting the solutions we build
  • Designing and implementing web applications using JavaScript and its frameworks (i.a. React, Vue, Angular), HTML5 and CSS3
  • Working closely with the dispersed development team, client, and project manager in SCRUM methodology
  • Ensuring that programming practices and code quality are respected
  • Supporting other engineers with your expertise when needed (knowledge sharing)
  • Leading your colleagues’ growth and development

 

What you bring to the table

  • 2+ years of experience with JavaScript (good knowledge of ES2016; newer versions and TS 3+ are a plus)
  • Experience in developing web applications using Angular2+ and another modern framework
  • Being comfortable HTML5 and CSS3
  • Experience with version control systems, preferably Git
  • Demonstrated tech leadership in a medium-sized team, and the ability to design a really complex system
  • Eagerness to learn and constantly improve yourself
  • Being a team player focused on getting things done

 

Bonus if you…

  • Experience with React.js and Node
  • Experience with AWS or GCP infrastructure
  • Curiosity about new languages, libraries, frameworks
  • Contributions to open-source projects

 

Who are you?

  • Passionate about making an impact
  • Self-driven & eager to learn new technologies
  • Intellectually curious, interested to build complex systems
  • Thrive in a highly independent, remote-first environment
  • Keen to work with a globally diverse team

 

What you can expect from us

  • Hybrid Work Option - Step out when you “want to” not when you “have to”
    • Work from the comfort of your home or work at the office
    • Support for setting up Home-office
  • Flexible Work Hours -Work-life balance becomes a lot easier to maintain with the flexibility to plan your work hours 
  • Flexible Leave policies
    • Life needs a break - casual, parental, sick, or just random. To help you enjoy your leaves without guilt or excuses, we have a ‘no approval needed’ policy
  • Health and Wellness - Constant encouragement to stay fit
    • We encourage and support our team members to participate in memberships that promote team member health (physical, emotional, and psychological) and fitness
    • Reimbursements for medical support
  • Career ladder: the freedom to design your own path
    • Well defined career ladders to grow, assess and explore your professional journey
  • Learning opportunities
    • In house learning platforms to partner with you in your growth story
    • Wide range of courses and certifications
Read more
Semperfi Solution
at Semperfi Solution
1 recruiter
Ambika Jituri
Posted by Ambika Jituri
Bengaluru (Bangalore)
3 - 5 yrs
₹10L - ₹20L / yr
angular
skill iconNodeJS (Node.js)
MEAN stack
User Experience (UX) Design
skill iconMongoDB

Overview:  Looking for experienced Senior Developers to work on a cross-functional team to solve real-world problems for healthcare providers around United States of America.

 

They will be required to use their expertise to design, build, test, and improve the features that will enable our customers to effectively run their business and provide patient care. We are looking for ideal candidates who like solving tough problems, enjoys being part of a fun team, and are tenacious.

 

Requirements:

 

 

 

  • Fluent English Required, and able to provide well-articulated and reasoned explanations for when and why to apply software design patterns.
  • Experience of 3 to 5 years developing using MEAN Stack
  • Strong development experience using Node.JS, Express, Angularjs and Mongodb
  • Experience in UX, CSS, LESS/SASS, Git, Gulp
  • Agile development background is required
  • Test Driven Development experience
  • Cloud deployment experience is preferred, working with Google, AWS, Jenkins, Docker
Read more
Private Ltsd co.Modern solution to various industries
Private Ltsd co.Modern solution to various industries
Agency job
via Merito by Gaurav Bhosle
Hyderabad
3 - 9 yrs
₹20L - ₹40L / yr
skill iconHTML/CSS
skill iconJavascript
skill iconAngular (2+)
skill iconAngularJS (1.x)
ASP.NET
+9 more


Hello
 

About our Client:
Our Client is founded in 2012, provides a modern solutions for wide range of industries such as Retail, Food &
Beverages, Distribution, Airlines, Banks and Govt. Tax collection. In-house innovation of block-chain enabled multi-level
retailing platform called Just Billing enables companies to optimize and redefine their business processes. The platform
is being used by more than 90,000 happy customers including Fortune 500, Governments and Banks. Effiasoft is based
out of India, Singapore and US and expanding

 
 
Job Title: Developer/ Senior/ Lead Software Developer
Technology Stack: ASP.NET FULL STACK (ASP.NET, C#, SQL SERVER)
Experience Level: 2 – 7 years
Job Description
Looking for ASP.net Developer who possesses a passion for technologies to the limits and excited to work with our
team of talented engineers based out of our Hyderabad office to design and build highly scalable cloud based
Enterprise Web Applications.
In this role, you will have to maintain high coding standards through good design, documentation, unit testing along
with excellent problem solving and strategic thinking. Good decision making and sound communication skills are
necessary as candidate will have to communicate with stakeholders to collect requirements, describe software product
features and technical designs.

Roles and Responsibilities
1. Design, develop and maintain web based services and applications using ASP. Net, C#, MVC, Web
API, MS SQL Server and Service Oriented Architecture.
2. Developing highly optimized cross browser and responsive web application using HTML5, Java
Script, CSS and jQuery.
3. Manage the full technical life-cycle of web applications during each development phase including
functional & technical design, implementation, testing, deployment and maintenance.
4. Developing heights standard Web Application based on functional requirements, UI/UX
requirements, business logic and Web APIs.
5. Designing database tables, views, stored procedure, functions to store and retrieve data most
efficiently from SQL database.
6. Writing bug-free code with highest coding standard.
7. Developing high-performance, highly-secure and highly scalable ASP.net Web Application.
8. Perform unit testing, trouble shooting, debugging and code reviews for robustness, including edge
cases, usability, and reliability of the software.
9. Working closely with quality assurance team to ensure delivery of quality and reliable applications.
Diagnose functional issues and fix bugs to meet highest industry quality standard.
10. Collaborate with team members to brainstorm about technical challenges and help each other. –
Gathering and clear understanding on requirements from product managers, customers, end-users,
sales and support team members.
11. Describe and document technical design, specifications of software product features.
12. Manage source code checkin, checkout, merging code.
13. Delivering tasks and assignments on time.
14. Taking accountability and ability to work under pressure.
Requirements
 Passionate about technology and developing Web Applications to solve real-word challenges.
 Any Bachelor or Master Degree in Computer Science, Engineering or a related subject.
 Minimum 2 years hand-on experience in ASP. Net MVC, C#, Web API, MS SQL Server and Service
Oriented Architecture.
 Extensive hands-on experience in HTML5, Java Script, CSS and jQuery.
 Hands-on experience with 3rd party API integration.
 Hands-on experience in performance optimization and application security.
 Experience in implementing secure, transactional applications integrated with web-based services.
 Familiarity with SVN source code management system.
 Experience in deploying applications in IIS, optimizations and IIS configurations.
 Excellent problem-solving and analytical skills.
 Excellent communication, presentation and team working skills.
 Ready to take responsibilities, ownership and ability to work under pressure.
 Added advantage for candidates recognized in Coding contest or Hackathons.
 Candidates with any certification, award or work recognition from any credible sources are given preference.

Regards
Team Merito
 
Read more
Anika Technologies
at Anika Technologies
2 recruiters
Preeti Chhanang
Posted by Preeti Chhanang
Chennai
2 - 4 yrs
₹10L - ₹15L / yr
skill iconNodeJS (Node.js)
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
skill iconMongoDB
+1 more
Please find below the JD for  Mean Stack / Full Stack Developer 
 

About the Company

 

"RAP - Rapid Acceleration Partners" provides practical AI solutions for digital business transformation. With a view to democratize AI, RAP has developed RAPFlow - an AI orchestration platform for building content intelligence solutions and RAPBot - an RPA tool for end-to-end automation.

 

RAP’s vision is to provide a unified Intelligent Process Automation platform centered around Computer Vision and Natural Language Processing, combining it with RPA.

If you have the passion to be part of a fast-growing team that is geared towards redefining how IPA solutions are delivered and have that X Factor to contribute to a world class product, we have a place for you! Visit https://rapidautomation.ai/" target="_blank">https://rapidautomation.ai/ for more details about RAP.

Experience : 2 - 4 Years 
 

Team: You will be part of the Product Engineering, for development of Software that enables customers to automate of business processes with low-code/no-code. The product(s) that you will work on have web applications, web services, AI components/services, Desktop and Browser automation components, data pipelines, Analytics, Frameworks for development/testing/CICD and more. 

 

Responsibilities: Full Stack Engineer, i.e. 

  • Work on any/all layers of existing or new products,  developing end to end features 

  • Build generic or custom solutions for PoCs 

  • Package/deploy/support/maintain the product in production and dev/test environments 

 

Experience - Must Have: 

  • React 

  • Node.js 

  • TypeScript 

  • At least one database 

 

Experience – Good to have: 

  • Docker 

  • Node.RED 

  • CI/CD 

  • Cloud deployment, architecture and technologies 

Read more
Konverge AI
at Konverge AI
1 recruiter
Ketaki Vartak
Posted by Ketaki Vartak
Nagpur
2 - 10 yrs
₹3L - ₹12L / yr
skill iconReact.js
skill iconNodeJS (Node.js)
angular
skill iconAngularJS (1.x)
skill iconMongoDB

Sr. Software Developer (Full Stack)

Experience: 3-6 years

Required skills:

  • Proficiency in React
  • HTML, CSS, Bootstrap and Material UI
  • Hands-on experience on working with charting libraries like Recharts, ECharts, plotly.js, D3.js
  • Node.js and MongoDB
Read more
Fabrik
at Fabrik
1 video
1 recruiter
Puneet Badrinath
Posted by Puneet Badrinath
Bengaluru (Bangalore)
5 - 8 yrs
₹12L - ₹18L / yr
skill iconNodeJS (Node.js)
skill iconJavascript
skill iconMongoDB
We are looking for someone who is passionate about architecting a cloud-hosted scalable framework for XR (Extended Reality) solutions. XR brings challenges like multiple participants through secure channels, data exchange and update between these participants in real-time, high quality visual rendering on low-powered devices, etc. If this is your passion, let's talk.Ideally, you are in this for the long-haul and you have built long-term products before. - You are super curious about the latest technologies/frameworks and you have experimented with most of them. - You have handled coding for a large scale product, and is happy working independently and being self-motivated. - You should also be able to prioritise tasks to work on the most important aspects before just the fun stuff. - You should also be in the habit of writing well-documented, clean code, to be able to pass successful projects on to other developers to iterate upon and flesh out. - You should have a keen interest in keeping up to date with modern coding practices. We love to see creativity and experiments, especially with WebGL/Three.js for stunning visuals on the web. Description :- Expert in JavaScript (ES6) (HTML5 + CSS3 is a plus)- Experienced in backend frameworks (Node.js or similar)- WebGL/Three.js is a plus.- Working knowledge of C/C++.Nice to haves :- Understanding of Computer graphics- Knowledge of CUDA/OpenACC - Interaction experience- Experience with WebAR/WebVR (collectively WebXR)Most important :1. Out-of-the-box thinking2. Proactive executioner3. Loves building great products4. Smart workerPerks :1. Great office.2. Awesome team.3. Will get to work on the cutting edge of AR/VR.4. Unlimited coffee.
Read more
UNICUS Solutions Pte Ltd
Ravish Agarwal
Posted by Ravish Agarwal
Noida, NCR (Delhi | Gurgaon | Noida)
3 - 9 yrs
₹6L - ₹9L / yr
skill iconPHP
MySQL
skill iconLaravel
skill iconNodeJS (Node.js)
skill iconAngularJS (1.x)
+1 more
Unicus is an early stage startup and a technology platform building marketplace for Kids and Parents. To build our platform and shape our vision, we are hiring a full-time Full stack PHP developer with hands-on experience of working on a start-up or any other marketplace. Excellent PHP skills, hands-on experience with PHP frameworks, good coding habits, excellent problem-solving skills are a must. You will be working closely with senior management and end-users helping shape our product and our vision. Job Description: · Candidate must be a full stack PHP developer with at least 5+ years of experience. · Candidate must have strong experience in PHP7 and hands-on experience in any MVC Framework preferably in Laravel. · Fair understanding of Node.js · Must have implemented and maintained mid to large scale web applications using PHP. · Should possess good knowledge in HTML, AJAX, Javascript, Angular, Bootstrap · Proficiency in SQL and working knowledge of Mysql required. · Experience using AWS as a cloud platform in a high traffic production environment is a plus. · Develop new product features and new applications within an Agile environment. · Must be good at solving problems · Education: B.E or B.Tech or MCA We are founded in 2018 by Krishna Chaitanya and Ravish Agarwal. KC is an SP Jain, Mumbai and NITK Suratkal alumnus who was working with Edelweiss India before founding this venture and had also worked with Sterling Commerce, Mondelez India, and Tata NYK Singapore, while I graduated from IMT Ghaziabad and BMS College, Bangalore and has also worked with Snapdeal, Macmillan, Accenture and Sterling Commerce. Location: Noida Company Website: https://beunicus.com
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