← postsPopular categories

#Computers and technologies (Комп'ютери та технології)

50 posts in category «Computers and technologies (Комп'ютери та технології)»

News and reviews of computer technologies in Ukrainian. Technical innovations, gadget reviews and tips for using the equipment.

  1. Education (Освіта)Aug 10, '26 16:16

    What is Server-Side Request Forgery (SSRF) and why is it dangerous

    Server-Side Request Forgery (SSRF) is a vulnerability in web applications that allows an attacker to make the server perform an H…

  2. How to transfer a file storage from S3 to your own server - and not break the site/application

    Sooner or later, almost every project that stores user files - avatars and other media - faces the same question: do we really ne…

  3. How to quickly reset the QA/Staging branch to the state of main

    Sometimes the QA (or staging) branch becomes so cluttered with experiments that it's easier not to try to resolve all conflicts a…

  4. Elasticsearch, OpenSearch, and alternatives

    Imagine you have a million documents. You want to find all of them that contain the word "coffee," but only those where it is use…

  5. Copilot error - client not supported: bad request: the specified API version is no longer supported.

    Here is the error in GH Copilot: Sorry, your request failed. Please try again.Copilot Request id: af0e035e-3458-486e-a215-XXXXGH …

  6. Why is TOON better than JSON when working with AI?

    TOON format is a simple text data format that simplifies working with JSON-like structures. It is flat: each key and value is wri…

  7. MCP: a new internet where websites communicate with AI

    Model Context Protocol (MCP) is a breakthrough that is already being called an event on the scale of the emergence of Bitcoin. So…

  8. Offset vs Cursor Pagination in Rails: what to choose and why

    In web applications with large datasets, the issue of pagination arises sooner or later. Displaying thousands of records in a tab…

  9. What is NP-complexity?

    NP-completeness is a class of problems for which it is very difficult to find a solution, but easy to verify the correctness of a…

  10. What is factorial complexity?

    Factorial complexity is a situation where the number of options or combinations grows like the factorial of the number of element…