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

Block or report garthtee

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
garthtee/README.md

Pinned Loading

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