Go type system in depth

Go promotes itself as a simple language, and it is. But when you try to do advanced tasks you found that there are a lot of features and rules that go has to introspect, define and take advantage of t...
0 Read More

Go zerolog setup with pgx

Overview Golang currently holds really special place in my heart ❤️But since I'm doing mostly user facing oriented projects I usually need a database.My weapon of choice is Postgres (like...
0 Read More