I code, therefore I am... a software engineer.

Free Your Phone With OpenMoko

Cell phones are for the most part proprietary in their platforms. Sure you can write J2ME applications for them. BlackBerry phones also have an API which you can utilize to write custom applications. It’s the actual operating system though that you really can’t get too. Don’t care? Well, then this review isn’t for you. However, …

Read more

Software Engineering – Can You Have It Good, Fast And Cheap?

Anyone who has been in software engineering can most likely recognize the old project triangle. The basic premise to this triangle is that in software engineering you may pick only two of the tips of this triangle. You can create software quickly and cheaply but it will suffer quality. You can have high quality quickly …

Read more

One Reason VB.NET Sucks

I am working on some legacy code that is currently in VB.NET running on the .NET 1.1 Framework. I went to add a property to a class and received this error: Property without a ‘ReadOnly’ or ‘WriteOnly’ specifier must provide both a ‘Get’ and a ‘Set’. Seriously? So I have to tell you that it …

Read more

Software Engineering Tips For Startups

Alex Iskold over at AdaptiveBlue.com wrote a very good article for any startup companies wanting to get their feet wet in the software market. Very well written and user-friendly guide titled… well it’s the same as I titled this post. 🙂 Software Engineering Tips For Startups (the real article)