How to Staff an It Department
IT departments are a form of self-defense for the modern company: they shouldn’t be necessary in a perfect world, but…
The Superior Use of OOP
Object Oriented Programming is a language paradigm open to several different philosophies of use, and some of these philosophies will…
Common Software Development Terms
Programming Language This is a set of instructions or commands which tell a computer to perform specific tasks. Typical programming…
Program Architecture Tips
Observations About Program Architectures
The Superior Use of Schedules
Do not use schedules, use deadlines. Use schedules when all you’re doing is changing values in templates and config files.…
How to handle money and currency conversions
Most of the bugs and unnecessary complexity that come from working with financial data in a computer program can be…
DSL Tips & Ideas
DSL is short for Domain Specific Language, and they’re the key to building large and easily maintainable software systems. Your…
