Skip to content
View harry100's full-sized avatar
🇳🇵
🇳🇵

Block or report harry100

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. blog-clone blog-clone Public

    Python

  2. devConnector devConnector Public

    JavaScript

  3. kelseyhightower/nocode kelseyhightower/nocode Public

    The best way to write secure and reliable applications. Write nothing; deploy nowhere.

    Dockerfile 60.8k 4.7k

  4. social-clone social-clone Public

    Python

  5. snippet to mock a HOC. snippet to mock a HOC.
    1
    import React from 'react'
    2
    
                  
    3
    jest.mock('/path/to/@HOC', () => () => 
    4
      // eslint-disable-next-line react/display-name
    5
      Component => (props) => <Component {...props} />
  6. beforelogin beforelogin Public

    Forked from ludbek/beforelogin

    A sixth sense against Phishing attacks.

    JavaScript