Git Product home page Git Product logo
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

Rick van der Laan's Projects

amstaboard icon amstaboard

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

sharpsql icon sharpsql

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.