Giter Club home page Giter Club logo

Hey! Welcome to my profile! 👋

INFO - [M-Ivan Github profile] - Successfully initialized readme
INFO - [M-Ivan Github profile] - Loading aboutme.ts...
INFO - [M-Ivan Github profile] - Sucessfully loaded aboutme.ts
INFO - [M-Ivan Github profile] - Transpiling aboutme.ts to javascript...
INFO - [M-Ivan Github profile] - Successfully transpiled aboutme.ts.
INFO - [M-Ivan Github profile] - Lets know more about me

class About extends Me {
  constructor(
  private personalInfo: MyPersonalInformation,
  private skills: string[],
  private languages: LanguageItem[],
  ) {
  this.personalInfo = this.getPersonalInformation();
  this.skills = this.getSkills();
  this.languages = this.getLanguages();
  };

  getPersonalInformation(): MyPersonalInformation {
    const personalInformation: MyPersonalInformation = {
    firstName: "Ivan",
    middleName: "Francisco",
    lastName: "Miragaya",
    age: 23,
    currentLocation: "Buenos Aires, Argentina",
    techInterests: ['Web3', 'Ethereum', 'Blockchain', 'Cryptography-based auth'];
    };

    return personalInformation;
  };

  getSkills(): string[] {
   const hardSkills: string[] = ['Microservices-architecture', 'Event-driven workflows', 'Syncronous workflows']

   const softSkills: string[] = [
        'Proactivity',
        'Communicative',
        'Troubleshooting',
        'Clean coder (clean architecture)',
        'SOLID enthusiast',
        'MVC'
        ];

    return [...hardSkills, ...softSkills];
  };

  getLanguages(): LanguageItem[] {
    return [
        {
          language: 'English',
          level: 'Professional (B2 certified)'
        },
        {
          language: 'Spanish',
          level: 'Native'
        }
     ];
  };
}

🛠️ Some tools that i use

INFO - [M-Ivan Github profile] - Fetching magic tools...
INFO - [M-Ivan Github profile] - Response status: 200
INFO - [M-Ivan Github profile] - Displaying results...

JavaScriptreactVue.jsNodeJSNestJSexpress.jsSoliditydockerAWSMySQLpostgresMongoDBjest

Now learning 📙

INFO - [M-Ivan Github profile] - Fetching ongoing trainings...
INFO - [M-Ivan Github profile] - Response status: 200
INFO - [M-Ivan Github profile] - Displaying results...

Im currently learning about cloud architecture. Taking the courses from Adrian Cantrill in learn.cantrill.io.

Lets chat 📫

LinkedIn Email

Ivan's Github stats

Iván Miragaya's Projects

nestjs-auth0 icon nestjs-auth0

A NestJS auth0 template microservice repository. Includes basic functionality and test file administration.

prompted icon prompted

An actually usefull prompt line for UNIX based systems

serverless-template-aws icon serverless-template-aws

A simple template for Serverless AWS Projects. Includes services for connecting to DynamoDB, S3 and SQS.

web3-be-template-nestjs icon web3-be-template-nestjs

A template repo for Web3 projects using NestJS. Includes simple and agnostic Auth & Web3 utils modules.

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.