Skip to content

Kiril Vuchkov

Principal Software Engineer @ Vay, previously worked at Uber and VMware

  • Home
  • About me
  • Blog

Category: Software Development

Posted on 2021-05-162023-01-18

Unconditional Code for Mapping of Protobuf in Golang

pexels-photo-1275929.jpeg

Unconditional code is code that just works, without errors or exceptions, without funny edge cases represented with tedious IF statements. In this article I will share how this can be applied to situations in Golang where you need to map incoming protobuf messages to internal or external (i.e. outgoing) structures.

Continue reading “Unconditional Code for Mapping of Protobuf in Golang”
Posted on 2020-07-032023-01-18

Code Review – Why Nobody Wants to Read your Code?

Well, can you blame them?

Code reviews might be the only thing in software engineering that is universally considered “good” and “the right thing to do”. Furthermore, it is one of the few things that are empirically proven to improve our software [1].

Continue reading “Code Review – Why Nobody Wants to Read your Code?”

Tags

  • Code Reviews (1)
  • Golang (1)
  • Microservices (2)
  • Software Architecture (2)

Search

  • Twitter
  • LinkedIn
Proudly powered by WordPress