Hello, my name isEduardo Guiraldelli Schelive
Welcome to my blog where I share articles about web development, cloud infrastructure, system architecture, and modern technologies. Tutorials, guides, and hands-on experiences from real projects.
Featured article
Go Programming Language
Handling errors in goroutines
Learn two patterns for propagating errors from concurrent goroutines — the result struct and the separate error channel — and when to choose each.
Latest articles
Data Structures
6Master the art of organizing data efficiently. Learn how arrays, linked lists, trees, graphs, and hash tables shape the performance of every program you write.
Go Programming Language
47Learn Go from scratch. This series covers the full language: from basic types and control flow to functions, interfaces, error handling, goroutines, and module management.