8000 GitHub - victorfrye/victorfrye: ๐Ÿ‘‹ My first repository and an introduction to me as a developer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

๐Ÿ‘‹ My first repository and an introduction to me as a developer

License

Notifications You must be signed in to change notification settings

victorfrye/victorfrye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

65 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Victor Frye

๐Ÿ‘‹ Hello from Grand Rapids! I'm Vic, your friendly neighborhood developer.

GitHub followers GitHub stars

About me

  • ๐ŸŒŽ I'm local and active in the Grand Rapids developer community
  • ๐Ÿ’ผ I'm currently employed professionally as a senior software engineer at Leading EDJE
  • โค๏ธโ€๐Ÿ”ฅ 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
  • ๐Ÿ’ฌ Ask me about DevOps, Azure, .NET, GitHub, AI, or cloud native solutions
  • ๐Ÿ“ซ Get in touch with me on Threads, BlueSky, LinkedIn, or send an email

Languages and Tools

C# JavaScript TypeScript PowerShell .NET Node.js React.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

0