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

Block or report pajaydev

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. awesome-web-performance-budget awesome-web-performance-budget Public

    ⚡️Articles, Websites, Tools and Case Studies to implement performance budget to a website. (PR 's welcomed)

    108 8

  2. ebay-node-api ebay-node-api Public

    eBay API Client for node

    JavaScript 132 78

  3. eBay/ebay-oauth-nodejs-client eBay/ebay-oauth-nodejs-client Public

    🔑 Generate an OAuth token that can be used to call the eBay Developer REST APIs.

    JavaScript 61 27

  4. TravelWebApplication-Virtugo TravelWebApplication-Virtugo Public

    This project is to develop a travel planner system, which describes about the climatic conditions, interesting places to visit, top hotels in the area and some additional features like travel remin…

    Java 39 32

  5. lasso-analyzer lasso-analyzer Public

    📊 Analyzing bundles created by Lasso js.

    JavaScript 4 1

  6. JS Objects : Object.keys vs for..in ... JS Objects : Object.keys vs for..in vs getOwnPropertyNames vs Object.entries
    1
    ## Object.keys vs for..in vs getOwnPropertyNames vs Object.entries
    2
    ```javascript
    3
    const language = {
    4
      name: 'JavaScript',
    5
      author: 'Brendan Eich'