Skip to content
View jose-galvan's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report jose-galvan

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

Hi 👋, I'm José Galván

Senior Software Engineer with 9+ years of experience building scalable web applications and immersive 3D platforms. I’m passionate about solving complex problems, delivering high-quality user experiences using modern technologies like React, Node.JS, Angular, WebRTC,and cloud infrastructure.

Languages and Tools:

angular aws circleci css3 docker express figma firebase gcp git graphql html5 jasmine javascript jest mocha mongodb mysql nestjs nginx nodejs postgresql react reactnative redis tailwind typescript

jose-galvan

 jose-galvan

jose-galvan

Connect with me:

jose-galvan-aguilar

Pinned Loading

  1. freespeech freespeech Public

    Forked from Merkie/freespeech

    A free program designed to help the non-verbal.

    Vue

  2. nativescript-purchase nativescript-purchase Public

    Forked from PeterStaev/nativescript-purchase

    💰 A NativeScript plugin for making in-app purchases!

    TypeScript

  3. Merkie/freespeech Merkie/freespeech Public

    A free program designed to help the non-verbal.

    Svelte 587 69

  4. Try-catch helper for promises and as... Try-catch helper for promises and async/await
    1
    export default async function tryCatch<Data>(
    2
      promise: Promise<Data>,
    3
    ): Promise<{ error: Error } | { data: Data }> {
    4
      try {
    5
        return { data: await promise };
  5. ir-engine/ir-engine ir-engine/ir-engine Public

    A Modern 3D Toolkit for the Social Spatial Web

    TypeScript 83 35