
Egor Grishechko
Hi! I'm a software engineer with a strong focus on platform engineering. Currently, I help Uber with building the Odin platform. I am not writing on my blog nowadays.
- Århus, Denamrk
- GitHub
- Stackoverflow
You May Also Enjoy
Using goroutines on loop iterator variables can hurt
1 minute read | April 26, 2019
Hi everyone! Today I want to share some personal experience about painfull behaivor of a program, If you’re mistaken in using goroutines on loop iterator. La...
Tags: concurrent programming, go, goroutines
You should use extension methods for ASP.NET Core configuration methods
1 minute read | April 04, 2019
Hi everyone! Today I want to talk about a configuration process of ASP.NET Core.
Tags: .net core, asp.net core
Max and Min heap implementation with C#
2 minute read | April 22, 2018
Hi everyone! Today I want to talk about implementation of Max and Min heap with C#.
Tags: .net core, .net, computer science, hackerrank
How to generate vector tiles for offline using from OSM metadata
1 minute read | April 22, 2018
Hi everyone! Today I want to talk about generating vector tiles for offline using from OSM metadata. I’ll tell you about my journeys with them and give some ...
Tags: .net core, .net, open source, open street map
Leave a Comment