Teach Yourself Programming in Ten Years, lots of good ideas in one page.
Category: Development
One Page, Ten Years
Teach Yourself Programming in Ten Years, lots of good ideas in one page.
Test-Driven Development
Test-Driven Development
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.
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.
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.
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.
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.
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.