IT Interview Questions

Recently I have been a part of a few interviews and have had to prepare some IT interview questions for candidates. I thought I would post them here for future use and in case anyone wants to use them. I’m not posting answers for the questions. My method is to let the answer for a …

How to code a calculator web app

Creating your own calculator web app is a useful project to help beginners learn code and website hosting. When I started this project, I figured the hardest part to code would be the Javascript. This is because I thought since the logic lived there, it would be the most complicated. While this may be true …

View post to subscribe to site newsletter.

Review of Tin Can Sailor

Tin Can Sailor is written by C. Raymond Calhoun, once the executive officer of the USS Sterett. Calhoun describes life about the USS Sterett from 1939 to 1945. He was onboard ship most of that time. The book is a collection of many accounts of the life and activities onboard from many shipmates as well …

Dynamic DNS with Cloudflare

This blog will show you how to use dynamic DNS with Cloudflare. The purpose of dynamic DNS, DDNS, is to update your public DNS provider in the case the service you host is behind a changing public IP. Without DDNS, once your public IP changes, the service behind that public IP won’t be reachable via …

View post to subscribe to site newsletter.

Lighttpd webserver on Ubuntu

For this project, I needed a small webserver to host a single web page. After some research, I chose to install Lighttpd webserver on Ubuntu. As of yet, I don’t have an opinion of what webserver is better or worse for a single web page. I searched throughout the web to find guides on everything …