Skip to content
View RickvdLaan's full-sized avatar
💻
Software engineer
💻
Software engineer
  • The Netherlands
  • 04:09 (UTC +02:00)
Block or Report

Block or report RickvdLaan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RickvdLaan/README.md
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:

Rick's GitHub stats

Rick's top 5 used languages

Current project:

[Private repository]
https://www.regnumgames.nl/

Retired project(s):

Readme Card

Readme Card

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

Popular repositories

  1. SharpSql SharpSql Public

    SharpSql - a simple ORM (object–relational mapping) framework written in .NET 6.0.

    C# 2

  2. AmstaBoard AmstaBoard Public

    AmstaBoard is a web application for closed wards; used to improve the independence and self-reliance of its residents.

    C#

  3. RickvdLaan RickvdLaan Public