Skip to content
View zayniddindev's full-sized avatar
🌻
🌻

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
zayniddindev/README.md

Hi there, I'm Zayniddin👋

I'm a software developer with a strong focus on backend development, complemented by experience in software quality testing, DevOps, and frontend technologies. Known for a passion for coding and a penchant for coffee :)

Skills:

  • Backend development (proficient with Node.js and 100+ npm packages)
  • QA Automation (TypeScript+Playwright=Love)
  • DevOps (I use Linux btw)
  • Frontend development (React forever!)

You can reach me via:

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 }) {