๐ Hello from Grand Rapids! I'm Vic, your friendly neighborhood developer.
- ๐ I'm born, raised, living in Grand Rapids, and passionate about the local community
- ๐ผ I'm currently working professionally as a senior software engineer at
- โค๏ธโ๐ฅ I'm passionate about digital innovation, the developer experience, and solutions that help people achieve more
- ๐ฑ Iโm currently learning cloud native technologies and artificial intelligence
- โ 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 a gamer by night and enjoy playing epic RPGs, zany platformers, and artistic indies
- ๐ก I'm happily married to my wife Anna, with two dogs, Maya and Gin
- ๐ฌ Ask me about .NET, React, Azure, GitHub, or cloud native solutions
- ๐ซ Get in touch with me at:
My first program was a C# console application in 2017 that is found below. This was created in my introduction to programming course at
// 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





