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

Block or report UlissesE

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

Typing SVG


Status Focus Learning Open To



01 〕 SOBRE MIM

public class EduardoUlisses extends SoftwareEngineer {

    private final String name        = "Eduardo Ulisses Pereira da Silva";
    private final String role        = "Backend Developer | Data & Automation Intern";
    private final String university  = "FIAP — Software Engineering";
    private final String company     = "BP Bioenergy · Data & Automation Intern";
    private final String location    = "São Paulo, Brasil 🇧🇷";

    private final String[] currentGoals = {
        "Land a Java backend role",
        "Master Spring Boot & Microservices architecture",
        "Build a portfolio that speaks for itself"
    };

    private final String[] interests = {
        "Backend Engineering", "Cloud & DevOps",
        "Clean Architecture", "Algorithms & Data Structures"
    };

    @Override
    public String toString() {
        return "Transforming coffee ☕ and curiosity into scalable systems.";
    }
}

02 〕 TECH STACK

[ LINGUAGENS ]

Java Python TypeScript JavaScript SQL

[ BACKEND & FRAMEWORKS ]

Spring Boot REST API Node.js

[ DADOS & AUTOMAÇÃO ]

Power BI Power Platform SAP

[ BANCO DE DADOS ]

PostgreSQL MongoDB

[ CLOUD & DEVOPS ]

AWS Docker Git GitHub

[ FRONTEND ]

React TailwindCSS


03 〕 CERTIFICAÇÕES

AWS Cloud Practitioner


04 〕 PROJETOS EM DESTAQUE

🚀 Projeto 📋 Descrição 🛠 Stack
Data & Automation @ bpbioenergy Automações de processos corporativos/industriais e ETL para a área de bioenergia Python Power Platform SAP Power BI
ClienteApp Sistema de CRUD de clientes em Java puro, com arquitetura espelhando padrões Spring Boot (model, repository, service) Java OOP SOLID
Portfolio Em construção — projetos de backend com Spring Boot, REST APIs e testes automatizados Java Spring Boot PostgreSQL
Wine Cellar Monitoring Sistema IoT completo para monitoramento inteligente de condições ambientais em adegas de vinho, utilizando ESP32, sensores DHT11 e LDR, stack Fiware e dashboard React. AWS EC2 esp32 IoT React

05 〕 GITHUB STATS



06 〕 ACTIVITY GRAPH

Eduardo's Activity Graph


07 〕 TROPHIES

trophy


08 〕 SNAKE CONTRIBUTION

Snake animation

09 〕 CONTATO

LinkedIn Gmail GitHub


╔══════════════════════════════════════════════════════════════╗
║  "First, solve the problem. Then, write the code."          ║
║                                          — John Johnson     ║
╚══════════════════════════════════════════════════════════════╝

Visitor Count

Pinned Loading

  1. ecotrend ecotrend Public

    An e-commerce plataform made for Academic Project at FIAP.

    HTML

  2. alerta-seguro-python alerta-seguro-python Public

    A Prototype project made in python of a simulation of a sensor data capture platform. It was made for an Academic Project at FIAP

    Python

  3. wine-cellar-monitoring wine-cellar-monitoring Public

    Sistema IoT completo para monitoramento inteligente de condições ambientais em adegas de vinho, utilizando ESP32, sensores DHT11 e LDR, stack Fiware e dashboard React.

    TypeScript 1

  4. clienteapp clienteapp Public

    Complete CRUD system in pure Java (no frameworks) for registering and managing individual and corporate clients, with file persistence and a terminal interface.

    Java