While perusing through my favorite web comics, I saw this xkcd comic about automation. While I have agree with Randall Munroe's comments on how attempting to automate can go comically wrong, I also believe that it can be used for good. Also, I understand that the comic in question is attempting to be funny, and it is showing the worst sides of programming for a laugh. However I feel that it is an excellent opportunity to explain my thoughts on why being able to write simple automation style programs is good.
Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts
Sunday, January 26, 2014
Wednesday, January 1, 2014
The JavaScript length Property
The length property in JavaScript is used to determine how many elements are in a thing. I use the word thing because the length property can be used on almost any kind of variable.
Saturday, December 14, 2013
JavaScript - Join Method
join - Concatenates an Array together
Purpose: The Join method concatenates the elements of an Array, and returns a string.
Sunday, December 8, 2013
JavaScript
I have begun learning web development. I would like to learn how to spruce up my own webpage at brookspatton.net as well as possibly switch from the Systems Administration career that I am currently in to Web Developer. I purchased a basic introductory course at Udemy called How to Become a Web Developer from Scratch. While the class itself costs $199, I was able to get a coupon for 75% off which made it much more affordable.
Subscribe to:
Posts (Atom)