Tutorial: How to install the Google GO compiler on Ubuntu Linux
This week google introduced “go”, their new programming language. I was curious so I started messing around with it. Here’s how you can try it out if you’d like to “give it a go”. About Google Go From the …
A Geek's Trip Down Memory Lane - The BBS (Bulletin Board System)
While browsing a forum recently, I found a thread that really made me reminisce. Someone has asked about browsing the internet before it was popular, and what it was like. Before the internet was in every home, before we were tweeting or …
How to write text files in C#
So you want to know how to write a text file in C#? It’s actually super easy. This tutorial explains how. Note: I wrote this article over 10 years ago, and I’m re-writing it. Let me know what you think it should include. using …
How to Write Text Files with C++
If you’re reading this tutorial, it’s likely because you googled how to read and write text files with C++. And it’s probably a pretty lucky guess you’re a beginner, so I’ll try to explain as much as I can here …
How to use OR operator with Strings in C#
I just had this problem tonight, so I thought I’d share the solution. In many languages you can just drop in a string and compare it like this: if ($city == "Portland" || $city == "Seattle") { // do something if city …
How to Learn Computer Programming
So you want to be a computer programmer? Want to write software? Here is how you can get started with this awesome hobby / profession right away, for next to nothing. I first wrote this article back in 2008 and a lot has changed since then, …
Webinar: Enabling Low Risk Releases
Author: Jeremy Morgan Level: Beginner Duration: 48m Watch this Webinar now Don’t have a Pluralsight Account? You can Get a FREE 10 day trial here About Enabling Low Risk Releases Watch this webinar with expert Jeremy Morgan and walk …
Webinar: How to Create a Mature Cloud Practice
Author: Jeremy Morgan Level: Beginner Duration: 35m Watch this webinar now Don’t have a Pluralsight Account? You can Get a FREE 10 day trial here About How to Create a Mature Cloud Practice Migrating to the cloud is one of the …