Adding more about my career
authorCraig Maloney <craig@decafbad.net>
Tue, 31 Jul 2018 12:22:11 +0000 (08:22 -0400)
committerCraig Maloney <craig@decafbad.net>
Tue, 31 Jul 2018 12:22:11 +0000 (08:22 -0400)
appendixa.md

index d3ce24d90c258a2dc7389d1ca5878969f31e14d2..bcbefd20ef69cff9030231ce79141ca2865971d3 100644 (file)
@@ -2,4 +2,6 @@
 
 My journey as a programmer started early in my life. I became interested in computers after reading about them in the World Book Encyclopedia and hoped to work with them some day. What I hadn't realized was those encyclopedias were rather out of date and only showed the larger, more expensive mainframe and mini computers of the 1960s and not the more modern microcomputers of the 1970s. When I saw that an Apple II was a microcomputer and was designed for the home I began my quest to get a computer (AKA: dropping not-so-subtle hints to my parents that I wanted a computer). I scoured magazines looking for the right computer; from the Commodore VIC-20 and Sinclair ZX-80 to the Radio Shack TRS-80 Model III. My parents took me to computer stores and I marveled at the machines that were there (and likely made a few sales-people nervous as I poked and prodded the rather new and expensive machines). Finally my dad picked up an Atari 400 computer with tape drive and I began learning BASIC programming in earnest. Around the same time my school got a "lab" of three Commodore PET 4032 machines (with floppy disk drives) and I spent every moment I could with those machines. In high school I took several programming courses, both in BASIC and in Pascal (which was my first exposure to a higher-level language, and the concepts of computer science). In college I majored in Computer Science (with a bachelor of science) and did my best to keep up with all of the things that they tried to teach me. Unfortunately I wasn't a great student, especially in mathematics. I struggled with (and later dropped) my compilers class, and felt like I was falling behind where other students succeeded. Most of our classes used Pascal but there were a few that used COBOL, Ada, SNOBOL, and assembly language. I graduated with modest scores and returned home.
 
+Throughout my career I've straddled the line between system administration and programming. My first few jobs were all related to maintaining various sorts of computers: desktop PCs, UNIX-based machines, and so forth. It wasn't until folks needed websites and realized I knew how to program that my career slid over into programming. From there I learned Perl, SQL, databases, and HTML. At that time the web was new so we were all learning at the same time. I leveraged my Perl knowledge into several jobs doing web-based programming. Perl is a language that is both simple and complex. Perl and CGI made it incredibly easy to get something displayed to a web page. Where it is complex is the syntax for things like regular expressions, and the tendency for Perl programmers to value code that does multiple things on the same line. There was also a lot of value placed on code that was clever, which lead me to wonder on several occasions if I was clever enough to be a Perl programmer.
 
+One of the companies I worked at decided to migrate a Perl system over to a Java-based environment. They looked at the skills of the existing developers and decided they needed to outsource the project to another company. This was a common trend in the early 2000s for reasons that are outside of the scope of this book.