Skip to content
View garthtee's full-sized avatar
:shipit:
:shipit:
Block or Report

Block or report garthtee

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

Hi there πŸ‘‹

I'm Garth, and I'm a Software Enginneer working with React and Typescript.

🌍 toland.dev


Buy Me A Coffee

Pinned

  1. npm-package-updater npm-package-updater Public

    VSCode extension providing commands to update NPM dependencies.

    TypeScript 2

  2. hacker-news hacker-news Public

    A Hacker News application showing the latest headlines πŸ˜ƒπŸ’€

    TypeScript 1 1

  3. flask-api-foundation flask-api-foundation Public template

    A simple foundation project for creating Python Flask APIs.

    Python 1

  4. uk-public-holidays uk-public-holidays Public

    View UK public holidays

    JavaScript 1

  5. Handy Aliases for your bash/zsh profile Handy Aliases for your bash/zsh profile
    1
    alias mvci="/usr/local/bin/mvn clean install"
    2
    alias mvcp="/usr/local/bin/mvn clean package"
    3
    alias sbr="mvn spring-boot:run"
    4
    alias c="clear" # Thee best!
    5
    alias l="ls -alh"
  6. An example of an Axios request that ... An example of an Axios request that can be cancelled.
    1
    import React, {
    2
      Component, 
    3
      useEffect
    4
    } from 'react';
    5
    import axios from 'axios';