Skip to content
View farzany's full-sized avatar

Block or report farzany

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
farzany/README.md

πŸ‘¨πŸΌβ€πŸŽ¨ About Me:

πŸ‘‹ Hi, I’m Farzan Yaz!
πŸŽ“ I'm a Computer Science graduate from McMaster.
πŸ₯₯ I work at Coconut Software as an Intermediate Software Developer!
πŸ’» I'm currently creating with TypeScript, Next.js, React, Prisma, Supabase, and PostgreSQL.
πŸŽ₯ I create programming content on YouTube.
⚑️ Fun fact - I have nearly 3000 hours on CSGO!

Websites

🌐 Socials:

Instagram LinkedIn X YouTube

πŸ’» Tech Stack:

JavaScript HTML5 CSS3 PHP Python Rust TypeScript DigitalOcean Netlify Vercel Flask Laravel MUI NPM Next JS NodeJS React Socket.io TailwindCSS Postgres Adobe Photoshop Adobe Premiere Pro Figma Docker CIRCLECI

πŸ“Š GitHub Stats:


✍️ Random Dev Quote


Pinned Loading

  1. whisper whisper Public

    A React, Framer Motion, TailwindCSS Snackbar

    TypeScript 44 5

  2. continuous-calendar continuous-calendar Public

    A simple React calendar layout, styled with Tailwindcss

    TypeScript 90 19

  3. pivotal-tracker-styler pivotal-tracker-styler Public

    Chrome extension to add better styling to the Pivotal Tracker dashboard

    CSS 4

  4. insta-bot-tutorial insta-bot-tutorial Public

    A repository to share the code from episodes of my Instagram Bot Tutorial series on YouTube.

    Python 15 9

  5. financefeather financefeather Public

    McMaster 4HC3 Final Prototype

    JavaScript 1

  6. Twitter (𝕏) Script: Unlike all liked... Twitter (𝕏) Script: Unlike all liked Tweets
    1
    async function wait(count) {
    2
      const timeout = count % 50 === 0 ? 30000 : Math.random() * 1000 + 2000;
    3
      await new Promise(resolve => setTimeout(resolve, timeout));
    4
    }
    5