Explore >> Select a destination


You are here

github.com
| | www.jtolio.com
2.6 parsecs away

Travel
| | [AI summary] The article introduces a lightweight local Docker container solution called git-hostd for temporary code collaboration without setting up a public repository.
| | blog.gopheracademy.com
4.1 parsecs away

Travel
| | Introduction The websites that power GopherAcademy and GopherCon are written using Revel, which is a very nice framework for building web applications. Go has a great built-in HTTP server, but there are times when you don't want to roll-your-own web framework.
| | etodd.io
2.5 parsecs away

Travel
| | [AI summary] The author demonstrates a technical workaround to bypass Bitbucket access restrictions by using build pipelines to exfiltrate code to a different cloud provider.
| | williamdurand.fr
21.1 parsecs away

Travel
| My git workflow involves creating a lot of short-lived branches (a.k.a. feature branches), switching between them and, sometimes, I need to rebase one of these branches. git rebase is a super useful git command and I recommend everyone to get more familiar with it (take a look at git rebase in depth for instance).