💻 Been working as a software engineer since 2011, turning to front-end and devops too since 2017
🏢 Already worked in all company sizes possible, from working alone at my own startup to work at the biggest financial insitution from latin america
⚽🎮🏍️ 3 things I enjoy (at the moment)
class Gustavo extends Human {
name: string;
nationality: string;
constructor() {
super();
this.name = "Gustavo Carletto";
this.nationality = "Brazilian";
}
languages: Array<string> = [
"Portuguese",
"English",
"Spanish",
"Italian",
];
technologies: {
JavaScript: ["Typescript", "Node.js", "Express", "Adonis", "NestJS", "React", "Vue", "NextJS, Prisma, TypeORM, Knex"];
GoLang: ["GinGonic", "Fiber", "GORM"];
PHP: ["Laravel", "Slim", "Doctrine"];
APIs: ["REST", "GraphQL", "SOAP"];
Databases: ["PosgreSQL", "MySQL", "MongoDB", "DynamoDB"];
Devops: ["Docker", "Kubernetes", "Gitlab", "Terraform", "Pulumi", "Github Actions"]
Events: ["RabbitMQ"];
CloudComputing: ["AWS"];
Other: ["Elasticsearch", "Data Science Basics", "Java and C++ from College"];
Design: ["Bootstrap", "Material-UI", "Figma"];
};
}