Go Development Architecture Practice
Author

Go Development Architecture Practice

Daily sharing of Golang-related technical articles, practical resources, language news, tutorials, real-world projects, and more. Looking forward to growing together. Let's go!

79
Articles
0
Likes
79
Views
0
Comments
Recent Articles

Latest from Go Development Architecture Practice

79 recent articles
Go Development Architecture Practice
Go Development Architecture Practice
Aug 27, 2025 · Operations

Essential Windows CMD Commands Every IT Ops Engineer Should Know

This cheat sheet compiles 100 frequently used Windows CMD commands for IT operations, organized into five scenarios—system management, network diagnostics, file handling, process/user control, and practical automation—providing quick reference to essential commands such as systeminfo, ipconfig, robocopy, taskkill and forfiles.

Command LineIT OperationsWindows
0 likes · 3 min read
Essential Windows CMD Commands Every IT Ops Engineer Should Know
Go Development Architecture Practice
Go Development Architecture Practice
Jul 31, 2025 · Backend Development

Building a Scalable WebSocket Push Service in Go: From Basics to Million‑User Architecture

This article explains WebSocket fundamentals, compares pull and push models, details the WebSocket handshake flow, presents a complete Go server and client implementation, analyzes performance bottlenecks of a million‑user bullet‑screen system, and proposes concrete optimizations such as packet merging, lock granularity, JSON encoding reduction, and HTTP/2‑based clustering.

Goreal-time messagingscalable architecture
0 likes · 13 min read
Building a Scalable WebSocket Push Service in Go: From Basics to Million‑User Architecture
Go Development Architecture Practice
Go Development Architecture Practice
Jul 28, 2025 · Fundamentals

Can Go Replace Python for Scripting? Practical Tips and Tools

This article explores using Go as a scripting language, covering its strengths such as fast compilation and strong typing, the use of the go run command, helpful third‑party packages, Linux shebang workarounds, alternative interpreters like Gomacro, and the remaining limitations compared to traditional scripting languages.

GoGomacroShebang
0 likes · 8 min read
Can Go Replace Python for Scripting? Practical Tips and Tools