public sealed class Rick : SoftwareEngineer
{
/// <summary>
/// Regnum is a (online) medieval real-time strategy game, made in Unity.
/// </summary>
public string CurrentProject => "Regnum";
/// <summary>
/// An object–relational mapping framework written in .NET 6.
/// <para> See <see cref="https://github.com/rickvdlaan/sharpsql"/></para>
/// </summary>
public string PreviousProject => "SharpSql";
/// <summary>
/// Backend programming languages I've used extensively:
/// </summary>
public Backend Backend => Backend.CSharp |
Backend.Delphi | // Object Pascal
Backend.Sql;
/// <summary>
/// Frontend I've used extensively:
/// </summary>
public Frontend Frontend => Frontend.XAML |
Frontend.HTML |
Frontend.CSS3;
/// <summary>
/// The tools I use to do my job well:
/// </summary>
public Tool Tools => Tool.Rider
Tool.VisualStudio2022 |
Tool.SqlServerProfiler18 |
Tool.SSMS |
Tool.Spotify;
/// <summary>
/// NuGet packages that make my code better:
/// </summary>
public NuGetPackage Packages => NuGetPackage.BenchmarkDotNet |
NuGetPackage.NUnit |
NuGetPackage.NSubstitute |
NuGetPackage.Moq |
NuGetPackage.MsDependencyInjection;
/// <summary>
/// Other languages I've used (briefly) in the past:
/// </summary>
public Other Other => Other.Cpp |
Other.Java |
Other.JavaScript |
Other.TypeScript |
Other.AspClassic;
}
GitHub & programming stats:
Current project:
[Private repository]
https://www.regnumgames.nl/
Retired project(s):
Private project(s):
Multiple other private repositories made over the years, which were made for fun. These projects include projects such as:
- Websites;
- Web applications;
- 3D games:
- Mobile game with procedural level generation
- Web-based board game