- ๐ 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
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