Tag Archives: software development

Ten Million Lines of Code

How many lines of code are in the applications you code on? I think that the largest applications I’ve been heavily involved in contained tens of thousands of lines of code. This was code that I actually had to search … Continue reading

Posted in Editorial | Tagged | Comments Off on Ten Million Lines of Code

Fix v. Create

Whether you write code, or administer server instances, chances are that you have a decent amount of maintenance to do. This might be fixing a bug in code, whether yours or someone else’s. It might be reindexing tables or even … Continue reading

Posted in Editorial | Tagged | 1 Comment

Password Resets

I read this piece from Troy Hunt, which is a long look at the password reset process for a web application. It’s one of the first that I’ve seen which talks about the different implementations, along with the pitfalls and … Continue reading

Posted in Blog | Tagged , , | Comments Off on Password Resets

The Danger of Custom Software

There’s been a great little movie short making the rounds of the Internet from Pixar. It’s called “The Movie Vanishes” and it’s worth a few minutes of your time. Toy Story 2 was almost lost because of a mistake and … Continue reading

Posted in Editorial | Tagged , , | 2 Comments