namespaceStevanFreeborn;publicsealedclassGitHubProfile{publicIdentityMe{get;init;}publicTechStackStack{get;init;}publicEngineeringLogCurrentWork{get;init;}publicInterestsPersonal{get;init;}publicGitHubProfile(){Me=newIdentity(Name:"Stevan Freeborn",Role:"Quality Engineer",Location:"Olathe, Kansas");Personal=newInterests();Stack=newTechStack(new[]{"C#","TypeScript","Go","Rust",});CurrentWork=newEngineeringLog();CurrentWork.AddProject("FiscalOS","A simple personfal finace app.");CurrentWork.AddProject("netdi","Bring the .NET DI system to TypeScript.");CurrentWork.AddProject("stream-shorts","Create short form content from long form content");CurrentWork.AddProject("stream-shorts","Create short form content from long form content");CurrentWork.AddProject("termato","Pomodoro time in your terminal.");CurrentWork.AddProject("termchat","Who doesn't want chat in their terminal?");CurrentWork.AddProject("termtier","Tier lists in the terminal.");CurrentWork.AddProject("Zoeae","My notepad app. It is built in Rust btw.");}}publicsealedrecordIdentity(stringName,stringRole,stringLocation);publicsealedclassInterests{publicstringCoffee=>"I'll drink any of it, but the stronger the better.";publicstringTech=>"Windows, Terminal, and Neovim...it gets weird.";publicstringWeightlifting=>"You can take the bro out of the gym, but not the gym out of the bro";}publicsealedclassTechStack(IEnumerable<string>Languages){publicIEnumerable<string>Primary=>Languages;}publicsealedclassEngineeringLog{privatereadonlyDictionary<string,string>_projects=new();publicvoidAddProject(stringname,stringdesc)=>_projects[name]=desc;}Pinned Loading
- stream-shorts
stream-shorts PublicAn application to create short form videos from long form content.
- watchexec.nvim
watchexec.nvim PublicLua 3
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.
Uh oh!
There was an error while loading. Please reload this page.





