shivylp

↗ HN profile [ 52.0 ms ] full profile
Karma
24
Created
October 5, 2017 (8y ago)
Submissions
0
  1. With microservices pattern, in a medium-big organisation, there are lots of services maintained by lot of different teams. And somewhat regularly, new services are created, old services are deprecated, ownerships…

  2. I love building things in my free time. But usually I build something technical or out of curiosity about a new tech/framework/language etc. Not exactly a targeted solution to a real problem (You can see my projects…

  3. I have been using golang at work and personally for more than 2 years now. A problem i faced when I started and the problem new gophers even today is how to structure the project. Most (if not all) golang tutorials seem…

  4. Go convention is to write comments for every entity in a package that is exposed (starts with an upper case letter). Even linter complains about not commenting. I have heard people argue over this saying some things…