Categories
Development

One Page, Ten Years

Teach Yourself Programming in Ten Years, lots of good ideas in one page.

Categories
Development

One Page, Ten Years

Teach Yourself Programming in Ten Years, lots of good ideas in one page.

Categories
Development

Test-Driven Development

Looks like I moved from the Cincinnati area to the Lexington area a week too soon. Found some notes from a XP in Cincinnati workshop on Test-Driven Development. The examples use Ruby but shoudl be useful for any language.

Categories
Development

Test-Driven Development

Looks like I moved from the Cincinnati area to the Lexington area a week too soon. Found some notes from a XP in Cincinnati workshop on Test-Driven Development. The examples use Ruby but shoudl be useful for any language.

Categories
Culture Development Reviews

Almost Perfect, the Book

The book, Almost Perfect, was originally published by Prima Publishing in 1994. It is the story of the rise and fall of WordPerfect Corporation from my point of view.

It is already providing facinating reading. Hearing about the recession of the early 80’s and comparing it to the current one is rather theraputic.

Although I did not know it at the time, that $5 an hour part-time job would turn into a great opportunity. Somehow I had arrived at exactly the right place at exactly the right time.

Like some rare astrological phenomenon when all the planets are perfectly aligned, all the necessary events came together at just the right time, and a new and soon to be successful company was born.

It amazes me how much computers have changed in 20 years and how little the whole buisness aspect of computers and software has changed in 20 years.

Categories
Culture Development Reviews

Almost Perfect, the Book

The book, Almost Perfect, was originally published by Prima Publishing in 1994. It is the story of the rise and fall of WordPerfect Corporation from my point of view.

It is already providing facinating reading. Hearing about the recession of the early 80’s and comparing it to the current one is rather theraputic.

Although I did not know it at the time, that $5 an hour part-time job would turn into a great opportunity. Somehow I had arrived at exactly the right place at exactly the right time.

Like some rare astrological phenomenon when all the planets are perfectly aligned, all the necessary events came together at just the right time, and a new and soon to be successful company was born.

It amazes me how much computers have changed in 20 years and how little the whole buisness aspect of computers and software has changed in 20 years.

Categories
Development

Developer Advice from the Trenches

Little Nybbles of Development Wisdom

In this document, I have tried to remember and distill my hard-fought 3-year experience as I evolved into a programmer capable of building a commercial product, http://www.jguru.com . Naturally this is a not complete list of programming advice, but rather what I learned on this project.

Lots of good stuff in there, keep it simple, don’t trust anyone else and test to name a few.

Categories
Development

Developer Advice from the Trenches

Little Nybbles of Development Wisdom

In this document, I have tried to remember and distill my hard-fought 3-year experience as I evolved into a programmer capable of building a commercial product, http://www.jguru.com . Naturally this is a not complete list of programming advice, but rather what I learned on this project.

Lots of good stuff in there, keep it simple, don’t trust anyone else and test to name a few.

Categories
Development

Interface for Aggregators

Excelent timing, Radio’s XML-RPC Interface for the Aggregator looks like the interface a perfect interface to somethign I have been working on. I’m working on a RSS aggregator where the repository resides on a server, because I’m stuck in dialup hell. A missing part was a neurtal rpc for accessing the repository, which is now solved except for the code to implement it.

Categories
Development

Interface for Aggregators

Excelent timing, Radio’s XML-RPC Interface for the Aggregator looks like the interface a perfect interface to somethign I have been working on. I’m working on a RSS aggregator where the repository resides on a server, because I’m stuck in dialup hell. A missing part was a neurtal rpc for accessing the repository, which is now solved except for the code to implement it.