Skip to content
View analogrelay's full-sized avatar
๐Ÿ’–
๐Ÿ’–

Organizations

@aspnetvnexthackathon @dotnet-foundation
Block or Report

Block or report analogrelay

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 100 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
analogrelay/README.md

Ashley Stanton-Nurse (she/her)

Mario waves hello

๐Ÿ‘‹ I'm an engineer at Regression Games building cool stuff.

๐Ÿ  I live in Seattle ๐Ÿ‡บ๐Ÿ‡ธ, grew up in Vancouver ๐Ÿ‡จ๐Ÿ‡ฆ, and have lots of family in ๐Ÿ‡ฌ๐Ÿ‡ง.

โ“ Got a question for me? Just file an issue in my personal repo.

๐Ÿ”ญ Working on Regression Games, ๐Ÿ‘ถ parenting.

๐Ÿ• Previously: ASP.NET Core, SignalR, NuGet, Razor, :octocat: GitHub

๐ŸŒฑ Learning Go, re-learning Ruby.

๐Ÿ•น๏ธ Play Nintendo, PS5, Board Games, D&D.

๐Ÿ‘ทโ€โ™€๏ธ Building a ๐ŸŽฎ NES emulator, an operating system, and other fun stuff.

๐Ÿ’ฌ Ask me about .NET, ASP.NET, Rust

Contact Me

Cryptographic Identities

The following Cryptographic Identities are associated with me:

  • SSH Git Signing Key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEjRwisd5P4UEZtXMO19uk+ly2Jbu9LgLmGmlmWz7Mbh
  • PGP Git Signing Key: 42ECAC889F98413E5C23970604277A6059CB213C (on keyserver.ubuntu.com)
  • PGP Email Key: 8C18BFDC0BD12A86615893D51408A22DB14E40D8 (on keyserver.ubuntu.com)

Pinned

  1. dotnet/aspnetcore dotnet/aspnetcore Public

    ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

    C# 34.4k 9.7k

  2. dotnet/AspNetCore.Docs dotnet/AspNetCore.Docs Public

    Documentation for ASP.NET Core

    C# 12.4k 25.3k

  3. advent-of-code advent-of-code Public

    My solutions to http://adventofcode.com/

    Go 2

  4. dotnet/corefx dotnet/corefx Public archive

    This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime

    17.7k 5k

  5. dotnet/cli dotnet/cli Public archive

    The .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).

    3.5k 1.1k

  6. My Command Line Template My Command Line Template
    1
    using System;
    2
    using System.Runtime.Serialization;
    3
    
                  
    4
    namespace MyTool
    5
    {