Programming and software development tutorials
Here you can find my projects
Join our developer community
Here you can see all my professional experience
Learn how to diagnose and optimize the performance of your Go applications using the native pprof tool, identifying CPU bottlenecks and excessive memory allocations.
Discover the best practices for error handling in Go. From the idiomatic use of error values to unwrapping with errors.Is and errors.As.
Learn how to structure and develop professional REST services in Go using the popular Gin framework and the principles of Clean Architecture.