Project based Learning: BuilderGen29 August 2024·1975 words·10 minsThe journey of optimizing BuilderGen, a project for generating helper builder structs.
Golang Profile Guided Optimization (PGO)15 February 2024·1074 words·6 minsGolang Profile Guided Optimization (PGO) is a compiler optimization technique that uses the profile data generated by running the application to guide the optimization process.
Unexpected behavior of Golang nils9 November 2023·1374 words·7 minsThe unexpected behavior of Golang nils