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
}🔍 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
|
|
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
|
- 🔭 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
Open to collaborate on backend projects, APIs, and anything performance-critical. Drop me a message!



