Skip to content
View vwedesam's full-sized avatar
Block or Report

Block or report vwedesam

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

  1. gRPC-Client-Server-Microservice-Springboot gRPC-Client-Server-Microservice-Springboot Public

    Java

  2. functions-runner functions-runner Public

    A CLI Tool for running and testing portable Node.js functions locally

    JavaScript

  3. SQL Re-Use alias named columns SQL Re-Use alias named columns
    1
    
                  
    2
    # SQL Re-Use alias named columns
    3
    # USE named alias in SQL statement 
    4
    
                  
    5
    ## You can't do it directly - you need to use something like a CTE (Common Table Expression)
  4. Eth-Block-Explorer Eth-Block-Explorer Public

    block explorer for ethereum built with web3 and nextjs

    JavaScript 6

  5. ETH-ERCs-Manager ETH-ERCs-Manager Public

    JavaScript

  6. PostgreSQL Regex match numeric(inte... PostgreSQL Regex match numeric(interger and demical)
    1
    
                  
    2
    # The problem here is the two 0 or more [0-9] elements on each side of the decimal point. 
    3
    # we need to use a logical OR | in the number identification line:
    4
    
                  
    5
    ## E.g