Skip to content
View josuerodcat90's full-sized avatar
👨‍💻
Never Stop Learning
👨‍💻
Never Stop Learning

Block or report josuerodcat90

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
josuerodcat90/README.md
export class Info {
  name: string = 'Josue Rodriguez'
  age: number = 30
  nationality: string = 'Honduran'
  languages: Record<string, string>[] = [{ 'English': 'B1' }, { 'Spanish': 'native' }]
  occupation: string = 'Web Developer'
  freetime: string[] = ['My Family','Learning', 'Video Games', 'Online Series']
  musicalInterests: string[] = ['Trance','Techno','SynthWave','RetroWave','JazzHop','Lo-Fi']
}

export class Programming {
  languages: string[] = ['JavaScript', 'TypeScript']
  stylesheets: string[] = ['CSS']
  frontLibraries: string[] = ['React']
  frontFrameworks: string[] = ['Bootstrap','JQuery', 'Materialize CSS']
  runtimes: string[] = ['Node']
  databases: string[] = ['MySQL', 'Mongo', 'Postgre']
  learning: string[] = ['TypeScript', 'NestJs', 'Redux', 'Angular', 'Docker', 'PHP']
}

export class Social {
  github: string = 'josuerodcat90'
  discord: string = 'Josh Rodriguez#4147'
  linkedin: string = 'https://www.linkedin.com/in/JosueRodrĂ­guezCatalan'
}

Pinned Loading

  1. SocialMediaClone-MERN-Client SocialMediaClone-MERN-Client Public

    JavaScript

  2. expressjs-server-starter expressjs-server-starter Public

    A simple starter pack of expressjs server structure.

    JavaScript 1

  3. rest-node-typescript rest-node-typescript Public

    A TypeScript-Node REST posts API

    TypeScript

  4. Customer_Management_System_Client Customer_Management_System_Client Public

    A client app for Customer Management System in `React` and `Apollo Client`

    JavaScript

  5. Customer_Management_System_Server Customer_Management_System_Server Public

    This is a simple customer management system in MERN + GraphQL Stack.

    JavaScript

  6. Customer_Management_System_Vue_Client Customer_Management_System_Vue_Client Public

    A Vue alternative to Customer Management System Client

    Vue