PinnedPublished inStackademic5 minutes, comprehend how Go manages database connections — Code ThursdayThe database/sql package in Go has an automated database connection pool. It helps developers manage connections efficiently. Typically…6d ago6d ago
PinnedPublished inStackademicCommon 10 errors in Go projectsAs a programmer, I have encountered many pitfalls, especially in Go language projects. Some errors may seem minor, and sometimes they…Dec 24, 20244Dec 24, 20244
PinnedPublished inStackademicHow can changing just one character lead to a 42% speed increase in a Golang program —Code Thursdayrogram performance optimization works like this: altering just one character can result in unexpectedly large improvements. Today…Nov 21, 20245Nov 21, 20245
PinnedPublished inStackademicGolang Mistake-Prone Conventions — Code Thursdayhis writeup outlines key conventions in Golang coding standards that are often overlooked…Oct 10, 20248Oct 10, 20248
PinnedPublished inTowards DevGolang’s New Proposal for the Encoding or Json or V2 Package — Code ThursdayJSON is a lightweight data interchange format that has been favored by developers for its flexible features since the release of…Oct 17, 2024Oct 17, 2024
The Biggest Bottleneck of Artificial Intelligence TicketsOn December 14, 2024, at a notable event known as NeurIPS 2024, Ilya Sutskever made a significant announcement: the methods we use to…11h ago11h ago
9 Essential GitHub Repositories for the GolangIn the vibrant Golang ecosystem, GitHub is a treasure trove. It has many libraries and packages. They simplify workflows, boost…1d ago1d ago
Published inStackademicHow to convert a slice of derived types to a slice of base types in Golang.In Go (Golang) development, type conversion is a common need. Many developers may be confused. This is especially true when we need to…Jan 14Jan 14
Published inStackademic3 Steps solves the problem of Go projects being unable to import local packages — Code ThursdayIn the process of Go language development, many developers encounter the problem of being unable to import local packages, impacting…Jan 9Jan 9
Published inStackademicGo Database Connection Pool Size Setting Explained: Key Step to Optimizing PerformanceExploring the Configuration and Optimization Strategies of Go Database Connection Pool Size: A Key Step to Enhancing Performa…Jan 7Jan 7