https://github.com/victorfrye/victorfrye
š My first repository and an introduction to me as a developer
https://github.com/victorfrye/victorfrye
azure csharp dotnet git github helloworld hireme introduction javascript nodejs personal powershell react resume terraform
Last synced: about 1 year ago
JSON representation
š My first repository and an introduction to me as a developer
- Host: GitHub
- URL: https://github.com/victorfrye/victorfrye
- Owner: victorfrye
- License: unlicense
- Created: 2018-01-30T23:03:23.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:46:30.000Z (over 1 year ago)
- Last Synced: 2025-03-29T00:22:15.959Z (about 1 year ago)
- Topics: azure, csharp, dotnet, git, github, helloworld, hireme, introduction, javascript, nodejs, personal, powershell, react, resume, terraform
- Homepage: https://linkedin.com/in/victorfrye
- Size: 358 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Victor Frye
š Hello from Grand Rapids! I'm Vic, your friendly neighborhood developer.
 
## 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](https://github.com/leadingedje)
- ā¤ļøāš„ 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](https://threads.net/@thevictorfryeadventure), [BlueSky](https://bsky.app/profile/victorfrye.com), [LinkedIn](https://linkedin.com/in/victorfrye), or send an [email](mailto:victorfrye@outlook.com)
## Languages and Tools
## 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.
```csharp
// 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](./samples/)