Skip to content
View rogerioduenas's full-sized avatar
🌎
What’s others’ isn’t mine, but what’s mine is there for others if needed.
🌎
What’s others’ isn’t mine, but what’s mine is there for others if needed.
  • Tokyo
  • 15:53 (UTC +09:00)

Organizations

@hackforla

Block or report rogerioduenas

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

✌🏻Welcome to my Profile!🤖

class Rogerio extends Person {
  constructor() {
    super();
    this.name = 'Rogerio Duenas';
    this.age = 34;
    this.work = [
      { company: 'QS Qualidade em Saúde', role: 'Frontend Developer', duration: '1 year' },
      { company: 'Loop Brasil', role: 'Frontend Developer', duration: '1 year' },
      { company: 'Freelance', role: 'Frontend Projects', duration: 'Ongoing' }
    ];
    this.expertise = ['ReactJS', 'JavaScript', 'TypeScript', 'NextJS', 'Material UI'];
    this.hobbies = ['Gym', 'Video games (FPS)', 'Podcasts about technology'];
  }

  currentLocation() {
    return ['Tokyo, JAPAN'];
  }

  currently() {
    return {
      studying: [
        'English (focusing on speaking and listening)',
        'NodeJS (building APIs, Express, and advanced concepts)',
        'Programming books (Computer Networks, Operating Systems)'
      ],
      volunteering: ['Frontend development for Hack for LA (non-profit projects)'],
    };
  }

  goals() {
    return {
      shortTerm: ['Fluency in English', 'Master NodeJS', 'Contribute more to open-source'],
      longTerm: ['Become a Fullstack Developer', 'Work in a good company']
    };
  }

  philosophy() {
    return "The only way to fail is to give up, eventually, we'll get a 200 status code!";
  }

  contacts() {
    return {
      linkedIn: 'https://www.linkedin.com/in/rogerio-duenas-3428441b1/',
      github: 'https://github.com/rogerioduenas',
      portfolio: 'https://portfolio-rogerioduenas-projects.vercel.app/'
    };
  }
}

🔨 Languages and Tools:

html css JavaScript Typescirpt React sass Bootstrap material-ui Node.js git

Pinned Loading

  1. relax_architecture relax_architecture Public

    JavaScript

  2. metyis-frontend-challenge metyis-frontend-challenge Public

    JavaScript