Skip to content
View AayushSaini101's full-sized avatar
💭
Working Remotely
💭
Working Remotely
  • Red Hat
  • Remote

Block or report AayushSaini101

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
AayushSaini101/README.md

Hi 👋, I'm Aayush

Part time Software Engineer, full time Open Source Contributor :)

📖 "long-life learner, forever an apprentice." 📖

aayushsaini101


🚀 About Me

  • 💻 Committer & TSC Member at AsyncAPI Initiative.
  • 🔧 Maintainer of the Run-Condition Plugin for Jenkins Organization.
  • 🏆 AsyncAPI Contributions:
    • Completed AsyncAPI Mentorship Program 2024 for AsyncAPI CLI and promoted to Maintainer.
    • Enhanced AsyncAPI Generator (2.4M+ Downloads) to support private template pulls.
    • Developed Git-Vote Bot for AsyncAPI Organization.
    • Created a workflow to track voting history across the Asyncapi Organisation.
    • Built Multiple new CLI command to create AsyncAPI templates.:
      • Pull private templates from the AsyncAPI registry.
      • Score command to evaluate AsyncAPI document quality.
  • 🛠 Jenkins Contributions:
    • Implemented a new probe in Plugin Health Tool to check for Release Drafter is present in 1800+ Jenkins Plugin.
    • Enhanced plugin health reports to display security issue links.
    • Created a probe to check build status on the main branch of a plugin.
    • GitHub: Plugin Health Scoring
  • 🌍 GSoC Mentor 2025:
    • Mentored students in Google Summer of Code (GSoC), guiding them in open-source development and project contributions.
  • 🌱 Learning about LLMs, Vector Databases, and System Design to enhance platform automation.
  • 🎤 Speaker at DevConf.IN 2025, presenting on Open Source Contributions & AI Applications.
  • 💬 Ask me about Open Source, Automation, and Platform Engineering.
  • 📫 How to reach me: LinkedIn | Topmate

🛠 Tech Stack:

java typescript python linux jenkins kubernetes docker git


📊 GitHub Stats:

aayushsaini101

 aayushsaini101

aayushsaini101


Pinned Loading

  1. asyncapi-template Public

    JavaScript

  2. checkstyle Public

    Forked from checkstyle/checkstyle

    Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly co…

    Java

  3. cli Public

    Forked from asyncapi/cli

    CLI to work with your AsyncAPI files. You can validate them and in the future use a generator and even bootstrap a new file. Contributions are welcomed!

    TypeScript 1

  4. community-website Public

    Forked from moja-global/community-website

    Community Website of moja global

    JavaScript

  5. generator Public

    Forked from asyncapi/generator

    Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!

    JavaScript

418 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 4 repositories

Created a pull request in asyncapi/html-template that received 6 comments

fix: add a check to fix the generation failed in the parallel execution

Resolves: #720

+11 −4 lines changed 6 comments
Opened 2 other pull requests in 2 repositories
Reviewed 6 pull requests in 2 repositories

Created an issue in asyncapi/generator that received 8 comments

Resolve Race Condition issue while generating outputs in a single directory using the Html Template

Run the script using the html-template: Related: asyncapi/cli#814 #!/bin/bash files=("file1.yml" "file2.yml" ) for f in "${files[@]}"; do asyncapi …

8 comments
Opened 4 other issues in 2 repositories
Loading