Skip to content
View lubojanski's full-sized avatar
💭
I'm walking here
💭
I'm walking here

Block or report lubojanski

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. showmewhatyounft showmewhatyounft Public

    Task assessment - app that displays owned NFTs

    TypeScript

  2. kiwi kiwi Public archive

    flights search application using React + GraphQL + Apollo

    JavaScript 2

  3. script that creates AWS access+secre... script that creates AWS access+secret keys and prints them to console while on security_credentials page
    1
    // go to https://console.aws.amazon.com/iamv2/home?#/security_credentials and open DevTools console
    2
    
                  
    3
    function createCredentials() {
    4
      const SCRF_TOKEN_SELECTOR = 'meta[name="awsc-csrf-token"]';
    5
      const REGION_SELECTOR = 'meta[name="awsc-mezz-region"]';