Skip to content
View victorfrye's full-sized avatar
๐Ÿšง
Maintenance mode, mostly focused on certs atm
๐Ÿšง
Maintenance mode, mostly focused on certs atm
Block or Report

Block or report victorfrye

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

Hello from Grand Rapids! ๐Ÿ‘‹

I'm Vic, your friendly neighborhood developer

  • ๐ŸŒŽ I'm based in Grand Rapids, Michigan
  • ๐Ÿ’ผ I'm currently employed professionally as a senior software engineer at Leading EDJE
  • โšก I recently launched two fun projects: (1) VictorFrye.com and (2) Microsoft Graveyard
  • ๐ŸŒฑ Iโ€™m currently learning cloud infrastructure and artificial intelligence
  • โค๏ธโ€๐Ÿ”ฅ I'm passionate about digital transformation, the developer experience, and solutions that help people achieve more
  • ๐Ÿ“˜ I'm actively pursuing cloud certifications for Microsoft Azure
  • โ˜• I'm powered by coffee and an enthusiast of home and local brews
  • ๐Ÿ“Ž I'm the number one Clippy fan and here to help
  • ๐ŸŽฎ I'm an avid gamer and enjoy playing RPGs and indies
  • ๐Ÿ“ซ Get in touch with me on Threads, LinkedIn, or send an email

Languages and Tools

C# JavaScript TypeScript PowerShell .NET Node.js React.js Next.js Git Terraform Docker Azure GitHub Windows

First Program

My first program was a C# console application in 2017 that is found below. This was created in my Introduction to Programming course at Davenport University.

// A simple hello world program in C#
using System;

public class HelloWorld
{
    public static void main(String[] args)
    {
        Console.WriteLine("Hello, world!");
    }
}

I have enjoyed recreating hello world programs in different languages and frameworks for myself and as a demonstration of languages I have familiarity with. Samples of these programs can be found here

Pinned

  1. microsoftgraveyard microsoftgraveyard Public

    ๐Ÿชฆ The virtual graveyard for remembering those killed by Microsoft

    TypeScript 89 7

  2. dotcom dotcom Public

    ๐ŸŽจ The landing page for your friendly neighborhood developer

    TypeScript 1

  3. dotfiles dotfiles Public

    โš™๏ธ My personal dotfiles to initialize Windows machine configuration

    PowerShell 3 2