Skip to content
View Sharma-IT's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report Sharma-IT

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
Sharma-IT/README.md
const shubhamSharma = {

    name: 'Shubham Sharma',

    pronouns: 'Him',

    status: "Senior Software Quality Engineer",

    technologies: {

        programmingLanguages: ["Python", "JS", "TS", "Rust", "C#", "PowerShell", "Bash", "HTML", "CSS"],

        operatingSystems: ["Kali Linux", "Arch Linux", "QubesOS", "Whonix", "NixOS", "Dragora"],

        testingTools: ["Cypress", "Playwright", "Puppeteer", "Jest", "Cucumber", "JMeter", ,"k6", "TestCafe"],

        IDEs/editors: ["VS Codium", "Neovim", "Vim", "Copilot", "Cursor", "JetBrains AI", "Zed", "GNU Nano"],

        devOps: ["Git", "GitHub", "GitLab", "Buildkite", "Jenkins", "Terraform", "Docker", "Bamboo", "AWS"]

    },

    learning: ["Penetration Testing", "DevSecOps", "IoT Security", "Generative AI", "Distributed Systems"],

    hobbies: ["Chess", "Badminton", "Boxing", "Yoga", "Meditation", "Audiophilia", "Indian Studies"],

    interest: ["Arthouse Cinema", "Audio Antiquing", "Vedic Metaphysics", "History", "JDM Cars", "Nutrition"],

    contact: ["shubhamsharma.emaills@gmail.com", "https://www.linkedin.com/in/sharma-it"]

  };
  
const aboutMe = {

  greeting: `👋🏽 Hi there! My name is Shubham (pronounced Shoob-hum), thanks for visiting my GitHub page!`,
  
  about: `👨🏽‍💻 I am a Computer Science graduate and IT professional who has dedicated the last few years to
  building a career in Software Quality and Testing. I have passions for software quality, automation,
  testing, accessibility, performance, UI/UX, CI/CD, BDD, FOSS, Agile, IaC, DevOps, LLMs, scripting and
  cybersecurity. If you'd like to learn about the professional impact I have made in the Software Quality
  domain, please have a look at my LinkedIn profile.`,
  
  work: `🤖 I'm a big proponent of using automation and/or scripting to maximise productivity and improve
  the efficiency of one's workflow. I leverage these skills to streamline repetitive tasks, both simple
  or complex. Such as to fill in payroll hours or to automate the testing of an appication used by
  more than 1,000,000 users (I use a shell script for the former, and a Cypress-based framework for the
  latter).`,
  
  interests: `💻 My next most significant IT-related passion besides Software Quality, lies in the field
  of cybersecurity. I majored in cybersecurity for my Computer Science degree and am an avid InfoSec and
  OpSec enthusiast. I have developed multiple FOSS cybersecurity-related projects(that you can find here)
  such as a password generator, password strength checker and an all-in-one script that employs multiple
  types of penetration tests onto a target website. I'm excited to build more tools such as a MAC address
  changer, network scanner, ARP/DNS spoofer, packet sniffer and more.`,
  
  conclusion: `🤝 I really appreciate it if you've made it this far, hopefully I've given you a proper
  and not too long of an overview of my skills and interests. Please feel free to explore my GitHub
  repositories and profile to learn more about my projects. I welcome any anyone who also wants to 
  contribute. Don't hesitate to reach out if you have any questions or just want to connect and exchange
  ideas. Let's continue to build solutions that streamlines and improves our workflows, giving us the
  headspace and flexibility we need in our busy lives.`,
  
  contact: `📫 You can reach me through email, LinkedIn or even here, in the discussion sections of my repos.`

};

const life_status = succeed ? party : tryAgain;

function party() {
  console.log("Trying again");
} 

function tryAgain() {
  console.log("Let's party!");
}

life_status();

Pinned

  1. password-generator password-generator Public

    For those who still don't use a password manager but want to use stronger passwords; a powerful, secure and simple open-source password generator.

    Python 2 1

  2. ADB-automation-tool ADB-automation-tool Public

    Automate Android device management with this Bash script for ADB. Connect to devices, get device details, download data, run diagnostics, and reboot with command line options. Includes logging to s…

    Shell 1

  3. penetration-testing-toolkit penetration-testing-toolkit Public

    All-in-one Python script that automates the employment of multiple types of penetration tests and security assessment tasks onto a target website, such as information gathering, vulnerability scann…

    Python 1

  4. Manual-BK-Release-Automation-Framework Manual-BK-Release-Automation-Framework Public

    Manual BK Release Automation Framework: Automation framework designed to automate build deploys and releases, with a focus on compatibility with Buildkite. It is intended to work in conjunction wit…

    JavaScript

  5. Software-QA-Resources Software-QA-Resources Public

    Software QA Resources: This repository contains a collection of software quality assurance (SQA) resources that have been developed to enhance the testing practices and processes for any Software D…

    Shell

  6. skipped-tests-finder skipped-tests-finder Public

    Command-line tool that scans your project or test suites and identifies any skipped tests or test suites. It provides a convenient way to keep track of skipped tests and ensure that they are addres…

    JavaScript