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 HarsanyiWhy is a Canonical Data Model an Anti PatternWhat’s wrong with canonical data models?6 min read·Sep 4, 2017--3
Teiva HarsanyiGo and CPU CachesHow understanding the processor architecture can help us in optimizing performance?9 min read·May 27, 2020--6
Daniel MildeinOutreach PragueRecover in GoRecover is one of the less used but very interesting and useful features of Golang. Let’s see how it works and how we in Outreach.io use…5 min read·6 days ago--1
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
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
DpinoagustinCustom TCP Application with GoTCP is the protocol which all data transfer worldwide, HTTP and Websocket for example runs over TCP. Even the most common used DB like…6 min read·6 days ago--1