profile-pic
Vetted Talent

Abhishek Tiwari

Vetted Talent
Experienced Frontend Developer with 3, three years of expertise leveraging HTML, CSS, JavaScript, React, and Next.js to craft immersive user interfaces and elevate customer engagement. Proficient in fostering collaborative environments, adept at problem-solving, and committed to optimizing user satisfaction by prioritizing exceptional user experiences.
  • Role

    Software Engineer

  • Years of Experience

    4.6 years

Skillsets

  • Restful APIs
  • Handlebars.js
  • HTML5
  • Jest
  • Jira
  • Material react table
  • Postman
  • PWA
  • react testing library
  • Responsive Design
  • GTM
  • Salesforce Commerce Cloud
  • Sass
  • Scrum
  • SCSS
  • SEO
  • SPA
  • Tanstack Query
  • WCAG accessibility
  • React.js - 4.0 Years
  • Tailwind CSS
  • Google Analytics
  • Material UI
  • Styled Components
  • Git - 3.8 Years
  • Redux - 1.5 Years
  • Next.js - 2.0 Years
  • TypeScript - 1.0 Years
  • JavaScript - 4.0 Years
  • Agile
  • AMP
  • Amplience cms
  • Ant Design
  • Context API
  • CSS3
  • Docker
  • Figma

Vetted For

12Skills
  • Roles & Skills
  • Results
  • Details
  • icon-skill_image
    ReactJS Developer (Remote)AI Screening
  • 51%
    icon-arrow-down
  • Skills assessed :Excellent Communication, API, Next Js, React Js, UI/UX designs, CSS3, Figma, Firebase, Git, Problem Solving Attitude, Tailwind CSS, Type Script
  • Score: 46/90

Professional Summary

4.6Years
  • Jun, 2025 - Present1 yr

    Software Engineer

    Scorg International Consulting
  • Aug, 2024 - May, 2025 9 months

    Software Engineer

    GAVS Technologies
  • May, 2021 - Jul, 20243 yr 2 months

    SDE-1

    Coffeebeans Consulting

Applications & Tools Known

  • icon-tool

    GitHub

  • icon-tool

    GitLab

  • icon-tool

    Windows 11

  • icon-tool

    DockerHub

  • icon-tool

    Google search console

  • icon-tool

    Google Analytics

  • icon-tool

    Swagger

  • icon-tool

    CodeSandbox

  • icon-tool

    Slack

  • icon-tool

    Teams

  • icon-tool

    Prettier

  • icon-tool

    Postman

  • icon-tool

    Bitrix24

Work History

4.6Years

Software Engineer

Scorg International Consulting
Jun, 2025 - Present1 yr
    Developing and optimizing CMS-driven UI components for Tapestry Coach global e-commerce platform using React, JavaScript (ES6+), Next.js, and PWA architecture. Building responsive layouts with SCSS and Handlebars templates integrated with Amplience headless CMS. Implementing styling standards, resolving cross-browser compatibility issues, and ensuring WCAG accessibility compliance. Collaborating with cross-functional teams in agile sprints to deliver high-quality features aligned with design system specifications.

Software Engineer

GAVS Technologies
Aug, 2024 - May, 2025 9 months
    Designing and implementing scalable user interfaces using React and Material React Table. Managing state efficiently with Context API and optimizing data fetching using TanStack Query. Collaborating with cross-functional teams to deliver dynamic and responsive solutions for healthcare applications.

SDE-1

Coffeebeans Consulting
May, 2021 - Jul, 20243 yr 2 months
    Enhanced page performance and optimized ad placements using React, Styled Components, and GTM. Conducted core web vital optimizations to improve page load times and user experience and Integrated advanced tracking and analytics using Google Analytics (GA4) and Google Tag Manager, enabling data-driven decision-making. Regularly monitored and refined ad placements to maximize revenue and user engagement.

Achievements

  • Spearheaded frontend development using ReactJS and Next.js frameworks to craft dynamic and responsive user interfaces for web and mobile applications.
  • Successfully conducted unit testing using Jest and RTL.
  • Proactively resolved failing tests on the development branch in our GitHub workflow.
  • Collaborated with cross-functional teams to deliver projects for diverse industries.
  • Optimized core web vitals metrics for enhanced website performance.

Major Projects

4Projects

SAKAL MEDIA PVT LTD (PUNE)

    Developed new pages using ReactJs, NextJs, and Styled Components. Implemented core web vital optimizations and maximized revenue through optimized placement.

ISCP IBS SOFTWARE PVT LTD

    Created an admin dashboard and developed React Native mobile applications for user segments including drivers and warehouse users.

WRU WIDGET

    Built an admin page for subscription tracking and a horizontally scrollable recommendations widget to enhance user engagement.

REWARD, OFFICIAL WEBSITE, AND STAFFING TOOL WEBSITES

    Revamped websites using ReactJS, NextJS, and CSS modules with Sass. Implemented performance optimization techniques and integrated charting libraries.

Education

  • BE - IT

    University Of Burdwan

Certifications

  • React developer certification

  • Advanced javascript concepts certification

  • Responsive website development certification

  • Typescript certification

AI-interview Questions & Answers

Hi. My name is. I'm from Varanasi, Uttar Pradesh. I have been working in a startup company as a software developer in front-end technology. And I've been working there for the last 3 years. And I have worked for different industries like media, new logistics, and some in-house projects. My tech stack is HTML, CSS, JavaScript, some libraries like React, and some frameworks like Next.js. I'm also learning some new CSS frameworks and other programming languages like TypeScript. These are my qualifications and skills.

So when we are working with the Figma design, and we are trying to make the React component for that, we look at each and every layout from Figma, and there are specific colors, sizes, and other things. We create the component according to the design, based on the Figma design. We have a header, a footer, content, a navigation bar, and other features like animations. We follow the design closely, and based on that, we create the component. We then use that component to make it reusable throughout the application.

Yeah. So, basically, I was working for a media channel, and there were approximately 1.5 to 2.1 million regular users. So that project was based on the next year's requirements. And I was creating the pages based on their demand. What kind of pages we wanted to display. We wanted to display server-side pages. We wanted to do client-side rendering. So, if you want to create pages based on client-side rendering, you can use static generation. And if the page is supposed to be prerendered, we want to make that page in server-side rendering. With the help of getStaticProps, we use that to make server-side rendering of the page. For static generation, we use getStaticProps. For server-side rendering, we use getServerSideProps. With the help of that, we can make client-side rendering and server-side rendering. There are another method like incrementers, regenerators, re-regenerations, and rerendering. So with the help of that, we can revalidate all server-side renders at a specific time. We have passed some keywords, like revalidate and validate. Each second, whatever we define inside that, like every 3 seconds or 4th second. So, according to that, it generates new pages at each NDA request.

Yeah. So for the performance optimization purpose, we follow different techniques. So we first follow code-based splitting. Based on the code and demand, we see the content of the component and do component-based code splitting based on the component. We can do code splitting based on the route. We create dynamic routes for that. And inside that, we create suspense. And inside suspense, we create a fallback image. If something goes wrong, the fallback image will be rendered. This is the first technique, and we perform some re-rendering. To optimize re-rendering, we can use pure components, use memo, and callback. This technique optimizes the rerendering of the page. We also follow other techniques, like lazy loading, to optimize image loading based on demand. It loads the image when it's in the viewport. We also try to use a CDN to access images stored elsewhere. We don't put images in our code base. Instead, we create a CDN for that. The CDN helps get images faster and in a more reliable way. We can also optimize the application by configuring webpack. These are the ways we can optimize a React application.

So to develop a robust error handling system with React, we can follow different approaches. We have some other dealing with the API, we can use try-catch. When we try to capture any error based on the component, like, whatever the component is showing some error, we can capture that error inside that component by using prop types. We do some props validation over there. And we can create a 404 page with different levels. Like, we can create a custom error page with the help of prop types. So, prop types will provide the error boundary concept. We can use that to capture the error from the component. So, error boundaries are mostly used for custom creation. To capture any React component errors.

Yeah, I think there should be a dependency at a with huge effect because now each and every time your useEffect will be run. We can provide some dependency and then use effect.

So, with the help of the customer owner, we create a custom move to fetch the data from the API. And there, we get the data by using the custom hook. We can create the data fetching mechanism inside the custom hook. And we can use that custom hook in every component where we want to render the data.

So I will recommend the best practice for the React project. So first, create the folder properly. Yes. Each folder has some meaning, and according to that, you create the component which you are going to use multiple times throughout the app in React application. To keep the component usual, you can create a separate file for it. You can also put some other files like images and resources in the same folder. For example, you can put the component named 'header' in a folder named 'header'. If you are using some data that is constant and used multiple places, you can put that data inside a constant file. You can also create a util file in the util folder to create any function that you are utilizing in throughout the project in multiple times. So these are the initial ways you can follow. Then you can optimize your web app using different techniques, such as using memoization, making components pure components, and using layout effects. Actually, you can make the component a pure component. So these are the ways you can follow the best practices for the React project.

When I am trying to implement any external API integration with React, I follow the huge effect. It's huge effect is used for handling anything which are happening outside of the component, also known as side effects. So we are dealing with any API, and we use the huge effect. Inside that huge effect, we can capture the data from API. And in the next step, it's based on what kind of data fetching you want to do. You want to use the client-side rendering data fetching method, or you want to send a server-side rendering data method. So in next steps, for the client-side rendering, we use the getChatX prop. For the server-side rendering, we use the getServerSideProps. This way we can capture the external API data. We can use the client-side rendering for fetching data inside the component, yes. We can also use the huge effect for the client-side rendering. These are the ways we can fetch data in a React project and Next.js project.