Skip to content
View the-vampiire's full-sized avatar
💭
ive lost a shade of color in my life. rest in peace.
💭
ive lost a shade of color in my life. rest in peace.
Block or Report

Block or report the-vampiire

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. NFNovel/nfnovel NFNovel/nfnovel Public

    EVM DApp with custom Solidity lib, heavy emphasis on testing and NextJS client

    TypeScript

  2. medium-clone medium-clone Public

    A rigorous exploration of RESTful design modeling the Medium.com API in NodeJS. Minimal libs, no codegen and 99% coverage

    JavaScript 4

  3. docker entrypoint to automatically w... docker entrypoint to automatically whitelist mongo atlas IP
    1
    # why
    2
    
                  
    3
    mongo atlas provides a reasonably priced access to a managed mongo DB. CSPs where containers are hosted charge too much for their managed mongo DB. they all suggest setting an insecure CIDR (`0.0.0.0/0`) to allow the container to access the cluster. this is obviously ridiculous.
    4
    
                  
    5
    this entrypoint script is surgical to maintain least privileged access. only the current hosted IP address of the service is whitelisted. 
  4. apollo-directive apollo-directive Public

    tools for easy (and finally readable!) directive implementation in Apollo Server or any server using graphql-tools.makeExecutableSchema

    JavaScript 13 2

  5. docker-algorand docker-algorand Public

    Algorand containers for secure private net access with other services, complete with scripts and sample compose files

    Shell 1

  6. docker-github-auth docker-github-auth Public

    SSH auth with GitHub from a Dockerfile to access private repos / packages

    Shell