Skip to content
View zayniddindev's full-sized avatar
🚜
Farming
🚜
Farming

Block or report zayniddindev

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

    API for sending website contact forms to Telegram with ease! 📥

    TypeScript 3 1

  2. bookshelf bookshelf Public

    Bookshelf | Full stack project built with Node.js, Knex.js and Handlebars

    CSS 2

  3. Docker compose to run Postgres(PostG... Docker compose to run Postgres(PostGIS included) with Adminer
    1
    version: '3.7'
    2
    name: database
    3
    services:
    4
      postgres:
    5
        image: postgis/postgis:latest
  4. Playwright script to get OTP from Gmail Playwright script to get OTP from Gmail
    1
    /**
    2
     *
    3
     * @param {{page: import("playwright").Page, email: string, password: string}}
    4
     */
    5
    async function getOtpFromGmail({ page, email, password }) {