Getting a list of page albums using Facebook PHP SDK v5

So, like the title says, I wanted to get a list of the albums, from the Facebook page of BarenDK so I could at some point get the id’s of the pictures in those albums and create a nice picture-viewer on BarenDK’s Website. Easy, right? Continue reading “Getting a list of page albums using Facebook PHP SDK v5”

How I Distributed my .bashrc on Windows and Automatically Synchronize it Across Multiple Machines

The .bashrc lies at the heart of most Linux people, but since Git Bash‘s come to Windows, I don’t see why we should be left out?

This article sketches a simple way of keeping your data in the cloud, such that a minimum is needed to get your favourite bash-setup on a new system!

Continue reading “How I Distributed my .bashrc on Windows and Automatically Synchronize it Across Multiple Machines”

From Zero to A Pragmatic Workflow or How to setup a Continuous Integration Pipeline with Git, Github and -Issues, an automated Waffle.io board and Jenkins CI in Docker on a DigitalOcean Droplet.

So, I decided to actually setup the continuous integration pipeline outlined in the article: A Pragmatic Workflow – http://www.praqma.com/stories/a-pragmatic-workflow/ you might actually want to read that first, because then you’ll have an idea of what’s going on.

This article has pretty much the exact steps I went through to set the workflow up.

Continue reading “From Zero to A Pragmatic Workflow or How to setup a Continuous Integration Pipeline with Git, Github and -Issues, an automated Waffle.io board and Jenkins CI in Docker on a DigitalOcean Droplet.”