Skip to content

Instantly share code, notes, and snippets.

View vijayakumar75's full-sized avatar

Vijay vijayakumar75

View GitHub Profile
@vijayakumar75
vijayakumar75 / README.md
Created March 13, 2018 14:55 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

OP: @leonardofed founder @ plainflow.


@vijayakumar75
vijayakumar75 / myscript.sh
Created June 27, 2019 22:32 — forked from bradtraversy/myscript.sh
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"