Thanks to visit codestin.com
Credit goes to github.com

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.

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

Hello, I'm Yasir Gaji

A GenAi Software Engineer.

Portfolio | Twitter/X | LinkedIn | Threads

Total time coded since Jan 8, 2022

Total time coded since Jan 8 2022


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

You can reach me at [email protected].

  • 😄 Pronouns: He | Him | His.
  • 🔭 I’m currently working on Worknet.
  • 🌱 I’m currently learning about anything and everything around JavaScript, Typescript && Python eco-system.
  • 👯 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 5 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 4

  4. bettercareer-fe bettercareer-fe Public

    Forked from Mycro-HQ/bettercareer-fe

    FE repo for BetterCareer

    TypeScript 2

  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;