Skip to content
View stesta's full-sized avatar

Highlights

  • Pro

Organizations

@TestaSoftware @HylandEcosystem
Block or Report

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.

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
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

  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.

    Assembly

  4. Talks Talks Public

    Presentation on IoC and Dependency Injection

    JavaScript 2