Teiva HarsanyiinITNEXTThe Top 10 Most Common Mistakes I’ve Seen in Go ProjectsThis post is my top list of the most common mistakes I’ve seen in Go projects.11 min read·Jul 17, 2019--8
Teiva HarsanyiI Completed All 8 Advents of Code in One Go: Here Are the Lessons I Learned.From 2015 to 2022: 400 ⭐️12 min read·Feb 15--2
Teiva HarsanyiGo and CPU CachesHow understanding the processor architecture can help us in optimizing performance?9 min read·May 27, 2020--6
Teiva HarsanyiWhy is a Canonical Data Model an Anti PatternWhat’s wrong with canonical data models?6 min read·Sep 4, 2017--3
Kevin Christian ChandrainProduct EngineeringIntroduction to Pprof in GolangSimple introduction about what is Pprof package in Golang and some example from what my company has gone through to use it.5 min read·Jun 5--
Brandon WoffordUnderstanding Go’s Garbage CollectionAs we delve into the world of programming languages and their internal mechanisms, one aspect that emerges as crucial, yet often…20 min read·Jun 14--3
Emre Ayberk KaymazinGoTurkiyeConcurrency in Go: Channels and WaitGroupsConcurrency is a powerful feature in Go (Golang) that allows developers to write efficient and scalable applications. Two commonly used…11 min read·Jul 16--1
Nina PakshinainBetter ProgrammingMemory Optimization and Garbage Collector Management in GoManaging the garbage collector in Go, optimizing memory consumption in applications, and protecting against out-of-memory errors13 min read·Aug 9--4
Jamal KaksouriThe Complete Guide to Context in Golang: Efficient Concurrency ManagementIntroduction15 min read·Jul 4--6
KH HuanginStackademicIntegrating pprof with GinProfiling applications is crucial for understanding performance bottlenecks. In Go, the standard library offers the pprof package for this…2 min read·Aug 18--