Skip to content
View hshoja's full-sized avatar
πŸš€
Coding | Learning | Building
πŸš€
Coding | Learning | Building

Block or report hshoja

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

Hi there! πŸ‘‹

🌱 I'm a Senior Full-Stack Developer with over 10 years of experience building scalable web applications and leading development teams

πŸ”­ I'm currently working as a Senior Developer at Corsearch in Amsterdam, focusing on FE/BE features and performance optimization while exploring AI technologies

🀯 I specialize in React, TypeScript, Node.js, Python, and cloud technologies, with a passion for clean architecture and team mentorship

🀝 Let's Connect!

I'm always interested in discussing and collaborating on interesting projects, or just having a chat about technology!

Pinned Loading

  1. useEventCallback useEventCallback
    1
    import * as React from 'react'
    2
     
    3
    export const canUseDom = !!(typeof window !== 'undefined' && window.document && window.document.createElement)
    4
    
                  
    5
    export const useIsomorphicLayoutEffect =  Runtime.canUseDom ? React.useLayoutEffect : React.useEffect
  2. football-scoreboard football-scoreboard Public

    TypeScript

  3. User-Manager-with-React-js User-Manager-with-React-js Public

    Create login page , validation Form , routing ,Dashboard page , sigup form , send Email confirmation , using nodemailer , using Life Cycle, Create Forget password Process, expiration date for link

    JavaScript

  4. Currency-Exchange-MCP-Service Currency-Exchange-MCP-Service Public

    This repository demonstrates how to use MCP to enable real-time currency conversion in an AI assistant

    TypeScript 4