Skip to content
View YasirGaji's full-sized avatar
◼️
Unconfused Focus
◼️
Unconfused Focus

Block or report YasirGaji

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

Hello, I'm Yasir Gaji

A Growing Software Engineer.

Portfolio | Twitter/X | LinkedIn | Threads


I'm currently working with my hands to make wonders happen on the web. View my Projects, Articles, Resumé..

You can reach me at yasirgaji@gmail.com.

  • 😄 Pronouns: He | Him | His.
  • 🔭 I’m currently working on Fragrance Planet.
  • 🌱 I’m currently learning about anything and everything around JavaScript && Typescript.
  • 👯 I’m looking to collaborate on Javascript projects.
  • 💬 Ask me about Mark-Up, CSS, JavaScript, React, Node.
  • ⚡ Fun fact: I write Articles about things I learn and my experiences as a growing engineer.

Pinned Loading

  1. Xenturylens Xenturylens Public

    A Product Development As A Service agency website

    TypeScript 4 1

  2. Mycro-HQ/bettercareer-fe Mycro-HQ/bettercareer-fe Public

    FE repo for BetterCareer

    TypeScript 3 7

  3. Netphlix Netphlix Public

    A 0.1% replica of the subscription based streaming platform - Netflix

    JavaScript 3

  4. fragrance-planet fragrance-planet Public

    A fragrance ecommerce platform

    TypeScript

  5. This script gist shows constructors ... This script gist shows constructors in Es6 syntax for the "OOP in Javascript" article by Yasir Gaji
    1
      // BLOCK ONE
    2
    {
    3
      class Entity {
    4
        constructor(name) {
    5
          this.name = name;
  6. New way to render lists by using the... New way to render lists by using the declared static constants
    1
    import { leftsidebarLinks } from '@/constants';
    2
    
                  
    3
    type INavLink = {
    4
        imgURL: string;
    5
        route: string;