Skip to content
View msichterman's full-sized avatar
๐Ÿ› ๏ธ
Building elegant solutions all across the stack
๐Ÿ› ๏ธ
Building elegant solutions all across the stack

Highlights

  • Pro
Block or Report

Block or report msichterman

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

Hello there ๐Ÿ‘‹

My name is Matt, and I'm from from Cincinnati, OH. I graduated from the University of Nebraska ๐ŸŒฝ with a degree in Software Engineering and a Masters degree in Engineering Management. I am also a former offensive lineman for the Nebraska football team ๐Ÿˆ.

Here are some things that I like to do in my free time...

  • Code! ๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป โ€“ Learning is a passion of mine, and I love dabling in new technologies on side projects whenever possible. Lately I've been playing around with Remix.
  • Listen! ๐ŸŽต โ€“ I love podcasts and I am always catching up on episodes of My First Million or Startups for the Rest of Us.
  • Watch! ๐Ÿ“บ ๐Ÿˆ โ€“ I watch a lot of YouTube (lately Theo, ThePrimeagen and Jack Herrington), and casually some shows on Netflix, etc. I am also a huge sports fan!
  • Play!โ›ณ๏ธ ๐Ÿ€ ๐ŸŽฎ โ€“ Mostly sports, sometimes video games. I have been an athlete all my life! I enjoy working out, playing golf, and recently got back into playing basketball competitively.

Linkedinโ€ƒ Twitter Followโ€ƒ Follow on GitHubโ€ƒ MSICH - Personal Siteโ€ƒ

Pinned

  1. msich msich Public

    Personal site created with the T3 Stack, including Next.js, TypeScript, TailwindCSS, tRPC, Contentlayer, Lucide Icons, and more!

    TypeScript 6

  2. webforestry webforestry Public

    Web development agency creating, managing, planting, conserving, and repairing websites.

    TypeScript

  3. regexp regexp Public

    Regular expressions made easy, generated with the help of AI.

    TypeScript 1

  4. simplefit simplefit Public

    Simple, tailored workouts at your fingertips.

    TypeScript

  5. url-shortener url-shortener Public

    A personal URL shortener built with Netlify, inspired by Kent C. Dobbs.

    JavaScript 1

  6. typescript-enums-explained.ts typescript-enums-explained.ts
    1
    //// TYPESCRIPT ENUMS EXPLAINED
    2
    
                  
    3
    // Outcome of Matt Pocock's video titled "Enums considered harmful" โ€“ https://youtu.be/YmxwicpROps
    4
    
                  
    5
    // Follow along with the TypeScript Playground: https://url.msich.dev/ts-enums-pg