Conor Murphy

Conor Murphy

.NET developer specializing in mobile apps

conorcodes
using System;
using Location = "Liverpool, England";
#region About
/// <summary>
/// A developer focused on building simple, reliable software.
/// Currently focused on .NET MAUI and full-stack development.
/// </summary>

public string GetAbout(string name = "Conor")
{
Console.WriteLine($"Hey, I'm {name} 👋");

var profile = new
{
Stack     = ".NET, C#, MAUI, APIs, SQL",
Focus     = "Mobile apps, Clean code, Great UX",
Now       = "Full-stack chat app with SignalR",
Interests = "Cooking, training, hiking, gaming"
};

// TODO: keep learning, stay curious.
return "not sure this actually compiles but you get the idea";
}
#endregion

Contact

C
Command Prompt - C:\Users\Conor\Contact
C:\Users\Conor> whoami
Conor Murphy
.NET developer specializing in mobile apps
C:\Users\Conor> contact --info

Recent Projects

C
Command Prompt - C:\Users\Conor\Projects\Recent
C:\Users\Conor\Projects\Recent> dir
Volume in drive C is Windows
Volume Serial Number is 1A2B-3C4D
Directory of C:\Users\Conor\Projects\Recent
// NOTE: Thanks for stopping by! 👋