Programming language correlates with salary?
https://www.bignerdranch.com/blog/which-programming-language-will-earn-you-the-highest-salary/ Okay. I like that. I wonder what the r2 value is.
more ...https://www.bignerdranch.com/blog/which-programming-language-will-earn-you-the-highest-salary/ Okay. I like that. I wonder what the r2 value is.
more ...Read this: http://jeffq.com/blog/the-ethernet-pause-frame/ Fascinating. A world of interconnected devices in which we place a kind of implicit trust. There's little visibility for ordinary consumers. It takes a skilled specialist to determine that there are flaws in a product. It's not that the system is "flaky." It's …
more ...Here's the question, lightly edited to remove the garbage. (Sometimes I'm charitable and call it "rambling". Today, I'm not feeling charitable about the garbage writing style filled with strange assumptions instead of questions.)
more ...someone asked if you could have both a yield and a return in the same ... function/iterator …
I'm looking at code (as a man does) and I can't remember if there's a class that does X. There's a lot of code. I wrote almost all of it. And -- maybe it's the gin -- but I just can't recall if there's an X. It seems like there should be …
more ...See Goodbye, Object Oriented Programming. I don't want to say that the entire article is bunk. It's not. It raises a few good points. Points which I thought were pretty well known. What's aggravating is that this lamentation is overly broad. It treats all languages as if they're Java or …
more ...Someone found Yet Another Post (YAP™) insisting that the Gang of Four (GOF™) patterns were on their last legs. The email was misleading, because this is not precisely what the article said. The bottom-line was that Design Patterns in general are merely a response to gaps in the underlying programming …
more ...In "Why Python?" I linked to a deep and sophisticated analysis of programming languages. Anyway, I thought it was a deep and sophisticated analysis.
I got a reply that shows how wrong I was. Here's the quote:
The point is that the Python ecosystem has a lot to offer. We …
more ...See {filename}/blog/2016/06/2016_06_10-database_conversion_or_schema_migration.rst
People talk about CI/CD (Continuous Integration/Continuous Deployment).
They also need to talk about CM (Continuous Migration).
"Wait, what?" you ask.
When we roll out a new version of the software (CD) there are three common situations.