Skip to content
View uriberma's full-sized avatar
👋
👋
  • Rohde & Schwarz
  • Germany
  • 06:03 (UTC +02:00)

Block or report uriberma

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

Hey, I'm Maycol Romero 👋

Backend Engineer · Cloud-Native Systems · AI + Agentic Coding

I build robust backend platforms and products with a strong focus on reliability, scalability and clean architecture. Currently centered on Go-based backend systems, distributed architectures and AI-assisted engineering workflows.

LinkedIn Email

🤖 AI & Agentic Coding

I use AI to accelerate delivery without compromising engineering quality.

  • Plan first: define scope, constraints and acceptance criteria before coding
  • Agentic loops: design → implement → test → self-review → refine
  • Human-in-the-loop decisions: architecture, trade-offs and risk stay explicit
  • Quality outcomes: faster delivery, safer refactors and clearer technical documentation

🧠 Current Focus

  • Backend Engineering: APIs, microservices, event-driven systems and data-intensive workflows
  • Architecture: DDD, clean boundaries and pragmatic observability
  • Execution: fast iteration loops with quality gates and measurable outcomes
  • AI-native Delivery: practical agentic workflows that improve speed and reliability

🛠️ Tech Stack

Go Java Kotlin
PostgreSQL Kafka gRPC
Docker Kubernetes OpenAPI

⚡ Engineering Principles

  • Build systems that are easy to reason about under pressure
  • Prefer clear contracts over hidden coupling
  • Measure impact, don’t guess
  • Keep it simple, but not simplistic

"Truth can only be found in one place: the code." — Robert C. Martin


🚀 Always shipping, always learning.
If you're building serious backend products, let’s connect.

Pinned Loading

  1. Scope Functions in Kotlin Scope Functions in Kotlin
    1
    import java.time.LocalDate
    2
    import java.time.Period
    3
    import kotlin.system.exitProcess
    4
    
                  
    5
    fun main() {