Skip to content
View mattncott's full-sized avatar

Block or report mattncott

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

Typing SVG

You should checkout my Github Pages

namespace MattNethercott
{
    public static class About : Me
    {
        public static IWorkPlace GetCurrentWorkPlace()
            => new WorkPlace
            {
                Company = "Blue Prism",
                Position = "Junior Developer"
            };

        public static IEnumerable<Technology> GetCurrentlyUsedTechnologies()
            => new List<Technology>
            {
                Technology.Net,
                Technology.VbNet,
                Technology.ReactJS,
                Technology.JavaScript,
                Technology.TypeScript,
                Technology.Docker,
                Technology.SQL,
                Technology.Azure
            };

        public static Technology GetWhatAmICurrentlyLearning()
            => Technology.Kubernetes;

        public static string GetMyGoal()
            => "To one day become a Software Architect";

    }
}

Popular repositories Loading

  1. running-calculations running-calculations Public

    A set of calculations that can be used to analyse a runner's training data.

    TypeScript 4

  2. filesystem-version-control filesystem-version-control Public

    Automated Version Control for any Folder on a Filesystem

    Python 1

  3. Inventory-Management-Test Inventory-Management-Test Public

    Iceland Inventory management test

    C#

  4. WordTraversalTest WordTraversalTest Public

    C#

  5. burger-bot burger-bot Public

    TypeScript

  6. mattncott mattncott Public