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

Block or report thetheago

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thetheago/README.md

Hey guys, welcome!

<?php

namespace About;

$name   = "Thiago Gomes";
$role   = "Senior Software Engineer";
$focus  = "Backend, Performance, DevOps & Architecture";
$motto  = "Senior engineers solve problems using technology — the stack is just a detail.";

echo sprintf("I'm %s, a %s focused on %s.", $name, $role, $focus);
// I'm Thiago Gomes, a Senior Software Engineer focused on Backend, Performance, DevOps & Architecture.

I'm eternal trainee of life that works over 6 years in technology area, always learning, always improving. Specialized in backend development, focused on building scalable APIs, distributed systems and high performance architectures. I'm equally comfortable working on modern microservices or diving deep into monoliths and legacy systems, because I believe there's always something valuable to learn and improve in any codebase.

I have a strong passion for performance engineering, DevOps culture and software architecture, I love profiling bottlenecks, designing resilient systems and automating everything that can be automated.

Today I'm a heavy user of PHP and Node.js/TypeScript, but I believe great engineers solve problems, technology is just the means.

Want to connect? Find me on LinkedIn or email theago.dev@gmail.com.


🚀 Main Tech Stack

My Skills

🛠️ Other Techs & Experience

My Skills

Pinned Loading

  1. flykit flykit Public

    Flykit é um sistema de gerenciamento de viagens com back-end em PHP 8.3 (HyPerf 3.1) e front-end Quasar. Usa state pattern para controlar estados das viagens, corrotinas para async, RabbitMQ para e…

    PHP 1

  2. CoinPilot CoinPilot Public

    Currency transfer PHP Project with DDD pattern and Event Sourcing to history and cosistence of transfer

    PHP 1

  3. Finnance-backend-challange Finnance-backend-challange Public

    RESTful API for peer-to-peer money transfers with business rule validation, async queue handling, and error recovery. Ensures secure transactions through authorization, balance checks, and fault to…

    PHP 1

  4. JavaCertificationsManager JavaCertificationsManager Public

    A Spring boot application with Java 17 about a certifications delivery managment, utilizing some beatiful architetures with MVC, Repository, DTO and Usecases.

    Java