shivylp
- Karma
- 24
- Created
- October 5, 2017 (8y ago)
- Submissions
- 0
- I made a tool to translate English to SQL (sqlgenie-co.web.app)
-
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…
-
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…
- Show HN: Skit – Build slack bots quickly and easily (github.com)
-
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…
-
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…