Skip to content

Instantly share code, notes, and snippets.

View OfficialDushyant's full-sized avatar

Dushyant Patel OfficialDushyant

  • Ottawa, ON, Canada
  • 20:07 (UTC -04:00)
View GitHub Profile
alexcvzz.vscode-sqlite
andys8.jest-snippets
apollographql.vscode-apollo
austincummings.razor-plus
bobsparadox.seti-black
BriteSnow.vscode-toggle-quotes
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
CoenraadS.bracket-pair-colorizer
dbaeumer.vscode-eslint
xcode-select --install
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew cask install iterm2
# update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts
brew install bash # latest version of bash
# set brew bash as default shell
brew install fortune
brew install cowsay
brew install git
@OfficialDushyant
OfficialDushyant / PY0101EN-1-1-Types.ipynb
Created April 11, 2019 05:03
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Title

Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).

  • URL

    The URL Structure (path only, no root url)

  • Method:

@OfficialDushyant
OfficialDushyant / .bash_profile
Last active September 30, 2021 07:45
Useful bash profile settings. update .bash_profile or .bashrc. IF you dont have any of this file create one. if you are using "oh my zsh" update .zshrc file insted
#cription: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
# 6. Networking
# 7. System Operations & Information