Skip to content
View CarlosChato's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report CarlosChato

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

Hi 👋, I'm Carlos

A Software Engineer living in Spain

#include <iostream>
#include <vector>
#include <string>

struct learning{
  std::vector<std::string> languages;
  std::vector<std::string> technologies;
}

int main(){
  learning currently;
  currently.languages = {"GO", "c#"};
  currently.technologies = {"Jenkins",".NET", "Azure"};

  return 0;
}

Connect with me:

carlos-chato-hidalgo-sw carlosyalgo20

Programming Languages

c cplusplus csharp css3 dart html5 java php python

Frameworks

flutter pandas scikit_learn spring

Tools & Technologies

arduino aws azure bash docker dotnet git jenkins linux mariadb mongodb mysql postgresql postman

carloschato

Pinned Loading

  1. Background_eraser Background_eraser Public

    Python

  2. minishell minishell Public

    Forked from Jim-Hawkins/minishell

    Minishell para Ubuntu

    C

  3. concurrencia concurrencia Public

    Forked from Jim-Hawkins/concurrencia

    Sistema de cálculo de costes de un conjunto de tareas usando concurrencia.

    Shell

  4. gravity-simulator gravity-simulator Public

    Forked from Jim-Hawkins/gravity-simulator

    C++

  5. CSP CSP Public

    Forked from Jim-Hawkins/CSP

    Heuristic algorithms

    Python

  6. IoT-using-Meadow- IoT-using-Meadow- Public

    C#