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 1 month

    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 1 month
    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 1 month

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

Image Processing API

Feb, 2023 - Present3 yr

    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 1 month
    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 1 month
    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 4 years of experience, and, currently, I'm working with the organization named MediaSlide. My current role in my organization is 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 which are SEO friendly and are server side rendered and provide fast user experience. And apart from that, I have experience working with the technologies like, uh, React JS, Next JS, Node JS, Express JS. And for the databases, I have experience working with MongoDB as well, Expressjs, and Happyjs as well. And apart from that, I also work with the back end team to create microservices. And for microservices, we have created a microservice to send the emails, which is used among our 200 plus websites. And there is another microservice, which I have created recently, which we use to create various operations on image, like uploading image to Google Cloud Run Not Google Cloud Run, but Google Storage. And then performing actions like cropping image, applying filters, increasing brightness, contrast, etcetera.

    So important keyword is used to enforce the property of a CSS. So, like, in CSS, first preference is the inline CSS. Like, for example, we have a p tag. We apply style to it. Like, 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 and then we apply a CSS 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 style are given the more priority. But we can override every styling by using the important keyword. So if we write dot, uh, this not important keyword, so we can override the previous styling. But consequences of using is that it cannot be replaced 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 is, uh, has the most priority. So it will always be red color. So it will have effect on when you apply media query and you want to apply different properties.