Vikram Gupta
Senior Software Engineer at Integral Ad Science
Expertise: Software engineering
Education: Vishwakarma Institute Of Technology

Vikram Gupta is a senior software engineer at Integral Ad Science. Gupta has been a software engineer since he graduated with his degree in computer science in 2018.

Sort By
Most Recent
Most Recent
Oldest
3 Articles
Freeware image of a laptop on a table. On the screen we see the word "Installing" and a progress bar.
Freeware refers to software that requires no paid licenses to use the application, no fees or donations, no restrictions on how many times you can download or open the program, and no expiration date.
Repository image of miniature binders piled up on a laptop keyboard
A repository (or repo) is a centralized location where project files and resources are stored. It allows for collaboration, version control and organization of a software system. Here’s how a repository works and how to create your own.
git-reset-soft-head
The git reset command modifies Git commit history and lets you return to a specific commit with three options: --soft keeps changes staged, --mixed unstages changes and --hard unstages changes and removes them from the working directory.