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!

86
Articles
0
Likes
292
Views
0
Comments
Recent Articles

Latest from Go Development Architecture Practice

86 recent articles
Go Development Architecture Practice
Go Development Architecture Practice
Sep 18, 2024 · Backend Development

Boost Your Go Skills: 17 Must‑Try Open‑Source Projects & Libraries

This article curates a collection of essential Go open‑source projects—including core libraries like Gin, go‑zero, and GORM, middleware such as etcd and Kubernetes, learning roadmaps, and useful resources—providing brief descriptions, star counts, and direct GitHub URLs to help developers deepen their Go expertise.

LibrariesOpen SourceResources
0 likes · 5 min read
Boost Your Go Skills: 17 Must‑Try Open‑Source Projects & Libraries
Go Development Architecture Practice
Go Development Architecture Practice
Aug 12, 2024 · Backend Development

Common Go Interview Pitfalls and How to Fix Them

This article walks through six common Go interview mistakes—incorrect function brace placement, map initialization without make, unexported struct fields for JSON, ineffective slice iteration, array versus slice parameter passing, and variable shadowing with :=—explaining each issue and providing the correct code examples.

backendcodingcommon mistakes
0 likes · 6 min read
Common Go Interview Pitfalls and How to Fix Them
Go Development Architecture Practice
Go Development Architecture Practice
Jun 25, 2024 · Backend Development

Common Go Pitfalls Every PHP Developer Should Avoid

A former PHP developer shares six typical Go programming mistakes—incorrect function syntax, map initialization, JSON struct export, slice mutation in loops, array versus slice semantics, and variable shadowing—along with corrected examples and explanations to help newcomers write idiomatic Go code.

backendbeginnersphp
0 likes · 6 min read
Common Go Pitfalls Every PHP Developer Should Avoid