I'm using Hexo to generate this blog.

vgo is the (newest) official way to managed versioned dependencies in Go. In my most recent project, I’ve decided to use it instead of dep or glide, which I’ve used previously. Taking a leaf out of the recent work I’ve been doing at work, I’ve hooked that repository up to some free CI tools, including Travis CI.

Read more »

In the last post I set up the app, the DB model, and the Git integration through the GitPython library. In this post, I'll be looking at the templates that will render what the user sees.

Read more »

In this article, I'll be going over the commit and inspect pages. The commit page is responsible for showing the changes made in a commit, and the inspect page is responsible for showing the contents of a file.

Read more »

Currently, whenever I wanted to update the repositories stored on the server serving the web app, I had to SSH into the server and pull from the Bitbucket repository. It would be nice if I could push to the server as a remote instead.

Read more »
0%