Explore >> Select a destination


You are here

blog.vbang.dk
| | benhoyt.com
6.3 parsecs away

Travel
| | My re-implementation of the code from the official Go tutorial 'Developing a RESTful API with Go and Gin', using only the standard library, adding tests, and fixing issues.
| | rosshemsley.co.uk
6.4 parsecs away

Travel
| | When it comes to reviewing code that does any kind of file IO, there are a number of patterns that I find myself discouraging quite often. Interestingly, I have found that these patterns are rarely considered in discussions around code review and clean code. In this post, I will explore some of these patterns in more depth, and discuss why I believe its worth taking the time to do things slightly differently in many cases.
| | artem.krylysov.com
4.4 parsecs away

Travel
| |
| | xnacly.me
27.1 parsecs away

Travel
| Guide about working with JSON in go with HTTP server example