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
Jamal KaksouriThe Complete Guide to Context in Golang: Efficient Concurrency ManagementIntroduction15 min read·Jul 4--6
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--
Arthur AlvesBenchmarking Golang and Java: Concurrency Performance Analysis for File ConsumptionA Deep Dive into Concurrency: Golang vs Java — Unraveling Performance Differences in File Consumption14 min read·Jun 3--2
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
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