CS371P #14

Oops, one more blog. *this is the last one. Today was the last day of the semester. Took the final test today. I found it to be shorter than exam 2, which helped. I was able to finish the test and go back over and check for mistakes. I’m sure I did well enough. I’ve […]

Continue reading

CS371P #13

Last week of the semester and this is the last blog. I did manage to get quite a bit of studying done over the break though not as much as I had hoped. This my first semester back to school has been an interesting and fun experience. I’ve learned quite a bit of C++ that […]

Continue reading

CS371P #11

Only 3 weeks left in this my first semester back. After this I only have 2 classes left to have my BSCS (a math and a physics) which I began in 1980. I was this close 20 years ago (after leaving campus, working for a while then going back to school the first time). But […]

Continue reading

CS371P #10

Time flies when having fun. Only 4 weeks left in my first semester back in school. It’s been fun in every way. A little more challenging than I expected. I am fortunate to have the opportunity to go back to school. Most people don’t get the chance even if they want to. It was interesting […]

Continue reading

Agile Software Development

When I was last employed the Agile movement was just getting started and I didn’t hear about it until probably the mid 2000s. I haven’t really experienced Agile development in a formal sense. But it was happening all the while without us realizing that it needed a name. Since then I’ve been hearing about it, […]

Continue reading

CS371P #9

Yet another computer science figure passed away; John McCarthy, the computer scientist who coined the term “artificial intelligence” in 1955, and founder of LISP died Monday at age 84. http://en.wikipedia.org/wiki/John_McCarthy_%28computer_scientist%29 Apparently exam 2 was tougher than I thought. Actually I don’t think it was hard or tough. “Obviously” I am an awesome software engineer but […]

Continue reading

CS371P #8

RIP Dr. Dennis MacAlistair Ritchie On exam 1 I was finished in 30 mins and had the remaining time to go back over my answers. For me exam 2 was a little long. I just made my first pass through it when time was up. I didn’t have time to go back over my answers […]

Continue reading

CS371P #7

I enjoyed last weeks article on Object Oriented Design. I’ve previously read about those two parts of our brain and the differing functions, but I never read that they can disagree or even conflict. That’s a bit of a revelation and good food for thought as well as further study. Starting to study for round […]

Continue reading

CS371P #6

More git notes: Noticed a couple things about git. For one, I found that in order to get branches pushed up to your repo you’ve got to add an extra option “git push –all”. I was assuming that doing a “git push” would push everything, but it doesn’t. As I’m turning in each project I […]

Continue reading