The Wayback Machine - https://web.archive.org/web/20210224144655/https://github.com/vatsalyagoel
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
  • Pro

Organizations

@Readify @reactiveui @OpenDDD @telstrapurple
vatsalyagoel/README.md

Hi there 👋

Pinned

  1. 1
    function Sha1Hash($textToHash) {
    2
        $hasher = New-Object System.Security.Cryptography.SHA1CryptoServiceProvider
    3
        $toHash = [System.Text.Encoding]::UTF8.GetBytes($textToHash)
    4
        $hashByteArray = $hasher.ComputeHash($toHash)
    5
        foreach ($byte in $hashByteArray) {
  2. Forked from dddwa/ddd-backend

    Backend services for DDD conferences.

    C#

  3. Forked from Readify/DevEvents

    List of conferences and events of interest to developers

  4. Forked from StackExchange/dnscontrol

    Synchronize your DNS to multiple providers from a simple DSL

    Go

27 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2021

Created an issue in MicrosoftDocs/azure-docs that received 2 comments

Feature Request - Support Match condition on Response headers

Currently the rules engine only supports request header matching. It would be a great feature to add response header match as well for example Resp…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.