Skip to content

Instantly share code, notes, and snippets.

@ashutosh16
ashutosh16 / iterm2-solarized.md
Last active December 9, 2022 02:12 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)
  1. You-Dont Know-JS

→ This is a series of books diving deep into the core mechanisms of the JavaScript language. 👉 https://lnkd.in/dDUZ_8zH

  1. wtfjs

→ A list of funny and tricky JavaScript examples. Learn with fun. 👉 https://lnkd.in/dsUYwkGZ

@ashutosh16
ashutosh16 / iterm2-solarized.md
Created July 18, 2020 17:40 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@ashutosh16
ashutosh16 / README.md
Created September 23, 2019 06:06 — forked from avoidik/README.md
AWS query examples

Top 10 Examples of AWS CLI Query

List Volumes showing attachment using Dictionary Notation

$ aws ec2 describe-volumes \
  --query 'Volumes[*].{ID:VolumeId,InstanceId:Attachments[0].InstanceId,AZ:AvailabilityZone,Size:Size}'
[
    {
        "InstanceId": "i-a071c394",
@ashutosh16
ashutosh16 / README.md
Created December 3, 2018 18:35 — forked from hofmannsven/README.md
My simply Git Cheatsheet
@ashutosh16
ashutosh16 / boto3_hands_on.md
Created November 1, 2018 19:41 — forked from iMilnb/boto3_hands_on.md
Programmatically manipulate AWS resources with boto3 - a quick hands on

boto3 quick hands-on

This documentation aims at being a quick-straight-to-the-point-hands-on AWS resources manipulation with [boto3][0].

First of all, you'll need to install [boto3][0]. Installing it along with [awscli][1] is probably a good idea as

  • [awscli][1] is boto-based
  • [awscli][1] usage is really close to boto's