Sharding PostgreSQL Using Foreign Data WrapperWhen you develop simple websites used by even a few thousand people, you don’t have much data. Perhaps your DBMS server occasionally…Feb 25Feb 25
The Anatomy of a Cooperative Multitasking in Go.This post is logical continuation of my previous post about golang runtime. At the moment we will try to answer to the question:Jan 25Jan 25
What does go keyword actually do in Golang?As we know, the go keyword runs goroutines. Or rather, this is how we often think about it.Jan 17Jan 17