Skip to content

Instantly share code, notes, and snippets.

View RanitManik's full-sized avatar
🏠
Working from home

Ranit Manik RanitManik

🏠
Working from home
View GitHub Profile

Frontend Masters: AWS for Frontend Engineers

You should have the following completed on your computer before the workshop:

  • Install the AWS CLI.
  • Have Node.js installed on your system. (Recommended: Use nvm.)
    • Install yarn with brew install yarn.
  • Create an AWS account. (This will require a valid credit card.)
  • Create a Travis CI account. (This should be as simple as logging in via GitHub).
@RanitManik
RanitManik / .nanorc
Last active March 21, 2024 16:50
my Nano text editor configuration file
set tabsize 4 # Set tab size to 4 spaces
set tabstospaces # Convert typed tabs to spaces
set autoindent # Enable auto-indentation
set trimblanks # Trim trailing whitespace on save
set linenumbers # Display line numbers
set constantshow # Show constant values for number lines
set titlecolor white,red # Set title color to white on a red background
set keycolor cyan # Set color for function keys to cyan
set functioncolor cyan # Set color for function names to cyan
set numbercolor yellow # Set color for line numbers to yellow
@RanitManik
RanitManik / README.md
Last active June 20, 2025 12:51
README Template for any project