← postsPopular categories

#Programming (Програмування)

163 posts in category «Programming (Програмування)»

Notes on programming in Ukrainian: coding languages, algorithms, the latest technologies and other useful information for developers.

  1. What does HA (High Availability) mean?

    HA or High Availability is a concept in information technology that indicates the ability of a system or service to provide servi…

  2. What is Scalability?

    Scalability (scalability) is a characteristic of a system or software that indicates its ability to effectively increase or decre…

  3. What is Hot Potato in software development?

    Hot Potato - is a term used in software development to refer to a situation where a specific task or problem is passed from one d…

  4. Open Graph Image Generation in Rails Using SVG Templates

    As a template for generating JPG images, I chose SVG due to its simplicity and speed of working with this format. For example, HT…

  5. Fixing An error occurred while installing tiny_tds (2.1.5), and Bundler cannot continue on Mac with M1

    On mac with m1, an error occurred while updating ruby gems - An error occurred while installing tiny_tds (2.1.5), and Bundler can…

  6. What is NLP? What is Natural Language Processing used for?

    NLP stands for "Natural Language Processing". It is a field of artificial intelligence (AI) that studies the interaction between …

  7. What is Automatic Speech Recognition (ASR)?

    ASR stands for "Automatic Speech Recognition" or "Automatic Speech Recognition". This is a technology used for the automatic conv…

  8. What is identification and authentication, and what is the difference?

    Identification and authentication are two different concepts in the field of security related to confirming the identity of a per…

  9. What is an ERP system?

    ERP (Enterprise Resource Planning) is an integrated software system that allows businesses to automate and synchronize various bu…

  10. What is Cross-Site Scripting (XSS)?

    Cross-Site Scripting (XSS) is a type of attack on web application security, where an attacker injects JavaScript code into a web …