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

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 Myself.
  • 🌱 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, CMS.
  • ⚡ Fun fact: I dabble in Product management...shh don't tell anyone 😄🤭.

Pinned

  1. mvc mvc Public

    This is my first ASP.Net Core MVC application

    C# 1

  2. gramsnap gramsnap Public

    A Social Media Platform taking inspiration from Instagram and Snapchat learnt from JSM - [In Progress]

    TypeScript 1

  3. Xenturylens Xenturylens Public

    A Product Development As A Service agency website

    TypeScript 3

  4. Netphlix Netphlix Public

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

    JavaScript 3

  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;