Skip to content
View mitchellfyi's full-sized avatar
Block or Report

Block or report mitchellfyi

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

Pinned

  1. tdd-bowling-kata-typescript tdd-bowling-kata-typescript Public

    A TDD exercise I use in pair programming interviews. Written in TypeScript.

    TypeScript

  2. serverless-slack-notifier-node serverless-slack-notifier-node Public

    This demonstrates how to deploy a NodeJS function running on AWS Lambda using the Serverless Framework.

    JavaScript

  3. client-server-demo client-server-demo Public

    A Client / Server Demo wrote in TypeScript using Node.js (Express) and React. Uses Jest for unit tests.

    TypeScript

  4. cli-node-example cli-node-example Public

    An exmple CLI using Node.js

    Ruby

  5. Truncate a wall of text meaningfully. Truncate a wall of text meaningfully.
    1
    var truncateWallOfTextMeaningfully = function (text, lineLength = 50, numOfLines = 5, splitChar = ". ") {
    2
      return text
    3
        .split(splitChar)
    4
        .map(
    5
          function (sentence) {
  6. ember-app-example ember-app-example Public

    An example Ember.js app using Supabase as a back-end written in TypeScript.

    JavaScript