Skip to content
View danzuep's full-sized avatar
Block or Report

Block or report danzuep

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
danzuep/README.md

About Me

  • My wife and I are Kiwis 🥝 (i.e. from New Zealand) currently living in Hong Kong.
  • At university I studied Electrical and Electronic Engineering with a minor in software and computing, but ended up doing Software Engineering full time including starting my own freelance contracting business.
  • I enjoy designing full-stack solutions from scratch, most commonly with SQL or MongoDB, C# .NET, and WPF/MAUI or Razor/Blazor.

Visits

Pinned

  1. MailKitSimplified MailKitSimplified Public

    Send and receive emails easily, fluently, with one line of code for each operation.

    C# 58 7

  2. O(n) Luhn check O(n) Luhn check
    1
    public class Luhn
    2
    {
    3
        public static bool CheckLuhnDigit(string digits, int last = 1)
    4
        {
    5
            var checksum = CalculateLuhnDigit(digits, last);
  3. OpenBible OpenBible Public

    Open-source, cross platform Bible app written in C# MAUI for mobile and PC, and a Blazor SPA for the web.

    C# 3

  4. CustomAuthenticationApp CustomAuthenticationApp Public

    Blazor WebAssembly website with authentication injected as a service

    C#

  5. LocalGuideAI LocalGuideAI Public

    Project for Microsoft Hack Together: The Great .NET 8 Hack

    C#

  6. GenericDatastore GenericDatastore Public

    Generic EF/Mongo datastore

    C#