profile-pic
Vetted Talent

Vaibhav Panwar

Vetted Talent

Full stack web developer with 4 years of experience, specializing in front end development. My expertise spans React.js, Next.js, Node.js, Hapi.js, Express.js, and MongoDB, enabling me to create dynamic and efficient web applications.

  • Role

    Senior Software Engineer

  • Years of Experience

    5 years

Skillsets

  • Express.js
  • Websockets
  • SQL
  • PostgreSQL
  • Node.js
  • Next.js
  • MongoDB
  • Microservices
  • Mediaslide
  • hapi.js
  • Gen AI
  • GCP
  • Full Stack
  • JavaScript - 4 Years
  • Cursor
  • CSS
  • Claude cli
  • C#
  • .NET
  • SEO
  • React Native
  • react - 4 Years
  • HTML - 4 Years
  • react - 4 Years
  • GraphQL - 1 Years
  • Redux - 4 Years

Vetted For

7Skills
  • Roles & Skills
  • Results
  • Details
  • icon-skill_image
    Frontend (REACT) Developer (Remote)AI Screening
  • 85%
    icon-arrow-down
  • Skills assessed :Client Facing Experience, Series A start-up, Strong Communication, CSS, react, HTML, JavaScript
  • Score: 17/20

Professional Summary

5Years
  • Jan, 2025 - Present1 yr 5 months

    Senior Software Engineer

    GlobalLogic
  • Dec, 2021 - Dec, 20243 yr

    Full Stack Web Developer (React.js and Node)

    Mediaslide
  • Jun, 2021 - Dec, 2021 6 months

    Full Stack Web Developer (MERN stack)

    Pragma KW
  • Aug, 2020 - May, 2021 9 months

    Frontend Web Developer Intern (Next.js)

    Grivety

Applications & Tools Known

  • icon-tool

    Figma

  • icon-tool

    Firebase

  • icon-tool

    Webpack

  • icon-tool

    Docker

  • icon-tool

    MongoDB

  • icon-tool

    Asana

Work History

5Years

Senior Software Engineer

GlobalLogic
Jan, 2025 - Present1 yr 5 months
    Primarily contributed to React and TypeScript frontend development while also working on .NET-based REST endpoints, actively leveraging Generative AI tools to boost developer productivity. Designed and implemented reusable, abstracted components shared across three analytics products, reducing duplication and improving consistency. Led modernization efforts by upgrading React from 16 to 18 and migrating the codebase from CRA to Vite, significantly reducing build time and tech debt. Collaborated on backend development, implementing and enhancing REST endpoints to support new product features. Actively use Copilot and Claude CLI agents to boost developer productivity.

Full Stack Web Developer (React.js and Node)

Mediaslide
Dec, 2021 - Dec, 20243 yr
    A remote position focusing on full stack development using React.js and TypeScript. Designed and maintained reusable React.js code templates, streamlining the development of over 80 websites and enhancing productivity. Created a backend API using Express.js and Node.js with Sharp, enabling efficient image compression, editing, and resizing. Delivered 30 SEO-optimized websites using React.js for leading modeling agencies, boosting organic traffic by up to 20%. Built microservices for key functionalities, improving efficiency and scalability across 100 portfolio websites.

Full Stack Web Developer (MERN stack)

Pragma KW
Jun, 2021 - Dec, 2021 6 months
    A remote full stack development position focusing on the MERN stack. Developed and maintained interactive dashboards and websites using React.js, Material-UI, and Redux. Designed and implemented backend APIs using Node.js and Hapi.js and MongoDB.

Frontend Web Developer Intern (Next.js)

Grivety
Aug, 2020 - May, 2021 9 months
    An internship focused on frontend web development using Next.js. Developed and implemented a secure authentication flow and dashboard screens using styled components. Integrated real-time chat functionality with WebSockets for seamless communication between users and coaches on React Native application.

Achievements

  • Created and maintained reusable Next js internal code template
  • Developed a backend API using express js and node sharp for compressing, editing and resizing images
  • Delivered 20+ SEO friendly websites using Next js for leading modeling agencies
  • Developed microservices with Node.js for HTML to PDF generation, sending email, image uploading to Firebase etc

Major Projects

4Projects

Website Development

Jan, 2023 - Present3 yr 5 months

    Delivered 30+ SEO friendly websites using Next.js for leading modeling agencies.

Image Processing API

Feb, 2023 - Present3 yr 4 months

    Developed a backend API using express.js and node sharp for image editing tasks which allows us to resize, crop, add filters, compress images.

    This microservice is used on our official mediaslide tool which handles more than 1000 images being processed by different clients on daily basis using our backend tool.

IMG Models

MEDIASLIDE
Jan, 2022 - Present4 yr 5 months
    Made the official website from scratch for one of the world's top modeling agencies based in Europe using Next.js, ensuring high performance, scalability, and seamless user experience.

The Industry Models

Jan, 2023 - Present3 yr 5 months
    Built their official website leveraging Next.js.

Education

  • Bachelor of Science in Mathematics (Honors)

    Delhi University (2021)

Interests

  • Cricket
  • Watching Movies
  • Gyming
  • Reading
  • AI-interview Questions & Answers

    So my name is Baba Pommar. I'm a full stack web developer. I have four years of experience, and currently, I'm working with the organization named MediaSlide. My current role in my organization is that I work as a front-end developer. I make portfolio websites for modeling agencies. And for making the websites, we use Next.js, which is a React framework to make the websites that are SEO friendly and are server-side rendered, providing fast user experience. And apart from that, I have experience working with technologies like React.js, Next.js, Node.js, and Express.js. And for databases, I have experience working with MongoDB, Express.js, and also Happy.js. And apart from that, I also work with the back-end team to create microservices. For microservices, we have created a microservice to send emails, which is used among our 200-plus websites. And there is another microservice that I have created recently, which we use to create various operations on images, such as uploading images to Google Cloud Storage, and then performing actions like cropping images, applying filters, increasing brightness, contrast, etc.

    So important keyword is used to enforce the property of a CSS. So, in CSS, the first preference is the inline CSS. For example, we have a p tag. We apply style to it using the style tag. We use the style tag and just add the background color of red. And let's say we give that particular tag a class name of a demo. So, then we apply a CSS rule 2 dot demo, and we apply color red. So, it won't take effect. The inline style, let's say, which we applied as blue, so that p tag will be shown as blue because inline styles are given more priority. But we can override every styling by using the important keyword. So, if we write dot, this important keyword, we can override the previous styling. However, the consequence of using it is that it cannot be overridden again. So, let's suppose if you have applied this dot important and then you are applying a media query. So, that will not take place because important has the most priority. So, it will always be red color. It will have an effect when you apply a media query and you want to apply different properties.