DevTerms πŸ“š's Avatar

DevTerms πŸ“š

@devterms.com

The crowdsourced dictionary for developers. Find definitions for technical terms, programming jargon, and more. Follow for news & daily developer terms! https://devterms.com Β· https://github.com/aelew/devterms Posts automated by @aelew.com

722
Followers
7,592
Following
452
Posts
19.11.2024
Joined
Posts Following

Latest posts by DevTerms πŸ“š @devterms.com

Preview
What is multiple inheritance? A feature of some object-oriented programming languages in which a class can inherit behaviors and characteristics from more than one parent class.

πŸ’‘ Today's word of the day is multiple inheritance!

A feature of some object-oriented programming languages in which a class can inherit behaviors and characteristics from more than one parent class.

#coding #developers #buildinpublic

07.03.2026 05:05 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is frontend? The part of a website or application that is visible to the user, typically involving the user interface and user experience aspects.

πŸ’‘ Today's word of the day is frontend!

The part of a website or application that is visible to the user, typically involving the user interface and user experience aspects.

#coding #developers #buildinpublic

06.03.2026 05:05 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is padding? In digital communications and computing, extra data added to a message for the purpose of aligning it to a certain size or boundary, often for encryption or to fit a specific format.

πŸ’‘ Today's word of the day is padding!

In digital communications and computing, extra data added to a message for the purpose of aligning it to a certain size or boundary, often for encryption or to fit a specific f…

#coding #developers #buildinpublic

05.03.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is OMGWID Call? Similar to OMGIFU, a fictional, humorous term representing an exasperated call for help, possibly when facing an insurmountable technical challenge or mistake.

πŸ’‘ Today's word of the day is OMGWID Call!

Similar to OMGIFU, a fictional, humorous term representing an exasperated call for help, possibly when facing an insurmountable technical challenge or mistake.

#coding #developers #buildinpublic

04.03.2026 05:05 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is generational garbage collection? A type of garbage collection algorithm that categorizes objects by their age and treats them differently based on the assumption that most objects die young.

πŸ’‘ Today's word of the day is generational garbage collection!

A type of garbage collection algorithm that categorizes objects by their age and treats them differently based on the assumption that most objects die y…

#coding #developers #buildinpublic

03.03.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is else? A conditional statement in programming that specifies the block of code to be executed if the condition in the if statement is false.

πŸ’‘ Today's word of the day is else!

A conditional statement in programming that specifies the block of code to be executed if the condition in the if statement is false.

#coding #developers #buildinpublic

02.03.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is transpile? The process of converting source code written in one programming language to another programming language with similar level of abstraction, typically used to target different execution environments or versions of a language.

πŸ’‘ Today's word of the day is transpile!

The process of converting source code written in one programming language to another programming language with similar level of abstraction, typically used to target differen…

#coding #developers #buildinpublic

01.03.2026 05:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is node? A basic unit used to build data structures such as linked lists, trees, and graphs.

πŸ’‘ Today's word of the day is node!

A basic unit used to build data structures such as linked lists, trees, and graphs.

#coding #developers #buildinpublic

28.02.2026 05:05 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is T? A programming language often used for statistical computing and data analysis, known for its simplicity, flexibility, and powerful data visualization capabilities.

πŸ’‘ Today's word of the day is T!

A programming language often used for statistical computing and data analysis, known for its simplicity, flexibility, and powerful data visualization capabilities.

#coding #developers #buildinpublic

27.02.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is debugger? A tool used to test and debug programs, allowing the programmer to execute and inspect the code in a controlled environment.

πŸ’‘ Today's word of the day is debugger!

A tool used to test and debug programs, allowing the programmer to execute and inspect the code in a controlled environment.

#coding #developers #buildinpublic

26.02.2026 05:05 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is Distributed Denial of Service (DDoS)? a type of cyber attack where multiple compromised computer systems attack a target, such as a server, website, or other network resource, causing a denial of service for users of the targeted resource.

πŸ’‘ Today's word of the day is Distributed Denial of Service (DDoS)!

a type of cyber attack where multiple compromised computer systems attack a target, such as a server, website, or other network resource, causing a…

#coding #developers #buildinpublic

25.02.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is semaphore? A synchronization primitive used to control access to a shared resource by multiple processes or threads, allowing only a specified number to access it concurrently.

πŸ’‘ Today's word of the day is semaphore!

A synchronization primitive used to control access to a shared resource by multiple processes or threads, allowing only a specified number to access it concurrently.

#coding #developers #buildinpublic

24.02.2026 05:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is dereference? The operation of accessing the data referred to by a pointer or reference.

πŸ’‘ Today's word of the day is dereference!

The operation of accessing the data referred to by a pointer or reference.

#coding #developers #buildinpublic

23.02.2026 05:05 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is factoring? In programming, the process of breaking down a complex problem or function into smaller, more manageable parts, often to improve readability or reusability.

πŸ’‘ Today's word of the day is factoring!

In programming, the process of breaking down a complex problem or function into smaller, more manageable parts, often to improve readability or reusability.

#coding #developers #buildinpublic

22.02.2026 05:05 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is linked list? A linear collection of data elements, whose order is not given by their physical placement in memory.

πŸ’‘ Today's word of the day is linked list!

A linear collection of data elements, whose order is not given by their physical placement in memory.

#coding #developers #buildinpublic

21.02.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is float (floating point)? A data type used in programming to represent real numbers with fractional parts, using a point to separate the integer and fraction parts.

πŸ’‘ Today's word of the day is float (floating point)!

A data type used in programming to represent real numbers with fractional parts, using a point to separate the integer and fraction parts.

#coding #developers #buildinpublic

20.02.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is list (Python)? An ordered collection of items which can contain elements of different types, changeable, and allow duplicate values.

πŸ’‘ Today's word of the day is list (Python)!

An ordered collection of items which can contain elements of different types, changeable, and allow duplicate values.

#coding #developers #buildinpublic

19.02.2026 05:05 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is Ansible? An open-source automation tool for software provisioning, configuration management, and application deployment.

πŸ’‘ Today's word of the day is Ansible!

An open-source automation tool for software provisioning, configuration management, and application deployment.

#coding #developers #buildinpublic

18.02.2026 05:05 πŸ‘ 5 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
What is render? To generate and display output, typically in the context of web development or graphics rendering.

πŸ’‘ Today's word of the day is render!

To generate and display output, typically in the context of web development or graphics rendering.

#coding #developers #buildinpublic

17.02.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is Internet Message Access Protocol (IMAP)? A protocol for accessing email on a remote server from a local client.

πŸ’‘ Today's word of the day is Internet Message Access Protocol (IMAP)!

A protocol for accessing email on a remote server from a local client.

#coding #developers #buildinpublic

16.02.2026 05:05 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is linked list? A linear collection of data elements, called nodes, where each node points to the next node by means of a pointer.

πŸ’‘ Today's word of the day is linked list!

A linear collection of data elements, called nodes, where each node points to the next node by means of a pointer.

#coding #developers #buildinpublic

15.02.2026 05:05 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is Clang? A compiler for the C, C++, and Objective-C programming languages, part of the LLVM project.

πŸ’‘ Today's word of the day is Clang!

A compiler for the C, C++, and Objective-C programming languages, part of the LLVM project.

#coding #developers #buildinpublic

14.02.2026 05:05 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is iframe? An HTML document embedded inside another HTML document on a website.

πŸ’‘ Today's word of the day is iframe!

An HTML document embedded inside another HTML document on a website.

#coding #developers #buildinpublic

13.02.2026 05:05 πŸ‘ 5 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is type erasure? A technique used in programming languages with generics or templates to remove type information during compilation, often used to ensure type safety and compatibility with older code or runtime environments.

πŸ’‘ Today's word of the day is type erasure!

A technique used in programming languages with generics or templates to remove type information during compilation, often used to ensure type safety and compatibility with…

#coding #developers #buildinpublic

12.02.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is extract transform load (ETL)? A process in database usage and especially in data warehousing that involves: Extracting data from outside sources, Transforming it to fit operational needs, which can include quality levels, Loading it into the end target (database, more specifically, operational data store, data mart, or data warehouse).

πŸ’‘ Today's word of the day is extract transform load (ETL)!

A process in database usage and especially in data warehousing that involves: Extracting data from outside sources, Transforming it to fit operational need…

#coding #developers #buildinpublic

11.02.2026 05:05 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is category? In programming, particularly in the context of functional programming and category theory, a category represents a collection of objects and morphisms between them.

πŸ’‘ Today's word of the day is category!

In programming, particularly in the context of functional programming and category theory, a category represents a collection of objects and morphisms between them.

#coding #developers #buildinpublic

10.02.2026 05:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is implementation? The process of putting a design into effect; in software, it refers to the writing of code that follows a design specification.

πŸ’‘ Today's word of the day is implementation!

The process of putting a design into effect; in software, it refers to the writing of code that follows a design specification.

#coding #developers #buildinpublic

09.02.2026 05:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
What is Application Security? Application security is the process of making apps more secure by finding, fixing, and enhancing the security of apps.

πŸ’‘ Today's word of the day is Application Security!

Application security is the process of making apps more secure by finding, fixing, and enhancing the security of apps.

#coding #developers #buildinpublic

08.02.2026 05:05 πŸ‘ 6 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is y? A variable or placeholder commonly used in mathematics, programming, and formal languages to represent a dependent or output value, often in relation to the independent or input value represented by 'x' in equations, formulas, or functions.

πŸ’‘ Today's word of the day is y!

A variable or placeholder commonly used in mathematics, programming, and formal languages to represent a dependent or output value, often in relation to the independent or input valu…

#coding #developers #buildinpublic

07.02.2026 05:05 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
What is list (Python)? An ordered collection of items which can contain elements of different types, changeable, and allow duplicate values.

πŸ’‘ Today's word of the day is list (Python)!

An ordered collection of items which can contain elements of different types, changeable, and allow duplicate values.

#coding #developers #buildinpublic

06.02.2026 05:05 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0