Furkan Kolcu

Software Engineer

BlogProjectsAbout
BlogProjectsAboutSearch

Posts tagged with "golang"

4 results found

Inside Go – Part 3: Garbage Collection

Inside Go – Part 3: Garbage Collection

How Go’s GC grew from full pauses to mostly concurrent, what the tri-color algorithm does, why write barriers matter, an...

Sep 16, 2025
golanggarbage collectiongogcgo garbage collectorperformanceruntime
Inside Go — Part 2: Memory Management in Go

Inside Go — Part 2: Memory Management in Go

A deep dive into how Go handles memory behind the scenes. Learn the difference between stack and heap, how escape analys...

Sep 12, 2025
golanggo memory managementstackheapgarbage collectionescape analysis
Inside Go — Part 1: The Compilation Pipeline

Inside Go — Part 1: The Compilation Pipeline

In this first part of the “Inside Go” series, I’ll walk through how Go source code transforms into a binary. From lexing...

Sep 11, 2025
golanggo compilergo compilationgo internalsgo ssago astgo lexergo parser
Inside Go — How It Really Works: Series Kickoff

Inside Go — How It Really Works: Series Kickoff

A deep-dive series into Go’s internals. From compilation to memory management, concurrency, and performance tuning, each...

Sep 11, 2025
golanggo compilergo runtimego concurrencygo performancehow go worksinside go
← Back to Blog

Furkan Kolcu

Personal blog sharing thoughts on software engineering and technology.

© 2025 Furkan Kolcu. All rights reserved.

RSS FeedPrivacy PolicyTerms of Service