Skip to content
View juan-gasparino's full-sized avatar

Block or report juan-gasparino

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

gif


💻 Software Engineer
class Developer:

  def __init__(self):
    self.name = 'Juan'
    self.last_name = 'Gasparino'
    self.page = 'juan-gasparino.com'
    self.profession = 'Software Engineer'
    self.years_worked = 8
    self.base_location = 'Barcelona'
    self.studies = 'Telecommunications engineering (UPC)'
    self.socials = {
      "Social1":{
        "name": 'Linkedin',
        "link": 'linkedin.com/in/juan-gasparino'
      }
    }
    self.skills = [
      'Python',
      'React',
      'C#',
      'Docker',
      'Ansible'
      'C++',
      'Matlab',
    ]
    self.relevant_projects = {
      "Project3":{
        "name": 'NOVA LQ™ system featured in the national press',
        "link": 'juan-gasparino.com/projects/2',
        "year": 2023
      },
      "Project2":{
        "name": 'LuxQuanta field demonstration with the Gov of Catalunya',
        "link": 'juan-gasparino.com/projects/1',
        "year": 2022
      },
      "Project1":{
        "name": 'Obtuse angles on set points',
        "link": 'juan-gasparino.com/projects/3',
        "year": 2012
      }
    }

Popular repositories Loading

  1. juan-gasparino juan-gasparino Public

  2. forks-aprendiendo-react forks-aprendiendo-react Public

    Forked from midudev/aprendiendo-react

    Curso para aprender React desde cero

    TypeScript

  3. forks-preguntas-entrevista-react forks-preguntas-entrevista-react Public

    Forked from jocarrd/preguntas-entrevista-react

    Preguntas típicas sobre React para entrevistas de trabajo ⚛️

    JavaScript

  4. forks-pruebas-tecnicas forks-pruebas-tecnicas Public

    Forked from midudev/pruebas-tecnicas

    Pruebas técnicas donde la comunidad participa con sus soluciones

    Astro

  5. forks-curso-node-js forks-curso-node-js Public

    Forked from midudev/curso-node-js

    Curso de Node.js desde cero

    JavaScript

  6. forks-midudev forks-midudev Public

    Forked from midudev/midudev

    This is my personal repo for README. It gets automatically updated to fetch latest videos, photos and articles from my blog.

    JavaScript