Cutshort logo
Chqbook logo
Senior Product Engineer-React js
Chqbook
Senior Product Engineer-React js
Chqbook's logo

Senior Product Engineer-React js

at Chqbook

Agency job
via Getinz
3 - 7 yrs
₹10L - ₹15L / yr
Gurugram
Skills
skill iconReact.js
skill iconRedux/Flux
skill iconJavascript

● B.Tech/M.Tech degree in Computer Science, Engineering or a related subject 

● Proven hands-on Software Development experience 

● Strong proficiency in JavaScript and the JavaScript object model is a must. 

● Thorough understanding of React.js and its core principles 

● Prior experience with popular React.js workflows (such as Flux or Redux) 

● Familiarity with RESTful APIs 

● Familiarity with HTML / HTML5 CSS/CSS3/ Bootstrap 

● Mobile app development experience with Flutter/Dart is a big plus; or willingness to learn these technologies. 

● Experience with MySQL is a plus. 

● Preferably prior experience in working in a start-up.

Read more
Users love Cutshort
Read about what our users have to say about finding their next opportunity on Cutshort.
Shubham Vishwakarma's profile image

Shubham Vishwakarma

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

Similar jobs

Talent Pro
Remote only
3 - 7 yrs
₹40L - ₹70L / yr
skill iconReact.js
SvelteJS
skill iconNextJs (Next.js)
Engineering from Tier-1 Colleges

Role & Responsibilities

4-7 years of Strong proficiency in Full stack Development of Web Applications and experience in shipping production applications.

Experience of using Typescript for development would be a mandate.

Frontend- next.js, react.js, vue.js and bit for svelte kit are highly preferred Backend- node.js, react.js, express.js

B.Tech in Computer Science Engineering from Tier 1 Colleges preferred

Experienced with Tailwind CSS

Experienced with TDD for component and end-to-end testing

Ableto set up CI/CD pipelines for testing and deployment (canary, staging) using Github actions according to project

Entrepreneurial mindset with strong decision-making skills

Ability to move quickly without breaking things too much (we are dreamers)

Ability to work under immense pressure which is balanced by a sense of responsibility and ownership

Comfortable working with a Git style workflow where every commit deploys to a staging environment and merged pull requests deploy to production

Read more
Umanist Business Consulting
Chennai
6 - 13 yrs
₹10L - ₹16L / yr
skill iconJava
skill iconJavascript
Microsoft Office
  • Job Title: Java Full Stack Engineer
  • Job Summary: We are seeking a highly skilled Java Full Stack Engineer to join our dynamic development team. In this role, you will be responsible for designing, developing, and maintaining both frontend and backend components of our applications using Java and associated technologies. You will collaborate with cross-functional teams to deliver robust, scalable, and high-performing software solutions that meet our business needs. The ideal candidate will have a strong background in Java programming, experience with modern frontend frameworks, and a passion for full-stack development.
  • Requirements:
  • Bachelor’s degree in Computer Science, Engineering, or a related field.
  • 6+ years of experience in full-stack development, with a strong focus on Java.
  • Proficiency in Java programming and frameworks such as Spring and Hibernate.
  • Experience with frontend technologies such as HTML, CSS, JavaScript, and frameworks like React or Angular.
  • Strong understanding of RESTful services, microservices architecture, and database management.
  • Familiarity with version control systems like Git and continuous integration/continuous deployment (CI/CD) pipelines.
  • Knowledge of cloud platforms (AWS, GCP, or Azure) is a plus.
  • Excellent problem-solving skills and the ability to work independently and in a team.
  • Responsibilities:
  • Design, develop, and maintain full-stack applications, including frontend and backend components, using Java and other technologies.
  • Collaborate with product managers, designers, and other developers to create seamless and intuitive user experiences.
  • Implement and maintain microservices architectures that are scalable, reliable, and efficient.
  • Optimize application performance and ensure scalability to handle increasing user loads.
  • Write clean, maintainable, and testable code, following best practices for software development.
  • Participate in code reviews to maintain code quality and share knowledge with the team.
  • Troubleshoot and resolve issues in a timely manner, ensuring the stability and reliability of the applications.
  • Stay up-to-date with the latest industry trends and technologies to continuously improve our systems.
  • Must-Have Skills:
  • Java Programming: Deep knowledge of Java language, its ecosystem, and best practices.
  • Frontend Technologies: Proficiency in HTML, CSS, JavaScript, and modern frontend frameworks like React or Angular.
  • Backend Development: Expertise in developing and maintaining backend services using Java, Spring, and related technologies.
  • Full Stack Development: Experience in both frontend and backend development, with the ability to work across the entire application stack.
  • Soft Skills:
  • Problem-Solving: Ability to analyze complex problems and develop effective solutions.
  • Communication Skills: Strong verbal and written communication skills to effectively collaborate with cross-functional teams.
  • Analytical Thinking: Ability to think critically and analytically to solve technical challenges.
  • Time Management: Capable of managing multiple tasks and deadlines in a fast-paced environment.
  • Adaptability: Ability to quickly learn and adapt to new technologies and methodologies.
  • Hard Skills:
  • Java Programming: Expert-level knowledge in Java and its application in full-stack development.
  • Frontend Technologies: Proficient in frontend development using HTML, CSS, JavaScript, and frameworks like React or Angular.
  • Backend Development: Skilled in backend development using Java, Spring, Hibernate, and RESTful services.
  • Full Stack Development: Experience in developing end-to-end solutions, from the user interface to backend services and databases.


Read more
Telyport technologies pvt ltd
Harsha J
Posted by Harsha J
Bengaluru (Bangalore)
2 - 6 yrs
Best in industry
skill iconAngular (2+)
skill iconJavascript
skill iconHTML/CSS
TypeScript

We are seeking a Frontend Engineer who can expand our product portfolio and make life easier for locals and local businesses. As part of this role, you will build experiences that help users engage and feel comfortable with the products and services we offer.

We need you to understand Angular, Vanilla JS, HTML and (S)CSS.
We need you to understand the philosophy of writing clean and modular code.
We need you to take your own stand and do what's right to find a solution.
"I'd rather listen to a possible solution rather than a 'don\'t know'" would be plausible to you.

Technologies mentioned above is what you can relate to while applying but that's just the tip of the iceberg.

If you get a score of 10 below,
We need you

You need at least 5 points to proceed to next round.

Answer the following questions by attaching a document link with the note:

  1. Why choose ngRx over shared angular services? 1 point

  2. How are fork join and merge map different? 1 point

  3. How do we wrap html elements in our custom component? 2 points
    Ex:

This is not a paragraph element

  1. How will you handle an error produced by RxJS operator's inner observables without failing any other observables that are yet to emit values to its subscriber, so that all the inner observables including errored ones can be piped to another RxJS operator such as fork join, concatMap etc to be handled smoothly for further operations?

Easiest thing would be to generate a pseudo code.

With above question solve this problem:

[Observables....] -> Emit values simultaneously from the array of observables at once (perform a task when an observable finishes) -> toArray -> [emitted values...] -> process each emitted value one by one -> toArray

This will give you 4 points

  1. How does javascript achieve its asynchronous nature being single threaded? 2 points
Read more
Bot Sapiens Pvt Ltd
Chaitanya Sharma
Posted by Chaitanya Sharma
Remote only
8 - 10 yrs
₹15L - ₹18L / yr
skill iconReact.js
skill iconJavascript
skill iconRedux/Flux
skill iconHTML/CSS
RESTful APIs

Job Description: Senior Software Developer (React.js)

Location: [Pune, Maharashtra]

Overview: We are seeking a highly skilled Senior Software Developer with extensive experience in React.js to join our dynamic team. As a Senior Developer, you will be responsible for leading the development of cutting-edge web applications using React.js and related technologies. Your expertise will play a crucial role in designing and implementing scalable software solutions that meet our clients' needs and contribute to the overall success of our project.

Responsibilities:

  • Lead the design and development of complex web applications using React.js and other modern JavaScript libraries and frameworks.
  • Collaborate closely with product managers, designers, and other stakeholders to gather requirements, design solutions, and deliver high-quality software.
  • Architect and implement reusable components and front-end libraries for future use.
  • Optimize applications for maximum speed and scalability while ensuring cross-browser and cross-device compatibility.
  • Stay updated with the latest industry trends in front-end development and mentor junior developers in best practices.
  • Conduct code reviews and provide constructive feedback to ensure code quality and standards adherence.
  • Troubleshoot issues, fix bugs, and improve application performance.
  • Participate in Agile ceremonies and contribute to the continuous improvement of development processes.

Requirements:

  • Bachelor's degree in Computer Science, Engineering, or related field; or equivalent work experience.
  • Minimum of 10 years of professional experience in software development, with at least 5 years specifically using React.js.
  • Strong proficiency in JavaScript, including ES6+ features.
  • Experience with state management libraries such as Redux, MobX, or Context API.
  • Deep understanding of web markup, including HTML5 and CSS3.
  • Familiarity with RESTful APIs and asynchronous request handling.
  • Solid understanding of version control using Git or similar systems.
  • Excellent communication skills and ability to work effectively in a collaborative team environment.
  • Proven track record of delivering high-quality software solutions on time.

Preferred Skills:

  • Experience with TypeScript or similar statically typed languages.
  • Knowledge of server-side rendering and Node.js.
  • Familiarity with modern front-end build pipelines and tools, such as Webpack, Babel, and npm.
  • Understanding of CI/CD pipelines and automated testing frameworks.
  • Contribution to open-source projects or a strong GitHub profile.

Benefits:

  • Competitive salary and performance-based bonuses.
  • Flexible work hours and remote work options.

Join us and contribute to building innovative and scalable solutions using the latest technologies in a collaborative and supportive environment. Apply now to be part of our growing team of talented developers!


Read more
Dhwani Rural Information Systems
Sunandan Madan
Posted by Sunandan Madan
Gurugram
1 - 3 yrs
₹3L - ₹10L / yr
skill iconHTML/CSS
skill iconBootstrap
Material Design
User Interface (UI) Development
User Experience (UX) Design
+3 more
Job Overview:
UI/UX Designer responsibilities include gathering user requirements, designing graphic elements and building navigation components. To be    successful in this role, you should have experience with design
software and wireframe tools. If you also have a portfolio of professional design projects that includes work with web/mobile applications, we’d like to meet you.
Scope of Work:
• You will mainly be responsible for developing the frontend side of the web application and enhancing
the user experience through high-level transitions & animations.
• Combine interface design concepts with digital design and establish milestones to encourage
cooperation and teamwork
• Develop overall concepts for improving the user experience within a business webpage or product,
ensuring all interactions are intuitive and convenient for customers
• Collaborate with back-end web developers and programmers to improve the usability
• Work with other developers to ensure that the website is functional and visually appealing.
• Plan the layout of the website.
• Ensure that the website is optimized for various devices.
• Use analytics to test client enjoyment.
• Stay up-to-date on emerging technologies

Essential Requirements:
• Advanced understanding of UI Design patterns and UI Architecture Paradigms
• Expertise in Responsive Web Design and Adaptive Web Designing.
• Solid hands on experience of browser fundamentals, HTML5/CSS3/JavaScript
• Understanding of commonly used frameworks and libraries such as Yii2, Angular, React, Material UI,
bootstrap, high charts, ChartJS and D3

Read more
Acceldata
at Acceldata
5 recruiters
Richa  Kukar
Posted by Richa Kukar
Bengaluru (Bangalore)
6 - 10 yrs
₹20L - ₹45L / yr
skill iconAngular (2+)
skill iconAngularJS (1.x)
skill iconJavascript
Acceldata is creating the Data observability space. We make it possible for data-driven enterprises to effectively monitor, discover, and validate Data platforms at Petabyte scale. Our customers are Fortune 500 companies including Asia's largest telecom company, a unicorn fintech startup of India, and many more. We are lean, hungry, customer-obsessed, and growing fast. Our Solutions team values productivity, integrity, and pragmatism. We provide a flexible, remote-friendly work environment.
 
We are building software that can provide insights into companies' data operations and allows them to focus on delivering data reliably with speed and effectiveness. Join us in building an industry-leading data observability platform that focuses on ensuring data reliability from every spectrum (compute, data and pipeline) of a cloud or on-premise data platform.

 

Position Summary:

 

Frontend Developer integrates and implements front-end web applications and components. Plays a direct role in programming, maintenance, technical support, documentation, and administration of web applications. Researches, tracks, and understands emerging web technologies and standards. Uses tools, frameworks, and programming languages, including but not limited to HTML, CSS, SCSS, JS, ReactJS/Angularjs, API interactions, Webpack,  Bootstrap, Git, GitLab, and Jenkins to accomplish assigned projects. Provides written design documents, test plans, and test results when required. 

 

Responsibilities-

 

Must have:

  •  4-8 Years of experience in Software Development.

  • Strong knowledge of  JavaScript internals, HTML 5.0 and CSS/SCSS
  • Worked with front-end frameworks such as React or Angular.

     

  • Worked with database systems, RDBMS, Mongo, Elastic Search.

    Develop shared front-end components (JavaScript & CSS) for use across all of our products, enabling other UI engineers to build better products faster.

  • Basic knowledge of OOPS concepts.
  • Must have knowledge of modern UX design concepts.
  • Should have worked with UX designers to deliver modern featureful web applications frontends.
  • OS concepts: Should have good exposure to Linux.Proficient understanding of code versioning tools (GIT).
    • Reformulating existing code to ensure adherence to stipulated guidelines.
    • Ensure the best possible performance, quality, and responsiveness of applications.
    • Outstanding analytical, problem-solving, and communication skills.
    • Collaborating with co-workers to facilitate the creation of large, complex developments, as required.
Good to have:
  • Should have knowledge of Backend engineering.
  • Should be interested in software architectures and new developments in the software industry.

Requirements

 

  • Education: Bachelor's degree in a technical or engineering field, or equivalent practical experience.
  • You have built complex JS web applications.
  • Organized, thorough, and detail-oriented.
  • You care about building better products.
Read more
Prodios Labs
at Prodios Labs
1 recruiter
Abinash Panda
Posted by Abinash Panda
Remote only
0 - 3 yrs
₹9L - ₹11L / yr
skill iconBootstrap
skill iconHTML/CSS
skill iconReact.js
skill iconReact Native
skill iconJavascript
We are looking for a Front-End Web Developer who is motivated to combine the art of design with the art of programming. Responsibilities will include translation of the UI/UX design wireframes to actual code that will produce visual elements of the application. You will work with the UI/UX designer and bridge the gap between graphical design and technical implementation, taking an active role on both sides and defining how the application looks as well as how it works.

Responsibilities

1. Building offline ready progressive web applications using React and associated libraries

2. Integrating Rest APIs (or GraphQL Queries) for various web and mobile application

3. Building native mobile applications using React, Expo, and other associated react-native technologies

4. Developing reusable components and libraries to be used across multiple projects and depending on the reusability, customizability, and code quality, these libraries could also be open-sourced.
Read more
Wow Labz
at Wow Labz
2 recruiters
Avish Hakani
Posted by Avish Hakani
Remote only
4 - 6 yrs
₹10L - ₹16L / yr
skill iconReact.js
skill iconJavascript
skill iconNextJs (Next.js)

Why us?

We at Wow Labz are always striving to look for exciting problems to solve. Whether we’re creating new products or helping a small startup extend its reach, we build from our heart. We’re entrepreneurial and we love new ideas. Fun culture with a team that cares about your development and growth.

What are we looking for?

We are looking for a great JavaScript developer who is proficient with React.js. Your primary focus will be on developing user interface components and implementing them following well-known React.js workflows (such as Flux or Redux). You will ensure that these components and the overall application are robust and easy to maintain. You will coordinate with the rest of the team working on different layers of the infrastructure. Therefore, a commitment to collaborative problem solving, sophisticated design, and quality product is important.

Responsibilities:

  • Developing new user-facing features using React.js
  • Building reusable components and front-end libraries for future use
  • Translating designs and wireframes into high quality code
  • Optimizing components for maximum performance across a vast array of web-capable devices and browsers.

Desired Skills and Experience:

  • 4 – 6 years of core experience in React JS.
  • Strong proficiency in JavaScript, including DOM manipulation and the JavaScript object model
  • Thorough understanding of React.js and its core principles
  • Experience with popular React.js workflows (such as Flux or Redux)
  • Familiarity with newer specifications of EcmaScript
  • Experience with data structure libraries (e.g., Immutable.js)
  • Familiarity with RESTful APIs
  • Knowledge of modern authorization mechanisms, such as JSON Web Token
  • Familiarity with modern front-end build pipelines and tools
  • Experience with common front-end development tools such as Babel, Webpack, NPM, etc.
  • Ability to understand business requirements and translate them into technical requirements
  • A knack for benchmarking and optimization
  • Familiarity with Redux middleware such as thunk, saga etc.
  • Familiarity with code versioning tools such as Git.

Nice to have

  • Knowledge of isomorphic React is a plus
 
Read more
Dharani Info Technologies
Gowthami Kandula
Posted by Gowthami Kandula
Guntur
3 - 7 yrs
₹4L - ₹8L / yr
ASP.NET
SQL server
skill icon.NET
MVC Framework
Entity Framework
+3 more
  • Excellent knowledge of multiple technologies like .NET 4.0-4.6, ASP.NET, MVC, CSS, C# .NET, VB.NET,  AJAX, JQuery, AngularJS, ADO .NET, Entity Framework.
  • Working Knowledge in MVC Architecture will be preferable.
  • Experience in Web Services, WCF, Web API.
  • Experience in Windows Forms, WPF.
  • Experience in JavaScript, Ajax, JQuery.
  • Working knowledge in SQL queries Stored Procedures, with a strong background in SSRS/SSIS report writing.
Read more
We have an urgent requirement of Healthcare domain
We have an urgent requirement of Healthcare domain
Agency job
via Success Pact by Sonal Singh
Bengaluru (Bangalore)
2 - 10 yrs
₹15L - ₹45L / yr
skill iconReact Native
User Interface (UI) Development
skill iconReact.js
skill iconRedux/Flux
skill iconAndroid Development
+2 more
Roles & Responsibilities:  2-4 years of experience developing web applications with modern JavaScript programming frameworks, tooling, and libraries  Experience working with React.js JavaScript Framework  Strong Computer Science fundamentals with competencies in software design, data structures, and problem-solving  Expert knowledge of JavaScript, CSS, HTML and related web technologies  Expert knowledge of modern JavaScript and tooling (e.g., React, Redux, Node)  Experience with API integration and development  Experience developing reusable components  Proven experience in understanding complex user needs with multiple stakeholders and providing practical solutions that can work in production  Strong communication  Experience working on mobile apps (React Native) is a plus
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. No 3rd party agencies here.
ai_chip
Move faster with AI
We use AI to get you faster responses, recommendations and unmatched user experience.
21,01,133
Matches delivered
37,12,187
Network size
15,000
Companies hiring
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