Skip to content

Instantly share code, notes, and snippets.

View vinitshahdeo's full-sized avatar
🚀
Building world's first Large Pricing Model (LPM)

Vinit Shahdeo vinitshahdeo

🚀
Building world's first Large Pricing Model (LPM)
View GitHub Profile
@vinitshahdeo
vinitshahdeo / digital-footprint-for-software-engineers.md
Created March 9, 2026 09:55
Digital Footprint for Software Engineers — Why Your Online Presence Is the New Resume

digital-footprint-for-software-engineers-book

Digital Footprint for Software Engineers

Why Your Online Presence is the New Resume

Book Website Author Note

@vinitshahdeo
vinitshahdeo / peerlist.md
Created January 6, 2025 16:33
Add a Peerlist Badge to Your README

Add a Peerlist Badge to Your README

Description

Display a Peerlist profile badge in your GitHub README to showcase your professional profile and increase visibility.

Note

In case, Peerlist's GitHub Profile README doesn't work, use this as fallback.

Usage

data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQ4AAAEOCAQAAADSuDEuAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfoAwIUExiyxlN8AAAjsUlEQVR42u2d2ZNdx33fP7/uPtu9d+7sAAYESHDVxkWMbEuyFkqOrKjKSrxUrMRL2YkiJ4/5u5JUHvISV2Jnc3mLUrIlytZCiRQJgiCJAWa/y9m689B9zgVVLpf8QGJwpj8qEQQIDO6d872//vVvhUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJRCKRSCQSiUQikUgkEolEIpFIJBKJdMiDfgHn4p27B/1izicXVRzSC0JQiR6llTTYpm1psVEsnospDjF6K1/L8rwYJYVMpjt65zhdUJfN3fnNozeOTrAP+iWeB8yDfgEfOLJV7F3afmL0pN6TzWQz3TiZFptqYtNMmpKD6kfTPyr+19u3aR70C33wXCzLIWvpk1dvfJIvLF+wV93UJY1pzEwamWKoXI12Wel+UP3ne//ltR/b6qIfLxfIcqznT+5df3b9c/VL+x8q12qpMU5RM6d0TsbMRSPM8uw5NnavTP7jq985PbvY8rgolsO8eOnyJ8wX+WT99GxzqRtq15LKlJYD5sAUWKJQjLCuPdj50/o/vfvnN9+pqovrf+gH/QI+AOTJ6c8/9/hv2q8f//LxE/Nxq6CmkkYsKQlLljSUOBQLGhpaqUflDfuRjSuX9KhsmrK5mBZk8JZjbJ6+tvOF4qvLTx5froxzYKWiRQGWEQUzZiwQLCNaShSKlAScOh39SH+n+cvm2/deu31M+6DfywfNsMUhj02eeSH/1ZMvnz7VFA4BKmoaGjI2KZkzpaSmoQIcBn
@vinitshahdeo
vinitshahdeo / dailydotdev-markdown-badge.md
Last active March 2, 2024 20:01
Daily.dev Markdown Badge — Add a daily.dev Markdown Badge to showcase your daily.dev profile on your GitHub README.

Daily.dev Markdown Badge

Add a daily.dev Markdown Badge to showcase your daily.dev profile on your GitHub README.


Daily.dev @ vinitshahdeo

To add a daily.dev badge to your GitHub profile README, you can use the following markdown:

@vinitshahdeo
vinitshahdeo / openAPIServerUrlResolver.js
Last active April 22, 2023 16:05
Resolve server URL template with variables for an OpenAPI 3.x definition
/**
* Resolve server URL template with variables for an OpenAPI 3.x definition
*
* GitHub Repo: https://github.com/vinitshahdeo/openapi-url-resolver
* NPM Package: https://www.npmjs.com/package/openapi-url-resolver
*/
const openapiUrlResolver = require('openapi-url-resolver');
const spec = {
openapi: '3.0.0',
@vinitshahdeo
vinitshahdeo / RANDOM_USERS_API.md
Last active December 4, 2025 17:53
Design a React App to display a list of users in tabular form. You can use Random User API to fetch the list of users and tabulate name, email and city of the users.

Problem Statement

Design a React App to display a list of users in tabular form. You can use Random User API to fetch the list of users and tabulate name, email and city of the users.

Random User API: https://randomuser.me/api/?results=20

Additional Features

Add a search bar on the top to filter the users based on query terms. This should be an exhaustive search on email, name and city.

@vinitshahdeo
vinitshahdeo / NewtonSchool.md
Last active April 5, 2022 15:09
Important links for my mentees at Newton School
@vinitshahdeo
vinitshahdeo / COUNTDOWN_TIMER.md
Created February 22, 2022 12:35
Create a React App to display a basic timer (HH:MM:SS) with a reset button

Problem Statement

Create a React App to display a basic countdown timer in HH:MM:SS format with a RESET button. Clicking this will restart the timer.

Please refer the screenshot below.

Screenshots

@vinitshahdeo
vinitshahdeo / faculty.md
Last active January 21, 2022 18:25
Create a React App to display faculty information

Problem Statement

Create a React App (similar to this) to search faculties information. You can use data.json to populate the faculty information.

MyFaculty Demo

Additional feature

Display the count of suggestions and update it dynamically based on the user input.

@vinitshahdeo
vinitshahdeo / MasaiSchool.md
Last active November 5, 2022 20:37
Important links for Masai School Mentees