Golang pitfalls

Golang pitfalls

In this article I will list some Golang pitfalls along with ways to avoid each one. (2 minutes read)

Generate swagger specification from Go source code

Generate swagger specification from Go source code

If you have some API written in Go for which you want to generate some fancy swagger specification, well this article is just about that! (7 minutes read)

A pattern for overcoming non-determinism of Golang select statement

A pattern for overcoming non-determinism of Golang select statement

In this article I will introduce a pattern that simulates behavior of select statement in go but without the non-determinism. (2 minutes read)

Essential Scrum distilled

Essential Scrum distilled

This writing explains core concepts of Scrum. The most widely-adopted agile methodology. (12 minutes read)