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
    Focus      []string
    Currently  string
    OpenSource string
}

func main() {
    me := Developer{
        Name:      "Ronaldo",
        Education: "Computer Engineering @ UAJMS",
        Focus: []string{
            "Backend Development & API Design",
            "Software Architecture (CQRS, DDD, Event Sourcing)",
            "Distributed Systems & Performance",
        },
        Currently:  "Building scalable services with Go & Node.js",
        OpenSource: "github.com/ron86i/go-siat",
    }
    _ = me
}

Tech Stack

🔍 Stack Breakdown

Languages

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

Data

  • 🐘 PostgreSQL · 🐬 MySQL

DevOps & Tools

  • 🐳 Docker · 🐧 Linux / Bash · 🔧 Postman

Frontend (when needed)

  • ⚛️ React + Tailwind CSS

🚀 Featured Project

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

Go   SOAP   XMLDSig   Hexagonal Architecture

📊 GitHub Analytics


Let's Connect

Pinned Loading

  1. go-siat go-siat Public

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

    Go 40 13