JavaScript: Read Only Attributes
·
Sometimes you want a property of an object in JavaScript to be read-only. Thanks to newer language features, this is pretty easy to set up!
·
Sometimes you want a property of an object in JavaScript to be read-only. Thanks to newer language features, this is pretty easy to set up!
·
At some point in your career, you might find yourself weighing the pros and cons of open source as it relates to your business.
·
I insist that everyone on my team reviews code, and that everyone’s code goes through review before it hits the server. Two sets of eyes are always better than one.
·
I found out that my top referrer so far this week is the search result page for “decrypt wordpress password hash online.” What’s going on?
·
I love open source. I hate people who are dicks about the way they try to use open source to extort money from others.
·
Developers keep raising a concern about a particular type of attack that might be related to my Secure XML-RPC proposal. Let me explain why it’s not a concern.
·
I’ve come up with a fun way to teach both programmable hardware and forest ecology – but I need your help to flesh it out!
·
With a few notable exceptions, developers often invoke “code smell” because they don’t like an approach or pattern, but can’t articulate why.
·
One of the things I miss most from my C# coding days is output parameters.
·
I don’t like the GPL, so I license my code under the GPL-compatible MIT license instead. Want to know why?