Do not limit yourself because you already “know” https://vbauerster.github.io/ Recent content on Do not limit yourself because you already “know” Hugo -- gohugo.io en-us Thu, 21 Nov 2019 14:08:23 +0500 Is go keyword always non-blocking? https://vbauerster.github.io/2019/11/is-go-keyword-always-non-blocking/ Thu, 21 Nov 2019 14:08:23 +0500 https://vbauerster.github.io/2019/11/is-go-keyword-always-non-blocking/ <p>When you look at your go code and see the go keyword, your first thought is like ok this is non-blocking because it&rsquo;s prefixed with the go keyword. But sometimes this assumption may be wrong, let&rsquo;s explore why.</p> Removing item(s) from a slice, while iterating in Go https://vbauerster.github.io/2017/04/removing-items-from-a-slice-while-iterating-in-go/ Sun, 16 Apr 2017 00:00:00 +0000 https://vbauerster.github.io/2017/04/removing-items-from-a-slice-while-iterating-in-go/ <p>How easy would it be to remove item(s) from a slice, while iterating that slice? It seems to be a trivial task, so lets see how to accomplish this in Go programming language.</p> Better pull requesting into Go project https://vbauerster.github.io/2017/04/better-pull-requesting-into-go-project/ Fri, 14 Apr 2017 00:00:00 +0000 https://vbauerster.github.io/2017/04/better-pull-requesting-into-go-project/ <p>Once upon a time, I&rsquo;ve decided to contribute to an <a href="https://github.com/monochromegane/the_platinum_searcher">open source project</a> written in <a href="https://golang.org/">Go</a>. I thought no problem, fork it, make a change then pull request. Sounds good, but it wasn&rsquo;t such a smooth experience.</p> Безболезненное разрешение Merge конфликтов в Git https://vbauerster.github.io/2017/04/%D0%B1%D0%B5%D0%B7%D0%B1%D0%BE%D0%BB%D0%B5%D0%B7%D0%BD%D0%B5%D0%BD%D0%BD%D0%BE%D0%B5-%D1%80%D0%B0%D0%B7%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D0%B5-merge-%D0%BA%D0%BE%D0%BD%D1%84%D0%BB%D0%B8%D0%BA%D1%82%D0%BE%D0%B2-%D0%B2-git/ Fri, 14 Apr 2017 00:00:00 +0000 https://vbauerster.github.io/2017/04/%D0%B1%D0%B5%D0%B7%D0%B1%D0%BE%D0%BB%D0%B5%D0%B7%D0%BD%D0%B5%D0%BD%D0%BD%D0%BE%D0%B5-%D1%80%D0%B0%D0%B7%D1%80%D0%B5%D1%88%D0%B5%D0%BD%D0%B8%D0%B5-merge-%D0%BA%D0%BE%D0%BD%D1%84%D0%BB%D0%B8%D0%BA%D1%82%D0%BE%D0%B2-%D0%B2-git/ <p>Мой вольный перевод статьи <a href="http://blog.wuwon.id.au/2010/09/painless-merge-conflict-resolution-in.html">Painless merge conflict resolution in Git</a>.</p>