Articles by tag: golang
Go Assembler: how code turns into machine instructions | Basics
Breaking down Go Assembler: pseudo-registers, load/store operations, arithmetic instructions. Practical guide for middle/senior developers.
OpenCloud 6.0: release with Favorites feature and Calculator
Developers will appreciate OpenCloud 6.0: microservices on Go, WebDAV/gRPC, new features like Pastebin and real-time editing. Deploy a self-hosted alternative to SharePoint. Learn more.
SOCKS5 via WebRTC TURN: Go implementation
Breakdown of creating SOCKS5 tunnel in WB Stream TURN sessions. Reverse API, protobuf parser, KCP+yamux. For middle/senior dev. Study the code and architecture.
Fan-Out/Fan-In in Go: pattern for parallel data processing
Detailed breakdown of the Fan-Out/Fan-In pattern in Go. Learn how to distribute tasks among goroutines and aggregate results. Code examples and best practices.
Go language: constraints as strength for developers
Why Go constraints make it powerful for production. Comparison with Java and Python, error handling, goroutines. Read the analysis for developers.