// ... existing code ...

My Projects

My Website in Golang

This is a website that I built using Golang, HTML, CSS and SQLite. Where you can find basic information like weather data, youtube videos, hotels reviews and more about a city you want to visit.

Traveltab

Synapse Platform

Is a high-performance event ingestion and processing platform built in Go. It consumes real-time event streams from Kafka, normalizes heterogeneous data into strongly typed domain events, and exposes them through a secure JWT-authenticated REST API. Was designed with scalability, resilience, and observability in mind, the platform includes OpenTelemetry tracing, Prometheus metrics, structured logging with sensitive-data redaction, dead-letter queue handling, graceful shutdown orchestration, and rate limiting. Was built using domain-driven design principles, dependency injection and type-safe database access with sqlc. The system was built having in mind reliability, maintainability and operational visibility in distributed event-driven systems.