Notion's Mid-Life Crisis
Related
More from JJinuxLand
Heh, I passed Google Cloud's Cloud Digital Leader certification!I started by taking GCP for Beginners - Become a Google Cloud Digital Leader on Udemy. It was about 10 hours of video. It took me a while, though, because I wrote 95 pages of notes. I was perhaps overcompensating for my poor memory. I studied for an extra couple of days reading...
These are my takeaways from the Stack Overflow Developer Survey:Programming languages:JavaScript, HTML/CSS, and SQL are still dominant.Python is the #2 programming language, followed by TypeScript.Only 5% of developers still code in assembly.Lisp moved up two spots to 1.33% of respondents.Rust is the language that the highest number of people...
No, ChatGPT, that's not right ;) If you try solving this puzzle yourself, it's not actually that hard if you start by picking the last word first. I picked "poems on a quick snake". One of the reasons this is hard for ChatGPT is that it picks the words in order.
A lot of people use mock.patch() in their tests, but it's also sometimes useful to monkey-patch code at runtime. This blog post talks about why and how. Let's imagine that you're using some library (perhaps something big, like a web framework), and for whatever reason, you're unable to update the version you're using. Meanwhile, someone comes...