DevTerms 📚
banner
devterms.com
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
Pinned
Beep boop 🤖

Hello world! devterms.io is the crowdsourced dictionary for developers. Got a term that’s scratching your head? You can find definitions for technical terms & programming jargon on DevTerms!

Follow me for daily developer wisdom and to stay in the loop with the latest tech lingo! 🦾
The Developer Dictionary | DevTerms
A crowdsourced dictionary for developers. Find definitions for all sorts of technical terms, programming jargon, and more!
devterms.io
💡 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
What is render?
To generate and display output, typically in the context of web development or graphics rendering.
devterms.com
February 17, 2026 at 5:05 AM
💡 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
What is Internet Message Access Protocol (IMAP)?
A protocol for accessing email on a remote server from a local client.
devterms.com
February 16, 2026 at 5:05 AM
💡 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
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.
devterms.com
February 15, 2026 at 5:05 AM
💡 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
What is Clang?
A compiler for the C, C++, and Objective-C programming languages, part of the LLVM project.
devterms.com
February 14, 2026 at 5:05 AM
💡 Today's word of the day is iframe!

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

#coding #developers #buildinpublic
What is iframe?
An HTML document embedded inside another HTML document on a website.
devterms.com
February 13, 2026 at 5:05 AM
💡 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
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.
devterms.com
February 12, 2026 at 5:05 AM
💡 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
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).
devterms.com
February 11, 2026 at 5:05 AM
💡 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
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.
devterms.com
February 10, 2026 at 5:05 AM
💡 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
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.
devterms.com
February 9, 2026 at 5:05 AM
💡 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
What is Application Security?
Application security is the process of making apps more secure by finding, fixing, and enhancing the security of apps.
devterms.com
February 8, 2026 at 5:05 AM
💡 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
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.
devterms.com
February 7, 2026 at 5:05 AM
💡 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
What is list (Python)?
An ordered collection of items which can contain elements of different types, changeable, and allow duplicate values.
devterms.com
February 6, 2026 at 5:05 AM
💡 Today's word of the day is Safari!

A web browser developed by Apple Inc., known for its performance and compatibility with Apple devices.

#coding #developers #buildinpublic
What is Safari?
A web browser developed by Apple Inc., known for its performance and compatibility with Apple devices.
devterms.com
February 5, 2026 at 5:05 AM
💡 Today's word of the day is unix!

A family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix.

#coding #developers #buildinpublic
What is unix?
A family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix.
devterms.com
February 4, 2026 at 5:05 AM
💡 Today's word of the day is Voice over Internet Protocol (VoIP)!

A technology that enables voice communication and multimedia sessions over the internet, allowing users to make phone calls, video calls, and send m…

#coding #developers #buildinpublic
What is Voice over Internet Protocol (VoIP)?
A technology that enables voice communication and multimedia sessions over the internet, allowing users to make phone calls, video calls, and send messages using IP-based networks, often providing cost savings and flexibility compared to traditional telephony systems.
devterms.com
February 3, 2026 at 5:05 AM
💡 Today's word of the day is compiled language!

A programming language whose implementations are typically compilers (translators that generate machine code from source code), and not interpreters (step-by-step exe…

#coding #developers #buildinpublic
What is compiled language?
A programming language whose implementations are typically compilers (translators that generate machine code from source code), and not interpreters (step-by-step executors of source code, where no pre-runtime translation takes place).
devterms.com
February 2, 2026 at 5:05 AM
💡 Today's word of the day is null!

A special value in programming used to represent the absence of a value.

#coding #developers #buildinpublic
What is null?
A special value in programming used to represent the absence of a value.
devterms.com
February 1, 2026 at 5:05 AM
💡 Today's word of the day is text editor!

Software used to write and edit text, especially code for software development.

#coding #developers #buildinpublic
What is text editor?
Software used to write and edit text, especially code for software development.
devterms.com
January 31, 2026 at 5:05 AM
💡 Today's word of the day is HyperText Transfer Protocol (HTTP)!

The foundation of data communication for the World Wide Web.

#coding #developers #buildinpublic
What is HyperText Transfer Protocol (HTTP)?
The foundation of data communication for the World Wide Web.
devterms.com
January 30, 2026 at 5:05 AM
💡 Today's word of the day is linter!

A tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs.

#coding #developers #buildinpublic
What is linter?
A tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs.
devterms.com
January 29, 2026 at 5:05 AM
💡 Today's word of the day is coupling!

The degree of interdependence between software modules.

#coding #developers #buildinpublic
What is coupling?
The degree of interdependence between software modules.
devterms.com
January 28, 2026 at 5:05 AM
💡 Today's word of the day is Domain Name System (DNS)!

The system by which internet domain names and addresses are tracked and regulated.

#coding #developers #buildinpublic
What is Domain Name System (DNS)?
The system by which internet domain names and addresses are tracked and regulated.
devterms.com
January 27, 2026 at 5:05 AM
💡 Today's word of the day is port!

In computing, a communication endpoint in an operating system. In the context of software, it refers to the process of adapting software to run on a different environment or platf…

#coding #developers #buildinpublic
What is port?
In computing, a communication endpoint in an operating system. In the context of software, it refers to the process of adapting software to run on a different environment or platform.
devterms.com
January 26, 2026 at 5:05 AM
💡 Today's word of the day is token!

A string of characters that represents a significant piece of data.

#coding #developers #buildinpublic
What is token?
A string of characters that represents a significant piece of data.
devterms.com
January 25, 2026 at 5:05 AM
💡 Today's word of the day is software integration!

The process of bringing together various software sub-systems so that they create a unified single system.

#coding #developers #buildinpublic
What is software integration?
The process of bringing together various software sub-systems so that they create a unified single system.
devterms.com
January 24, 2026 at 5:05 AM