- 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, , and WPF/MAUI or Razor/Blazor.
Pinned Loading
-
MailKitSimplified
MailKitSimplified PublicSend and receive emails easily, fluently, with one line of code for each operation.
-
O(n) Luhn check
O(n) Luhn check 1public class Luhn
2{
3public static bool CheckLuhnDigit(string digits, int last = 1)
4{
5var checksum = CalculateLuhnDigit(digits, last);
-
CustomAuthenticationApp
CustomAuthenticationApp PublicBlazor WebAssembly website with authentication injected as a service
C#
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.