Skip to content

Commit 6910157

Browse files
Update personal projects list
1 parent 6eac50f commit 6910157

File tree

2 files changed

+29
-7
lines changed

2 files changed

+29
-7
lines changed

Home/Components/Skill.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ public partial class Skill : ComponentBase
2222
: $"{Duration} year{(Duration == 1 ? string.Empty : "s")}";
2323

2424
public string TimeframeStr => EndYear == null
25-
? $"{StartYear}-"
25+
? $"{StartYear}->"
2626
: $"{StartYear}-{EndYear}";
2727
}

Home/Pages/Index.razor

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<Row>
77
<Box Title="Hello there!">
88
<p>
9-
I started programming in High School, and have had a passion for it ever since.
10-
The first language I ever used was Java and it will always have a soft spot in my heart, however since then I have learned and grown to love many other languages such as C#, C++, Python, and JavaScript.
9+
I started programming in High School, and have had a passion for it ever since.
10+
The first language I ever used was Java and it will always have a soft spot in my heart, however since then I have learned and grown to love many other languages such as C#, C++, Python, and JavaScript.
1111
The best thing to me about being a Software Developer is the constant need to learn and hone your skills with how quickly new technologies and best practices are released.
1212
<br />
1313
<br /> Some qualities for developing software that I think are important:
@@ -64,7 +64,6 @@
6464
</Row>
6565
</Box>
6666
</Row>
67-
<p class="footnote">+ means I am currently working with this tech</p>
6867
</Box>
6968
</Row>
7069

@@ -84,14 +83,37 @@
8483
BaldersGait is a goofy little idle game I am developing in my free time.
8584
<br />Used: Avalonia, C#, Git
8685
</p>
86+
<h4><a href="https://github.com/CorruptComputer/Shipyard" target="_blank" rel="noopener">Shipyard</a>:</h4>
87+
<p>
88+
Shipyard is a .NET application to package .NET applications on Linux.
89+
Currently supports RPM packages, more formats in development.
90+
<br />Used: C#, Git, NuGet
91+
</p>
92+
<h4><a href="https://github.com/CorruptComputer/ReQuesty" target="_blank" rel="noopener">ReQuesty</a>:</h4>
93+
<p>
94+
Fork of Kiota, an OpenAPI based HTTP Client code generator.
95+
Changing this to better suit my needs.
96+
<br />Used: C#, Git, NuGet
97+
</p>
8798
</Box>
8899
<Box TitleType="TitleType.H3" Title="Maintaining" BackgroundColorOverride="#454d6a">
89100
<h4><a href="https://github.com/CorruptComputer/home" target="_blank" rel="noopener">My Website</a>:</h4>
90101
<p>
91-
The site you're currently looking at.
102+
The site you're currently looking at.
92103
I am not a designer, but I hope it still looks alright!
93104
<br />Used: Blazor WebAssembly, Cloudflare, CSS, C#, Git, HTML
94105
</p>
106+
<h4><a href="https://github.com/CorruptComputer/Questy" target="_blank" rel="noopener">Questy</a>:</h4>
107+
<p>
108+
Fork of MediatR from before their license change.
109+
Maintaining for my own projects that depend on it, no plans for major changes.
110+
<br />Used: C#, Git, NuGet
111+
</p>
112+
<h4><a href="https://github.com/CorruptComputer/Beepsky" target="_blank" rel="noopener">Beepsky</a>:</h4>
113+
<p>
114+
Spiritual successor to Officer-Beepsky, this bot was rewritten in C# and uses NetCord.
115+
<br />Used: C#, Git
116+
</p>
95117
</Box>
96118
<Box TitleType="TitleType.H3" Title="End of Life" BackgroundColorOverride="#454d6a">
97119
<h4><a href="https://github.com/CorruptComputer/ProtonDB-Tags" target="_blank" rel="noopener">ProtonDB Tags</a>:</h4>
@@ -101,8 +123,8 @@
101123
</p>
102124
<h4><a href="https://github.com/CorruptComputer/Officer-Beepsky" target="_blank" rel="noopener">Officer-Beepsky</a>:</h4>
103125
<p>
104-
Officer-Beepsky is an open source Discord bot.
105-
I made it for some friends and myself to use in order to play music and manage our server.
126+
Officer-Beepsky is an open source Discord bot.
127+
I made it for some friends and myself to use in order to play music and manage our server.
106128
It was built with Discord4J as its main API to use to connect to Discord.
107129
<br />Used: Bash, Git, Gradle, Java, PowerShell
108130
</p>

0 commit comments

Comments
 (0)