Skip to content
View ron86i's full-sized avatar
:shipit:
I'm cooking
:shipit:
I'm cooking

Block or report ron86i

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

Hey, I'm Ronaldo


About Me

package main

type Developer struct {
    Name       string
    Education  string
    University string
    Focus      []string
    Mindset    string
    OpenSource string
}

func main() {
    me := Developer{
        Name:       "Ronaldo",
        Education:  "Computer Engineering",
        University: "UAJMS — uajms.edu.bo",
        Focus: []string{
            "Backend Development",
            "API Design & REST Architecture",
            "Distributed Systems",
            "Software Architecture Patterns",
        },
        Mindset:    "Performance-driven. Problem-focused. Always iterating.",
        OpenSource: "github.com/ron86i/go-siat",
    }
    _ = me
}

Tech Stack

Tech Stack

🔍 Stack Breakdown

Backend & Core Languages

  • 🐹 Go — High-performance services, CLI tools, concurrent systems
  • Java — Enterprise apps, Spring Boot, robust APIs
  • 🟩 Node.js / TypeScript — REST & GraphQL APIs, event-driven architecture

Data

  • 🐘 PostgreSQL — Primary relational DB of choice
  • 🐬 MySQL — Multi-tenant and legacy system support

DevOps & Tools

  • 🐳 Docker — Containerized deployments, local dev environments
  • 🐧 Linux / Bash — Scripting, automation, server management
  • 🔧 Postman — API testing and documentation

Frontend (when needed)

  • ⚛️ React + Tailwind CSS — Clean, functional UIs

GitHub Analytics

Ronaldo's GitHub Stats Top Languages

GitHub Streak


🚀 Featured Project

go-siat  
Professional Go SDK for integrating with SIAT — Bolivia's electronic invoicing system (SIN). Abstracts SOAP complexity, XML digital signatures (XMLDSig), GZIP compression, and catalog management behind a clean, type-safe, idiomatic Go API.

Go   SOAP   XMLDSig   Hexagonal Architecture   Bolivia

💬 What I'm Up To

  • 🔭 Building scalable backend services with Go & Node.js
  • 🧠 Deepening knowledge in distributed systems & system design
  • 📖 Studying software architecture patterns (CQRS, Event Sourcing, DDD)
  • ⚡ Experimenting with performance optimizations at the infrastructure level

Let's Connect

LinkedIn Telegram Gmail

Open to collaborate on backend projects, APIs, and anything performance-critical. Drop me a message!

Pinned Loading

  1. go-siat go-siat Public

    Go SDK for integration with the Integrated Tax Administration System (SIAT).

    Go 37 13