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

Block or report GeroSalas

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

Hi there πŸ‘‹πŸΌ I am Geronimo Perez Salas!

Check out my personal website

  • πŸ”­ I’m currently working on Signol
  • 🌱 I’m currently learning about Crypto/Blockchain πŸͺ™ & Machine Learning/AI πŸ€–
  • πŸ§‘πŸ»β€πŸ’» I’m looking to collaborate on Terra Ecosystem πŸŒ– (Blockchain)
  • πŸ“« How to reach me: geronimo.perez.salas@gmail.com πŸ’¬
  • πŸ˜„ Hobbies: ⚽ πŸ–€

Have a good day! πŸ‘‹

Pinned Loading

  1. java-bets-api java-bets-api Public

    Java 1

  2. react react Public

    Forked from facebook/react

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

    JavaScript 1

  3. react-apollo react-apollo Public

    Forked from howtographql/react-apollo

    JavaScript 1

  4. aws-lambda-node-ts-graphql-mongo aws-lambda-node-ts-graphql-mongo Public

    AWS Lambda (serverless) + NodeJS (TypeScript) + GraphQL + MongoDB

    TypeScript 5

  5. Simple API REST (NodeJS - Express - ... Simple API REST (NodeJS - Express - MongoDB)
    1
    // Simple API REST (NodeJS - Express - MongoDB)
    2
    const express = require('express')
    3
    const app = express()
    4
    const bodyParser = require('body-parser')
    5
    const mongoose = require('mongoose')