Month January 2026

Self-hosted Plagiarism Detection with OpenSearch

Self-hosted Plagiarism Detection with OpenSearch Building an LMS, needed plagiarism detection without external APIs. Two-stage approach First, find candidates with more_like_this: search = cls.search().filter( “nested”, path=”answers”, query={“term”: {“answers.question_id”: str(question_id)}} ) search = search.exclude(“term”, user_id=user_id) search = search.query( “nested”, path=”answers”, query={…

Busy Plugin Developers Newsletter – Q4 2025

Your quarterly dose of plugin dev news, tools, and tips from JetBrains. 🧩 Marketplace Updates Integration Tests Now Part of Automated Moderation Integration test results are now displayed directly on the plugin page, alongside Plugin Verifier results on the Versions…

It’s hard to make money from software alone

There is more money to be made in the real, physical world than in the Software Industry. This is an undeniable fact that will remain true until the end of time. I say this with confidence because you can’t eat…

Test Your Use Case with Postman

You can use the Postman platform to test and build with the TabaPay API, alongside thousands of other APIs. Postman is used by more than 30 million users and more than half a million organizations, and now it’s easy to…