Scaling From Day One
There is a saying in software development, you write it first and then you optimize as needed. This is a very general rule and works much of the time. However, when you need your solutions to scale from day one, you can throw this rule out the window. Well, you aren’t really throwing the rule [...]
A Problem You Can Duplicate is Easy To Fix
This is not true 100% of the time, but the majority of the time this is correct. There have been times, I “fixed” a problem. Only to realize I didn’t fix anything. However, I did break working code. After you have done this a few times, you will learn. In an attempt to reduplicate the [...]