Skip to content
View stesta's full-sized avatar
:octocat:
:octocat:

Highlights

  • Pro

Organizations

@TestaSoftware

Block or report stesta

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

Hi! 👋

type Person = {
    name: string;
    role: string;
    location: string;
}

let me = {
    name = "Steve Testa"
    role = "Software Developer"
    location = "Cleveland, Ohio"
} 

let greetingsFrom person = $"{person.name}, thanks you for stopping by!"

greetingsFrom me

🛠️ Tools and Languages

DotNet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet dotnet

Twitter Follow

Pinned Loading

  1. edit-nupkg-manifest edit-nupkg-manifest Public

    Updates/Overrides a Package Manifest (.nuspec) in an existing NuGet Package

    TypeScript 2

  2. ProjectEuler ProjectEuler Public

    Project Euler Solutions (C#, Haskell, and Python)

    C# 1

  3. ComputingSystem ComputingSystem Public

    Elements of Computing Systems. The core components of a modern computer: logic gates, the alu, etc. Built from the ground up.

    Hack

  4. Talks Talks Public

    Presentation on IoC and Dependency Injection

    JavaScript 2