Recent Posts

Sakila: a sample SQL dataset

1 minute read

I learned today about the Sakila sample database. It has a non-trivial, but understandable schema, which is helpful when practicing SQL commands.

Postgresql on Mac OSX

less than 1 minute read

brew install postgresql brew services start postgresql brew cask install pgadmin4

GitHub Pages and Jekyll

less than 1 minute read

I decided to use GitHub Pages to host some information online. The system is fairly simple to use: create a repository with some markdown configure the ...