Skip to content
View vatsalyagoel's full-sized avatar

Highlights

  • Pro

Organizations

@Readify @reactiveui @OpenDDD @telstrapurple

Block or report vatsalyagoel

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
vatsalyagoel/README.md

Hi there 👋

Pinned Loading

  1. Readify/madskillz Public

    Readify Mad Skillz

    89 40

  2. Powershell code to check if your pas...
    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) {
  3. ddd-backend Public

    Forked from dddwa/ddd-backend

    Backend services for DDD conferences.

    C#

  4. DevEvents Public

    Forked from telstrapurple/DevEvents

    List of conferences and events of interest to developers

  5. dnscontrol Public

    Forked from StackExchange/dnscontrol

    Synchronize your DNS to multiple providers from a simple DSL

    Go

5 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Loading A graph representing vatsalyagoel's contributions from April 21, 2024 to April 24, 2025. The contributions are 67% commits, 33% pull requests, 0% issues, 0% code review.   Code review   Issues 33% Pull requests 67% Commits

Contribution activity

April 2025

Created a pull request in StackExchange/dnscontrol that received 1 comment

AZURE_DNS: Dedupe nameserver

AZUREDNS: De-duplicate Nameservers when pushing to Azure when supporting dual host providers fix #3088

+179 −7 lines changed 1 comment
Loading