Rob Keplin - Software Engineer

# Bible API V2 – Includes Authentication

Category: Projects

A new version of The Bible API has been released, V2, which includes authentication. With authentication in place, you will be able to call the API directly from HTML/JavaScript without going through a proxy server. The application does not store any data for authentication, and will strictly be used for API rate limiting purposes. https://bible-api.rkeplin.com/v2/docs

Read More

# Forget to sudo before opening file with vim?

Category: Linux Tips

That’s something I often do. Leaving this as a reminder for myself:

Read More

# Building a Chicken Coop

Category: Hobbies

Last May, in the Spring of 2021. My Wife had asked if we could get chickens. I thought it was a great idea. We were at the heat of the COVID pandemic. It not only gave the kids something to do, – looking forward to collecting eggs. But also gave me something to do. It […]

Read More

# AWS – PHP Lambda Function, A Quickstart Guide

Category: AWS PHP

Creating a lambda container image is pretty cool. If you need to run a piece of software that is limited to a certain OS, you can. If you want to write in a certain language, you can. This opens up a list of possibilities. The lead engineer on my team at work had introduced me […]

Read More

# Automatic Deployments With Digital Ocean, GitHub, And Travis CI

Category: DevOps

Learn how to automatically deploy your code using Digital Ocean, GitHub and Travis CI.

Read More