Conor Murphy
.NET developer specializing in mobile apps
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";
}
Contact
C:\Users\Conor> whoami
Conor Murphy
.NET developer specializing in mobile apps
C:\Users\Conor> contact --info
Recent Projects
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