go


Feb. 28, 2018

soda pop

Thinking I might want to write another Go webapp with some database in the background I wanted to play around with DBs first. I decided to use pop for this. Let’s create the project: mkdir -p ~/.go/src/github.com/jubalh/soda-pop-example cd ~/.go/src/github.com/jubalh/soda-pop-example And define a SQLite test database: $ vi database.yml development: dialect: "sqlite3" database: "./db.sqlite" Our example program looks like this for now: package main import ( "fmt" "log" "github.com/gobuffalo/pop" ) func main() { fmt.

Jan. 11, 2016

jessy pinkman

In 2013 when I was in University and had to learn Java I was looking for a project to do so. The result of this was jessy, which I already mentioned in another post. It’s a chess game for the terminal using Unicode and written in Java. Shortly before I started it I have been watching Breaking Bad. One of the characters is named Jesse Pinkman and I called my Java Chess program jessy.

Apr. 29, 2015

tongue

I wanted to learn Go. But as everybody knows, I need do use something to learn how to use it. After a while reading articles and watching talks about Go I started to think about what I could do, and what I did, was creating (a) tongue. I like learning languages, yeah, human languages that is. Unfortunately I am not able to speak any single one except my native language to a good level but I like it anyways.