Cutshort logo
For Employers
LOGICAL Soft Tech logo
MERN Stack Developer
MERN Stack Developer
LOGICAL Soft Tech's logo

MERN Stack Developer

Sumit Aryan's profile picture
Posted by Sumit Aryan
1 - 2 yrs
₹1L - ₹3L / yr
Indore
Skills
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconNodeJS (Node.js)
skill iconMongoDB
skill iconExpress

**Walkins only**


Hiring Experienced MERN Stack Developer for our IT Company Logical Soft Tech Pvt ltd, Indore(M.P)


Job Location : - INDORE or its NEARBY CANDIDATES ONLY NEED TO APPLY who can walkins


Experience :- minimum 1 year Experienced who has done some good project work on Both Frontend and Backend ( React Js and Node JS)


1) Expertise in Customization in any kind of template and web designing and server based api integration


2) Must have good hands on database development on Mongo db and Mysql , admin panel and Rest api development and integration on both frontend and backend.


3) Must have Expertise in Technical understanding of the clients requirement and project and must need to maintain the timeline of the project.


4) As a full stack MERN stack developer you need to active in both backend and frontend Equally and would have expertise in both react and node js.


5) Knowledge of 3rd party integration, payment gateway integration, social integration, google map api and any 3rd party audio video calling, google map .


6) Knowledge on working of other framework like php CodeIgniter MVC will be advantage


**


Please walkins for the interview or can call on given HR number if any queries ( between 11:00 A.M to 7:30 P.M)


Company name : Logical Soft Tech Pvt Ltd


Email : - hrlogicalsofttech @gmail.com, talentlogicalsofttech @gmail.com, logicalhr.softtech @gmail.com,


Address: - 2nd floor, 388,PU4, Scheme 54 PU4, Infront of Main Eye Retina Hospital, Vijay Nagar, Indore, M.P


Contact : - +91-78.69.73.15.95(HR), +91-82.69.82.97.29(HR), +91-74.15.95.09.19(HR) , +91-82.10.25.18.24 (technical Department),


**


No Fresher job hiring 


For Fresher we have only Training and Internship Program ( https://www.instagram.com/p/C-evFytohcz/ )

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 LOGICAL Soft Tech

Founded :
2019
Type :
Services
Size :
20-100
Stage :
Profitable

About

Expert in App and Web development, App and Web designing, backend, SEO/SMM cloud services
Read more

Connect with the team

Profile picture
Sumit Aryan

Company social profiles

twitterfacebook

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
Wissen Technology
at Wissen Technology
4 recruiters
Sowmya Srinivasaiah
Posted by Sowmya Srinivasaiah
Pune
5 - 15 yrs
Best in industry
skill iconJava
skill iconReact.js
skill iconReact Native
  • Very strong core Java/Spring developer
  • Minimum 6 months of hands-on experience in React.js development.
  • Decent experience in implementing observability (monitoring/alerts) for Java apps
  • Capable of working with scripting languages.
  • Skills Required: Java, Core Java, Data Structures, OOPS, Multithreading, Algorithms, Collection Framework, Java/J2EE, Hibernate, Spring, Spring Boot, Microservices, Restful Services ,SQL.


Read more
Briidea
Hanuman Karhale
Posted by Hanuman Karhale
Pune
1 - 4 yrs
₹2L - ₹5L / yr
skill iconJavascript
skill iconPHP
skill iconBootstrap
skill iconVue.js
skill iconAngularJS (1.x)
+5 more

Job Title: PHP Developer

Location: Pune (Work From Office)

Experience: 0.5 to 3 years

Salary: Competitive, as per industry standards

About Us:

Briidea Innovetures is a dynamic and innovative tech company based in Pune. We are looking

for a skilled and motivated PHP Developer to join our team. If you're passionate about web

development, have expertise in front-end technologies and PHP frameworks, and are ready for

an exciting career opportunity, we'd love to hear from you.

Job Description:

As a PHP Developer at Briidea Innovetures, you will play a key role in designing, coding,

testing, and deploying web applications. Your responsibilities will include collaborating with

cross-functional teams to develop and maintain web solutions that meet our clients' needs.

Key Responsibilities:

Develop and maintain web applications using PHP and related technologies.

Collaborate with front-end developers to integrate user-facing elements with server-side logic.

Design and implement efficient, reusable, and reliable PHP code.

Troubleshoot, test, and debug applications to ensure optimal performance and user experience.

Integrate data storage solutions and third-party APIs.

Stay up-to-date with emerging web development trends and technologies.

Qualifications:

Bachelor's degree in Computer Science or a related field (preferred).

Proven experience as a PHP Developer with a portfolio of relevant projects.

Proficiency in front-end technologies such as HTML, Bootstrap, JavaScript, CSS, and ReactJS.

Strong knowledge of PHP frameworks (e.g., Laravel, CodeIgniter) and best practices.

Experience with database systems (e.g., MySQL, PostgreSQL).

Understanding of RESTful API development.

Good problem-solving skills and attention to detail.

Excellent communication and teamwork abilities.

How to Apply:

If you are a passionate PHP Developer looking to grow your career with a forward-thinking

company, we encourage you to apply.

Read more
Ecommerce
Ecommerce
Agency job
via SangatHR by Valli Subramaniam
Guindy, Chennai, royapettah
7 - 12 yrs
₹5L - ₹20L / yr
skill iconNodeJS (Node.js)

As a Development Lead, you will oversee and lead a team of software developers. Your primary goal is to guide the team towards successful development of high-quality software, while fostering a collaborative and productive environment.

Responsibilities:

• Oversee the development of scalable, reliable, and cost-effective software solutions

with an emphasis on quality, best-practice coding standards, and cost-effectiveness.

• Build rapid technical prototypes for early validation of new technologies.

• Rapidly identify and resolve technical incidents as they emerge.

• Collaborate effectively with other application teams to help building the right offerings

for our client delivery platform.

• Collaborate with product owners to translate complex business requirements into

technical solutions, providing leadership in the design and architecture processes.

• Stay informed about the latest technology and methodology by participating in industry

forums, having an active peer network, and engaging actively with customers.

• Cultivate a team environment focused on continuous learning, where innovative

technologies are developed and refined through collaborative effort.

Salary is not a constraint and right candidates will be paid up to 28 Lakhs

Key Skills:

• 7+ years of experience as a lead in leading and managing software development teams.

• Proficiency in Backend and Frontend technologies (NodeJS and ReactJS).

• Knowledge of best practices for API development in distributed environments;

• Coding complex modules.

• Code review and enforcing best practices.

• Impeccable written and verbal communication skills with the ability to present, explain

and defend design concepts in team and stakeholder meetings.

• Demonstrated ability to prioritize tasks effectively, delivering work with speed and high

quality.

• Hands-on experience with engineering principles and design patterns.

• Passionate about writing clean, reusable and maintainable code.

• Building a knowledge base of the latest programming trends, best practices, and

methodologies.

Read more
IoTRL Connect Pvt Ltd
at IoTRL Connect Pvt Ltd
2 recruiters
Roopa Sukumaran
Posted by Roopa Sukumaran
Remote only
1 - 3 yrs
₹5L - ₹9L / yr
skill iconVue.js
skill iconAngularJS (1.x)
skill iconAngular (2+)
skill iconReact.js
skill iconJavascript
+6 more

Safety Connect is a leading company in enterprise field force safety. 

We are looking for a highly skilled computer programmer comfortable with front-end and back-end programming.

Full stack developers will be required to see out a project from conception to final product, requiring good organizational skills and attention to detail.

 

What we offer

 

  • Fast-paced work environment

  • To learn, perceive and be a part of a fast-growing niche industry

  • Incredibly competitive, collaborative, and supportive team.

 

Roles and Responsibilities:

 

  • Developing front-end website architecture.

  • Developing back-end website applications.

  • Creating servers and databases for functionality.

  • Ensuring cross-platform optimization for mobile phones.

  • Ensuring responsiveness of applications.

  • Working alongside graphic designers for web design features.

  • Seeing through a project from conception to finished product.

  • Designing and developing APIs. (done by back-end)

  • Meeting both technical and consumer needs.

  • Staying abreast of developments in web applications and programming languages.

 

 

Requirements /Qualifications: 

 

  • Strong organizational and project management skills.

  • Proficiency with fundamental front-end languages such as HTML, CSS, and JavaScript.

  • Familiarity with JavaScript frameworks such as React JS.

  • Proficiency with server-side languages such as Node.Js.

  • Familiarity with database technology such as Oracle, and MongoDB.

  • Excellent communication skills (both verbal and written)

  • Good problem-solving skills and attention to detail.

  • Have basic fundamental knowledge of computer science.

  • 1+ years of experience as a Full stack developer.

  • Bachelor’s degree or equivalent required.

 

 

 

Read more
Value Staffing  Recruiting Co
Remote only
2 - 8 yrs
$80K - $85K / yr
skill iconPHP
skill iconJavascript
skill iconReact.js
skill iconAngular (2+)
skill iconAngularJS (1.x)
+6 more
  • Strong knowledge of PHP for backend work (3+ years’ experience)
  • Experience with an MVC framework (CakePHP, Laravel, Symfony, CodeIgniter, etc.)
  • Strong knowledge of Javascript, HTML, CSS and related tools/packages (3+ years’ experience),
  • Strong knowledge of MySQL (3+ years’ experience)
  • Knowledge of React
  • Though not required, experience with Python, Golang, DynamoDB, Elasticsearch.
  • Strong English skills (written and verbal)
Read more
Symblai
at Symblai
1 recruiter
Vaishali M
Posted by Vaishali M
anywhere, Pune, Hyderabad, Bengaluru (Bangalore)
8 - 15 yrs
₹15L - ₹35L / yr
skill iconJava
skill iconNodeJS (Node.js)
skill iconAngularJS (1.x)
skill iconPython
skill iconMongoDB
+8 more

Software Architect

Symbl is hiring a Software Architect who is passionate about leading cross-functional R&D teams. This role will serve as the Architect across the global organization driving product architecture, reducing information silos across the org to improve decision making, and coordinating with other engineering teams to ensure seamless integration with other Symbl services.

*Symbl is seeking for a leader with a demonstrated track record of leading cross-functional dev team, you are fit for the role if *

  • You have a track record of designing and building large-scale, cloud-based, highly available software platforms.
  • You have 8+ years of experience in software development with 2+ years in an architect role.
  • You have experience working on customer-facing machine learning implementations (predictions, recommendations, anomaly detection)
  • You are an API first developer who understands the power of platforms.
  • You are passionate about enabling other developers through your leadership and driving teams to efficient decisions.
  • You have the ability to balance long-term objectives with urgent short-term needs
  • You can successfully lead teams through very challenging engineering problems.
  • You are domain Expertise in one or more of: Data pipelines and workflow, telephony systems, real time audio and video streaming machine learning.
  • You have bachelor's degree in a computer science-related field is a minimum requirement
  • You’ll bring your deep experience with distributed systems and platform engineering principles to the table.
  • You are passionate about operational excellence and know-how to build software that delivers it.
  • You are able to think at scale, define, and meet stringent availability and performance SLAs while ensuring quality and resiliency challenges across our diverse product and tech stacks are addressed with NodeJs as mandatory, Java, Python, Javascript, ReactJS with intersection with ML platform + open source DBs.
  • You understand end-user use cases and are driven to design optimal software that meets business needs.

Your day would look like:

  • Work with your team providing engineering leadership and ensuring your resources are solving the most critical engineering problems while ensuring your products are scalable, performant, and highly available.
  • Focused on delivering the highest quality of services, and you support your team as they push production code that impacts hundreds of Symbl customers.
  • Spent time with engineering managers and developers to create and deliver critical new products and/or features that empower them to introduce change with quality and speed.
  • Made sure to connect with your team, both local and remote, to ensure they are delivering on engineering and operational excellence.
  •  

*Job Location : Anywhere  –  Currently WFH due to COVID

Compensation, Perks, and Differentiators:

  • Healthcare
  • Unlimited PTO
  • Paid sick days
  • Paid holidays
  • Flexi working
  • Continuing education
  • Equity and performance-based pay options
  • Rewards & Recognition
  • As our company evolves, so do our benefits. We’re actively innovating how we support our employees.
Read more
United Motors
at United Motors
1 recruiter
Marzuk Fareez
Posted by Marzuk Fareez
Bengaluru (Bangalore), NCR (Delhi | Gurgaon | Noida)
1 - 5 yrs
₹3L - ₹10L / yr
skill icon.NET
ASP.NET
ASP.NET MVC
Object Oriented Programming (OOPs)
skill iconC#
+5 more

Job Description: -

Comm-IT is seeking an enthusiastic Web Developer to help our fast-growing development team in India. You will play an important role and be a part of creating a product used by millions of people.

 

Responsibilities: -

  • Design and build advanced web applications / products for desktop browsers, mobile web & feature phone.
  • You work in agile cross-functional team to create great customer experiences and implement high quality code into production.
  • Work on bug fixing and improving application performance.
  • Continuously discover, evaluate, and implement new technologies to maximize development efficiency.
  • You prioritize performance in all your development - both network and rendering

 

Requirements: -

  • Minimum of 6 months - 1 year of experience in software development.
  • This project requires full stack experience creating applications and products using .Net and C# development, HTML 5, jQuery library and CSS3.
  • Strong Web backend knowledge in Asp.Net Web API, Razer pages, .Net Entity Framework and MS SQL scripting.
  • Experience developing REST-based APIs.
  • Knowledge in TypeScript / JavaScript front-end back-end development experience
  • Knowledge in CSS & layout skills – modern Bootstrap, CSS layout techniques
  • Good understanding of object-oriented programming and its implementation
  • Interest working in Cloud-based technologies.
  • Confidence to work as part of a Scrum Team.
  • Desire to learn new

Nice to have (Add-On): -

  • Knowledge of multiple back-end languages (e.g., C#, Java, Python) and JavaScript frameworks (e.g., Angular, React, Node.js, Blazor Framework)
  • Familiarity with databases (e.g., MySQL, MongoDB), web servers (e.g., Apache) and UI/UX design
  • Experience creating automated unit tests and functional test.
Read more
Niyati Technologies
at Niyati Technologies
4 recruiters
Niyati T
Posted by Niyati T
Remote, Chennai
3 - 5 yrs
₹7L - ₹10L / yr
skill iconJavascript
skill iconMongoDB
skill iconNodeJS (Node.js)
skill iconAngularJS (1.x)
Object Oriented Programming (OOPs)
+4 more

As a core member of the Software Development team, you will be responsible for the architecture, coding, development, testing and release of customer applications hosted both on-premise and on-cloud. Candidates with proven experience in both Frontend and Backend Development (predominantly Backend Development) with prior experience in deploying applications on AWS/Azure cloud will be preferred.

You will be leading a small team of developers (not more than 3 at a time) on a given project, and be a client-facing SPOC to work with the client and meet stringent deadlines. You will be responsible for Coding and Development with a code coverage of minimum 90%. You will adhere to coding and security standards and ensure that your delivery is secure and free from any critical, high and medium-rated vulnerabilities.

Read more
Widely
at Widely
1 video
2 recruiters
Anshuli Gupta
Posted by Anshuli Gupta
NCR (Delhi | Gurgaon | Noida)
1 - 5 yrs
₹3L - ₹5L / yr
skill iconJavascript
skill iconHTML/CSS
Progressive Web Apps (PWA)
skill iconAngularJS (1.x)
skill iconNodeJS (Node.js)
+3 more
What are we looking at? Someone who is passionate about future of web apps, progressive web apps and mobile solutions for the world. Widely is going to become the world leader is providing the best PWA product in the industry, being a hardcore tech product, we're looking to onboard someone who shares the same vision and would give her/his time and hard work to help Widely grow. Responsibilities Being a CTO you'll be responsible for architecture scaling as we're growing in numbers each day Handling 6 Dev and testing team members to be structured & work effectively Leadership in tasks alignment to driving user stories based on business requirement Directly align with CEO and CMO to develop right strategy of product roadmap Critical coding implementation & guiding team with right techniques Strong communications and technical skills Setting up strong automated testing (Performance & Functional) for the product Cloud Scaling, architecture and full functional understanding Offerings Equity Join as a Co-Founder Work Hours Flexibility Pre-requisites You should not be looking towards making money here, as we aim to be bootstrapped for some more time, it would suit us if you do not have any financial dependencies for a year, which doesn't mean that we're not earning, in fact looking towards getting 5 digit USD revenue very soon. (But all the money should go in the business initially) We'd be sharing profit & salary as the company grows stronger. More detailed discussion about the current state, vision, and alignment would be there, we believe more than anything if you fit into the vision everything else would work out.
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