Available Tutorials


Java Programming Tutorials
  1. Java Tutorial 1 - A simple "Hello world" tutorial that explains how to write text onto the Java console. The Java IDE being used is IntelliJ IDEA Community Edition. This tutorial can be watched on YouTube here.
  2. Java Tutorial 2 - A tutorial on how to recieve information (data) from the user and displaying that input onto the Java console. This tutorial can be watched on YouTube here.
  3. Java Tutorial 3 - A tutorial on how to read data from a text document (.txt) and then display that text onto the Java console. This tutorial can be watched on YouTube here.
C# Programming Tutorials
  1. C# Tutorial 1 - A simple "Hello world" tutorial that covers writing to the standard output (stdout) using Console.WriteLine and basic coverage of Console.ReadLine. The video uses Microsoft Visual Studio 2012 Professional. This tutorial can be watched on YouTube here.
  2. WPF Tutorial 1 - A simple tutorial that explains how to use WPF to make stylish, professional applications. This video will cover how to make a WPF window and adding some functionality to it.
Linux Tutorials
  1. Terminal Tutorial 1 - A simple tutorial that explains how to use the commands cal to display a calendar, man to display manual pages, and date to display the current date using the terminal.
  2. Terminal Tutorial 2 - A simple tutorial that explains how to use the terminal to create new files and directories, deleting them, modifying files, moving files and directories, and more.