KTLO Management

We wind up in this situation from time to time.

Customer:
[X] is broken, what will it cost to fix it?
Us:
Depends, but put $$$ in your budget.
Customer:
I can't afford $$$, I can barely afford to Keep The Lights On™!

At this point, the conversation is usually over. There …

more ...


Django Project, Application and Database Naming

When you start fresh (as I sometimes do), you create a Django project into which you create your first application. You use django-admin.py to spin up a project directory, and from in side there, use manage.py to create an application boilerplate.

The Django folks are very clear on …

more ...

Java-related skills - response to a question

I think that learning Java is challenging. You've got to learn the language, object-oriented programming, the libraries and the endless Java Technologies. The Java landscape is crowded with J*tx* and tx J add-ons, where tx is some technology abbreviation; for example, JAXWS, JAXB, SAAJ, JMS, JFC, JCE, JAAS, etc …

more ...