← postsPopular categories

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

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

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

  1. 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…

  2. What is an ERP system?

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

  3. 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 …

  4. What is DOM?

    DOM (Document Object Model) is a programming interface for representing and interacting with the structure of a web page or XML d…

  5. What is SQL Injection?

    SQL Injection (SQLI) is a type of attack on web applications, during which an attacker inserts SQL code into input data that is p…

  6. What is penetration testing?

    Penetration Testing (penetration testing), also known as security testing, ethical hacking, or penetration testing, is a type of …

  7. What is a session? (Web)

    In the context of the web, the term session is usually used to describe the connection between a user and a website over a certai…

  8. What are cookies?

    Cookies are data that websites store on a user's computer, phone, or other device (in the browser). This data contains informatio…

  9. What is the difference between PUT and PATCH?

    PUT and PATCH are two HTTP methods used to update resources on the server in the context of RESTful web services. The main differ…

  10. What is RESTful and how does it differ from REST?

    The term RESTful is used to describe web services or systems that use the architectural style REST. RESTful is an extension of th…