Copyright, DRM, and Diminishing Returns
·
By driving down the cost of doing business, the publishing industry has inadvertently driven down the barrier to competition as well.
·
By driving down the cost of doing business, the publishing industry has inadvertently driven down the barrier to competition as well.
·
Like most developers, I’m lazy. It’s easier to define a root-level constant with an API key or dashboard password than it is to program an interface for setting and storing those credentials. Unfortunately, it means I can very easily slip up and distribute those credentials to the world.
·
Investing in WordPress plugins isn’t likely to return too much – unless those are premium plugins.
·
No matter your position, your tenure, or your experience, you should always have someone else double check your code.
·
Never trust user input, even if it’s coming from an allegedly trustworthy source.
·
Sometimes we only learn from personal experience. Learn from my mistakes so you don’t have to live through them yourself.
·
Composer is a potential solution for theme/plugin dependencies in WordPress. But it will take some time before we flesh out the solution fully.
·
How reasonable is the suggestion that WordPress encrypt its database? Really?
·
Global variables are bad, clutter your code, and can be a major stumbling project in terms of project maintainability. Don’t use them.
·
I built an app last night that allows me to look up bus arrival times via SMS. It took me 2 hours. Node is incredible!