Skip to content
View shreyasHpandya's full-sized avatar

Block or report shreyasHpandya

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. kubevela kubevela Public

    Forked from kubevela/kubevela

    The Modern Application Platform.

    Go

  2. Git diff with all the enhanced options Git diff with all the enhanced options
    1
    alias gdx="git diff --diff-algorithm=patience --color --ws-error-highlight=all --break-rewrites --find-renames --find-copies-harder --color-moved=dimmed-zebra --color-moved-ws=allow-indentation-change"
  3. List of skills required for modern s... List of skills required for modern software devs
    1
    
                  
    2
    |Programming        |     git                       |  OS(Linux)                 |  Networking         | Public cloud                   |   IAC            | Containers            | orchastration      |config-mgmt     | CI/CD             | olly           |  Miscellaneous     |  databases         | Web             |
    3
    |------             | ------                        |  ------                    | ------              | ------                         |  ------          | ------                | ------             | ------         | -----             | ------         |  ------            |  ------            | ------          |
    4
    |12-factor app      |     git workflows             |  bash commands             |  L3/L7 protos       | cloud specific concepts        | teraform         | Docker handon         | k8, swarm          | Ansible        | Travis/Jenkins    | Prometheus     |  Big data          |  RDBMS/SQL         | HTML, CSS, Ajax |
    5
    |OOPs               |     branching strategy        |  file system organisation  |  http               | eg. IAM, AMI, EBS, Elastic IP  | cloudformation   | docker networking     | handson with one   | Chef/puppet    |                   | Graphana       |  Hadoop/sparc      |  noSQL             | Dom,            |
  4. git_pretty_log.md git_pretty_log.md
    1
    Use following to view pretty git logs
    2
    
                  
    3
        git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
    4
    
                  
    5
    Create an alias for above command
  5. SHA-1 implementation in JavaScript. ... SHA-1 implementation in JavaScript. source: http://www.movable-type.co.uk/scripts/sha1.html
    1
    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
    2
    /*  SHA-1 implementation in JavaScript | (c) Chris Veness 2002-2010 | www.movable-type.co.uk      */
    3
    /*   - see http://csrc.nist.gov/groups/ST/toolkit/secure_hashing.html                             */
    4
    /*         http://csrc.nist.gov/groups/ST/toolkit/examples.html                                   */
    5
    /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */