Skip to content
View StevanFreeborn's full-sized avatar
⌨️
⌨️

Highlights

  • Pro

Block or report StevanFreeborn

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
StevanFreeborn/README.md
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

  1. nvim-confignvim-configPublic

    This is the configuration I use for neovim.

    Lua 30 5

  2. bgrbgrPublic

    This is a background removal app that uses machine learning models to remove the background from an image.

    C# 9 3

  3. blog.stevanfreeborn.comblog.stevanfreeborn.comPublic

    The source code for my blog.

    JavaScript 6

  4. stream-shortsstream-shortsPublic

    An application to create short form videos from long form content.

    C# 5 1

  5. termatotermatoPublic

    A minimal and unintrusive Pomodoro timer written in Rust for the terminal.

    Rust 3

  6. watchexec.nvimwatchexec.nvimPublic

    Lua 3