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 is supported. This note will only be visible to 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 yasirgaji@gmail.com.

  • 😄 Pronouns: He | Him | His.
  • 🔭 currently at Objectionly AI • formerly at Worknet AI.
  • 🌱 I’m learning about anything and everything around JavaScript, Typescript, && Python ecosystem.
  • 👯 I’m currently building The Gold Metrics and looking to collaborate on Gen AI 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. thegoldmetrics thegoldmetrics Public

    “Gold Market Intelligence Engine.” A "Bloomberg Terminal for Gold Investors" powered by AI.

    TypeScript 5 1

  2. Xenturylens Xenturylens Public

    A Product Development As A Service agency website

    TypeScript 5 1

  3. nomad nomad Public

    Github MCP CLI TOOL

    Python

  4. doc-processing-tool doc-processing-tool Public

    Web Scraping tool to get data off websites for agentic AI embeddings

    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;