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

> whoami

const zayniddin = {
  role: "Software Developer",
  focus: ["Backend Development", "QA Automation", "DevOps", "Frontend"],
  languages: ["TypeScript", "JavaScript", "Python"],
  motto: "Ship fast, test faster, drink coffee fastest",
  funFact: "I mass-installed 100+ npm packages and mass-liked it",
  currentlyLearning: "Always something new",
  os: "Linux, btw",
};

⚔️ Character Stats

ZAYNIDDIN — Lv. 99 | Class: Full Stack Mage

Skill Power Level
🗡️ Backend 🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧⬛ 99
🛡️ QA Automation 🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧⬛⬛ 90
🔧 DevOps 🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧⬛⬛⬛ 85
🎨 Frontend 🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧⬛⬛⬛⬛ 80
☕ Coffee 🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥🟥 MAX
🐧 Linux-fu 🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧🟧⬛ 95

Tech Stack

Skills
Skills

GitHub Stats

Streak Stats

Watch the Snake Eat My Contributions

Snake animation

Let's Connect


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