Skip to main content

2018

Tweet random blog posts from an RSS feed using AWS Lambda

If you’ve got a Twitter account, and a blog with a lot of content, sharing your posts can be a nice way to help someone out, and drive a little extra traffic to your site. If your site generates an RSS feed, here’s how you can automate the process - for free!

Create a secure, personal instance of DokuWiki on DigitalOcean

I’ve been thinking for awhile now that I wanted to setup a wiki. I wanted something light-weight, with support for uploading images and files. And I wanted to retain control over the data and configuration, as well as encrypt access to it. Here’s how to install DokuWiki on Ubuntu with DigitalOcean.

Manage your books with the Google Books API

The Google Books API provides access to Google Books, which lets you search for any book and, at a bare minimium, see meta data about it. Depending on copyright status, you might also be able to see sample pages or read the entire book. You can also buy books.

What is an API wrapper?

When you find an API to use in your app, you’ll need to access it in a specific language - not always an easy or straightforward task. As long as you’re doing all that work, why keep it to yourself? Let’s look at creating an API wrapper that you can share with others!

Access Game Data with the IGDB API v4

The Internet Game Database is a community-driven site that collects and shares information about games and game-related data. Let’s check out the IGDB API!

2017

Learn About the ISS and its Crew with the ISS Notify API

The ISS Notify API (or is it the Open Notify API?) was written by Nathan Bergey for a Science Hack Day competition, then released to the public. You can use it to find the location of the ISS, or to find when it’ll pass over a location! Check it out.