Skip to content
View colbytimm's full-sized avatar
:copilot:
:copilot:

Block or report colbytimm

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.

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

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

Report abuse
colbytimm/README.md
Header



  Hey folks, welcome to my profile! My name is Colby Timm and I'm a full-stack software engineer based out of Vancouver, Canada.  

  Tools and Technology

JavaScript TypeScript C# C Swift Python Go

Azure

Windows macOS Linux

  About Me

public class ColbyTimm
{
	public string Username { get; } = "colbytimm";

	public string Name { get; } = "Colby Timm";

	public string[] Pronouns { get; } = { "they", "them" };

	public string Blog { get; } = "https://www.codeandsorts.com";

	public string Position { get; } = "Architect, Full-Stack Software Engineer";

	public string Employer { get; } = "Slalom";

	public string Location { get; } = "Vancouver, Canada 🇨🇦";

	public string[] Interests { get; } = {
		"Cloud-native architecture",
		"Open source",
		"LLMs and prompt engineering",
		"Inclusive tech",
		"History & languages"
	};
	public string[] Roles { get; } = {
		"Developer",
		"Tinkerer",
		"ERG Organizer",
		"Facilitator",
		"Cat lover 🐈"
	};

	public string Tagline => "Curiously exploring tech with empathy.";

	public void SayHi()
	{
		Console.WriteLine("👋 Hi, I'm Colby! Let's build something awesome.");
	}
}

Empathy and Trans Rights Gay Pride Flag

Equality Matters

I believe all people are equal, deserving of dignity, respect, and opportunity—regardless of race, gender, identity, or background.
Trans rights are human rights, and inclusion isn’t optional.


Pinned Loading

  1. Code-and-Sorts/awesome-copilot-instructions Code-and-Sorts/awesome-copilot-instructions Public

    ✨ A curated list of awesome GitHub instructions, prompt and chatmode markdown files for enhancing your GitHub Copilot AI experience.

    238 21

  2. Code-and-Sorts/cookiecutter-api Code-and-Sorts/cookiecutter-api Public

    Cookiecutter API templates for Azure Function Apps, AWS Lambdas, and Google Cloud Functions.

    C# 3

  3. Code-and-Sorts/PromptDrifter Code-and-Sorts/PromptDrifter Public

    🧭 PromptDrifter – one‑command CI guardrail that catches prompt drift and fails the build when your LLM answers change.

    Python 3

  4. Code-and-Sorts/PromptDrifter-action Code-and-Sorts/PromptDrifter-action Public

    PromptDrifter Action to use the 🧭 PromptDrifter – one‑command CI guardrail that catches prompt drift and fails the build when your LLM answers change.

    Shell 2