Skip to content
View shubhamwagdarkar's full-sized avatar

Block or report shubhamwagdarkar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
shubhamwagdarkar/README.md

Hi, I'm Shubham πŸ‘‹

I build automation systems and AI-powered tooling for enterprise IT teams. Currently at Resolve Systems in the Bay Area, where I work across platform product management, workflow engineering, and content architecture.


What I work on

Most of my day involves making complex IT processes run without human intervention. That means designing workflows in Resolve, writing Groovy and PowerShell scripts that talk to APIs, and figuring out where AI can replace a decision tree.

Lately I've been deep into:

  • AI-powered resume screening with a Claude API pipeline (Haiku pre-filter β†’ Opus deep eval β†’ HTML report)
  • Microsoft Graph automation for Entra ID / Azure AD user operations
  • Playwright end-to-end testing for workflow validation
  • A GitHub migration for Resolve's automation activity library

Tech I use regularly

Automation & Scripting β€” Resolve Action Pro, Groovy, PowerShell, Python, C#, Ansible
Cloud & Identity β€” Azure, Entra ID, Microsoft Graph API, AWS Secrets Manager, CyberArk
Data & Monitoring β€” PostgreSQL, MSSQL, Grafana, Amplitude, Tableau
Dev & CI/CD β€” GitHub, Jenkins, Docker, Playwright
ITSM & PM β€” ServiceNow, Jira, Confluence, Salesforce


Background

My path into product came through engineering. I spent years building automation systems before moving into defining what gets built, which means I can read a stack trace and write a user story in the same hour. Before Resolve, I was a team lead and automation engineer at Softenger India, building out enterprise automation workflows and integrations at scale.

MBA from CSU Chico (Enterprise Information Systems). B.E. in IT from Savitribai Phule Pune University.


Repos worth looking at

  • enterprise-incident-auto-router β€” Polls ServiceNow for unassigned incidents, classifies them with keyword + ML routing, auto-assigns via REST API. PostgreSQL audit log.
  • workflow-execution-tracer β€” Instruments distributed workflow executions, measures latency, detects bottlenecks, alerts via Slack, visualizes in Grafana.
  • powershell-credential-vault-checker β€” Audits Azure Key Vault, Windows Credential Manager, CyberArk, AWS Secrets Manager, and BeyondTrust. Severity-ranked output with CSV/JSON export.
  • rabbitmq-event-monitor β€” Real-time RabbitMQ queue health monitor with dead-letter queue alerting via Slack.

πŸ“ California, USA Β Β |Β Β  πŸ’Ό LinkedIn

Pinned Loading

  1. enterprise-incident-auto-router enterprise-incident-auto-router Public

    Polls ServiceNow for unassigned incidents, classifies them with keyword + ML routing, and auto-assigns to the correct team via REST API. PostgreSQL audit log included.

    Python

  2. jenkins-pipeline-analyzer jenkins-pipeline-analyzer Public

    Jenkins REST API client that analyzes build history and generates interactive HTML reports pass rates, flakiness scores, duration trends, and job health across all pipelines.

    Python

  3. powershell-credential-vault-checker powershell-credential-vault-checker Public

    PowerShell audit tool for Azure Key Vault, Windows Credential Manager, CyberArk PAM, AWS Secrets Manager, and BeyondTrust Password Safe. Severity-ranked findings, CSV/JSON export, CI/CD exit codes,…

    PowerShell

  4. rabbitmq-event-monitor rabbitmq-event-monitor Public

    Real-time RabbitMQ queue health monitor β€” queue depth, consumer lag, dead-letter queue alerts via Slack. Built for enterprise AIOps environments.

    Python

  5. workflow-execution-tracer workflow-execution-tracer Public

    AIOps: instruments distributed workflow executions β€” traces steps, measures latency, detects bottlenecks, alerts via Slack, visualizes in Grafana

    Python