Skip to content
View Henriquesilva0328's full-sized avatar
💭
B.positive
💭
B.positive

Block or report Henriquesilva0328

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.

Content in all repositories owned by your account will be closed.
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
Henriquesilva0328/README.md

Henrique Silva

Backend Developer · Distributed Systems · Security

Building backend systems with focus on
reliability · data integrity · observability · security



About Me

I'm a Backend Developer focused on building APIs, data-driven applications and reliable backend services.

My main stack includes Python, FastAPI, Java, Spring Boot and PostgreSQL, with hands-on experience in:

  • REST API design
  • asynchronous processing
  • relational databases
  • data validation and integrity
  • automated testing
  • containerized environments
  • observability
  • API security
  • CI/CD

I'm especially interested in the intersection between backend engineering, distributed systems and security.


Tech Stack

Backend

  • Python
  • Java
  • FastAPI
  • Spring Boot
  • SQLAlchemy
  • Spring Data JPA

Data & Messaging

  • PostgreSQL
  • Apache Kafka
  • Alembic
  • SQL
  • Relational Modeling

Engineering

  • Docker
  • GitHub Actions
  • pytest
  • Prometheus
  • Grafana
  • Ruff

Featured Projects

🛡️ SentinelForge — EDR Telemetry Lab

Event-driven backend designed to simulate a realistic endpoint telemetry and threat detection pipeline.

Python · FastAPI · PostgreSQL · Kafka · SQLAlchemy · Prometheus · Grafana

Telemetry
    │
    ▼
┌─────────────┐
│ Ingest API  │
└──────┬──────┘
       │
       ├────────────► PostgreSQL
       │
       ▼
     Kafka
       │
       ▼
┌─────────────┐
│ Normalizer  │
└──────┬──────┘
       │
       ▼
     Kafka
       │
       ▼
┌─────────────┐
│  Detector   │
└──────┬──────┘
       │
       ├────────────► Alerts
       │
       └────────────► Metrics

Highlights

  • Secure telemetry ingestion
  • Request validation and hardening
  • Raw event persistence and audit trail
  • Asynchronous Kafka processing
  • Event normalization pipeline
  • Rule-based threat detection
  • Structured alert evidence
  • Replay datasets for validation
  • Prometheus metrics
  • Grafana observability
  • Automated tests
  • CI with GitHub Actions

Explore SentinelForge →


🏗️ ArquiVini

Full-stack application developed from a real client requirement, with special emphasis on backend architecture and data integrity.

Java · Spring Boot · PostgreSQL · JPA · Next.js · Docker

Backend Highlights

  • REST API with Spring Boot
  • Layered backend architecture
  • Jakarta Bean Validation
  • Transactional service layer
  • Relational data modeling
  • Foreign keys and database constraints
  • PostgreSQL indexes
  • Automatic update triggers
  • Standardized API error handling
  • Dockerized PostgreSQL environment

The project applies validation at multiple levels:

Client
  │
  ▼
Frontend Validation
  │
  ▼
Spring Boot API
  │
  ▼
Jakarta Bean Validation
  │
  ▼
Service Layer
  │
  ▼
PostgreSQL
  │
  ├── NOT NULL
  ├── UNIQUE
  ├── CHECK
  └── FOREIGN KEY

Explore ArquiVini →


🔐 IT Governance & Identity Management

Academic research focused on reducing risks associated with shared credentials in academic environments.

IAM · COBIT 2019 · ISO/IEC 27001 · NIST SP 800-63

Topics

  • Identity and Access Management
  • Authentication models
  • Shared credential risks
  • User traceability
  • Security requirements
  • Privacy requirements
  • Risk identification
  • Technology comparison
  • Governance controls
  • Improvement planning

Explore the project →


What I'm Currently Exploring

Backend Architecture
├── REST API Design
├── Distributed Systems
├── Event-Driven Architecture
├── Database Design
├── Automated Testing
├── API Security
├── Observability
└── CI/CD

Security
├── Identity & Access Management
├── Authentication
├── Detection Engineering
└── Security Governance

Engineering backend systems where

architecture, data integrity and security are first-class concerns.

Backend Engineering · Distributed Systems · Security

Pinned Loading

  1. SentinelForge-EDR-Telemetry-Lab SentinelForge-EDR-Telemetry-Lab Public

    Event-driven endpoint telemetry and detection lab with secure ingestion, Kafka processing, normalization, alerting, observability, and replay-based benchmarking.

    Python

  2. TCC-Governanca-ti-gestao-identidades TCC-Governanca-ti-gestao-identidades Public

    Repositório do TCC sobre Governança de TI aplicada à gestão de identidades e à redução de riscos nos laboratórios da FATEC Barueri.

  3. Trabalho_de_Gestao_de_TI Trabalho_de_Gestao_de_TI Public

    Projeto acadêmico de Governança de TI baseado em COBIT, desenvolvido para a P1, com foco em planejamento, organização, documentação e implementação de uma interface web semântica, responsiva e aces…

  4. arqui-vini arqui-vini Public

    Projeto acadêmico full stack desenvolvido para um arquiteto, com portfólio responsivo, página de contato, API REST em Spring Boot e banco PostgreSQL com validações, constraints, relacionamentos, ín…

    TypeScript