LLM
What is LLM? Large Language Models (LLM) are a class of artificial intelligence models designed to understand, process and generate natural language. These models are based on deep neural networks and are trained on large sets of
What is LLM? Large Language Models (LLM) are a class of artificial intelligence models designed to understand, process and generate natural language. These models are based on deep neural networks and are trained on large sets of
SSL (Secure Sockets Layer) is a security protocol that allows the transmission of encrypted data between a server and a client, usually a website and a browser. This technology ensures that sensitive data, such as passwords, credit card information, etc., is encrypted.
A pointer is a variable that stores the memory address of another variable. Instead of directly containing a value, as a common variable would, a pointer contains the location where that value is stored in memory. Pointers are
What is Namespace? A namespace is a feature of various programming languages that allows you to group and organise code elements, such as classes, functions and variables, under a single name. The main purpose of a namespace is to avoid naming conflicts.
What is obfuscation? Code obfuscation is a technique that consists of modifying the source code of a program to make it more difficult for humans to understand, while maintaining the original functionality of the program. Obfuscation is done by means of several transformations
What is a Dynamic Link Library (DLL)? A Dynamic Link Library, known as a DLL, is a type of file used in Windows operating systems to share code, data and resources between various applications. Unlike
What is a Gateway? A gateway is an access point that acts as an intermediary between two different networks or systems, enabling communication between them. Its main purpose is to translate, adapt and transfer information between two environments that otherwise would not be able to communicate with each other.
Regular expressions, commonly known as regex (short for «regular expressions»), are a sequence of characters that define a search pattern. These expressions are used in a variety of programming languages and tools to perform operations on text strings, such as
Before you go, find out how to take your knowledge to the next level.
See Courses No thanks