Skip to content
View pcgeek86's full-sized avatar
🍺
πŸ₯“
🍺
πŸ₯“

Organizations

@artofshell
Block or Report

Block or report pcgeek86

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
pcgeek86/README.md

Hello, I'm Trevor Sullivan πŸ‘‹πŸ»

I've been working in the software industry since early 2004. The technologies I have worked with include Microsoft Azure, Amazon Web Services (AWS), PowerShell, Golang, Rust, Python, JavaScript, MySQL, GitHub, Kubernetes, and many others. Over the years, I have produced many videos on my YouTube channel πŸ“Ί, especially around cloud and automation topics.

I'm building a new documentation website, with a focus on open source tools, at https://docs.opensrc.dev. This website is being built out using the Docusaurus JavaScript framework. My objective is to share unique tips and tricks to help people be more productive in software development and deployment.

On social media, you can find me on LinkedIn πŸ‘¨πŸ»β€πŸš€.

Video Training Content

When I produce content for my followers, my primary objective is to promote knowledge that other people can use in their own environments. I genuinely hope that people who see my videos, read my articles, or use my open source tools, will experience less friction in their software journey.

Pinned

  1. PSGitHub PSGitHub Public

    This PowerShell module contains commands to manage GitHub through its REST API.

    PowerShell 178 39

  2. PowerEvents PowerEvents Public

    PowerEvents is a PowerShell module that assists in the registration of WMI permanent event subscriptions.

    PowerShell 64 8

  3. PowerShell Cheat Sheet / Quick Refer... PowerShell Cheat Sheet / Quick Reference
    1
    Get-Command                                               # Retrieves a list of all the commands available to PowerShell
    2
                                                              # (native binaries in $env:PATH + cmdlets / functions from PowerShell modules)
    3
    Get-Command -Module Microsoft*                            # Retrieves a list of all the PowerShell commands exported from modules named Microsoft*
    4
    Get-Command -Name *item                                   # Retrieves a list of all commands (native binaries + PowerShell commands) ending in "item"
    5
    
                  
  4. PSPuTTY PSPuTTY Public

    The PSPuTTY PowerShell module enables you to manipulate PuTTY sessions on Windows.

    PowerShell 28 6

  5. azure-powershell-extensions azure-powershell-extensions Public

    The Azure PowerShell Extensions project is intended to provide a pleasant user experience on top of the core Azure PowerShell experience.

    PowerShell 22 5

  6. youtube youtube Public

    A PowerShell module to manage YouTube content via the official REST API.

    PowerShell 23 7