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 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
💡 Today's word of the day is lazy evaluation!

A call-by-need strategy that delays the evaluation of an expression until its value is actually needed and caches the result for future use, avoiding repeated evaluatio…

#coding #developers #buildinpublic
What is lazy evaluation?
A call-by-need strategy that delays the evaluation of an expression until its value is actually needed and caches the result for future use, avoiding repeated evaluations.
devterms.com
January 23, 2026 at 5:05 AM
💡 Today's word of the day is Post Office Protocol version 3 (POP3)!

A standard protocol for receiving email by downloading it to your computer from a mailbox on the server of an Internet service provider.

#coding #developers #buildinpublic
What is Post Office Protocol version 3 (POP3)?
A standard protocol for receiving email by downloading it to your computer from a mailbox on the server of an Internet service provider.
devterms.com
January 22, 2026 at 5:05 AM
💡 Today's word of the day is Amazon Web Services (AWS)!

A subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments.

#coding #developers #buildinpublic
What is Amazon Web Services (AWS)?
A subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments.
devterms.com
January 21, 2026 at 5:05 AM
💡 Today's word of the day is cohesion!

A measure of how well the lines of source code within a module work together.

#coding #developers #buildinpublic
What is cohesion?
A measure of how well the lines of source code within a module work together.
devterms.com
January 20, 2026 at 5:05 AM
💡 Today's word of the day is glitch!

A short-lived fault in a system, such as a transient fault that corrects itself, making it difficult to troubleshoot.

#coding #developers #buildinpublic
What is glitch?
A short-lived fault in a system, such as a transient fault that corrects itself, making it difficult to troubleshoot.
devterms.com
January 19, 2026 at 5:05 AM
💡 Today's word of the day is Common Vulnerabilities and Exposures (CVE)!

a list of publicly disclosed cybersecurity vulnerabilities and exposures.

#coding #developers #buildinpublic
What is Common Vulnerabilities and Exposures (CVE)?
a list of publicly disclosed cybersecurity vulnerabilities and exposures.
devterms.com
January 18, 2026 at 5:05 AM
💡 Today's word of the day is AppCache!

A deprecated HTML5 specification used for offline storage of web applications.

#coding #developers #buildinpublic
What is AppCache?
A deprecated HTML5 specification used for offline storage of web applications.
devterms.com
January 17, 2026 at 5:05 AM
💡 Today's word of the day is prop drilling!

A situation in React where props are passed through many components to reach a deeply nested component, often leading to maintenance issues.

#coding #developers #buildinpublic
What is prop drilling?
A situation in React where props are passed through many components to reach a deeply nested component, often leading to maintenance issues.
devterms.com
January 16, 2026 at 5:05 AM
💡 Today's word of the day is recursion!

A method where the solution to a problem depends on solutions to smaller instances of the same problem.

#coding #developers #buildinpublic
What is recursion?
A method where the solution to a problem depends on solutions to smaller instances of the same problem.
devterms.com
January 15, 2026 at 5:05 AM
💡 Today's word of the day is Dijkstra's algorithm!

An algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks.

#coding #developers #buildinpublic
What is Dijkstra's algorithm?
An algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks.
devterms.com
January 14, 2026 at 5:05 AM
💡 Today's word of the day is duck punching!

A playful term for dynamic reprogramming, allowing for the modification or extension of a programming language or environment at runtime.

#coding #developers #buildinpublic
What is duck punching?
A playful term for dynamic reprogramming, allowing for the modification or extension of a programming language or environment at runtime.
devterms.com
January 13, 2026 at 5:05 AM
💡 Today's word of the day is Go!

A statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson.

#coding #developers #buildinpublic
What is Go?
A statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson.
devterms.com
January 12, 2026 at 5:05 AM
💡 Today's word of the day is server-side rendering (SSR)!

A technique used in web development where the server generates HTML for a web page and sends it to the client's browser, allowing faster initial page loads …

#coding #developers #buildinpublic
What is server-side rendering (SSR)?
A technique used in web development where the server generates HTML for a web page and sends it to the client's browser, allowing faster initial page loads and improved SEO.
devterms.com
January 11, 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 10, 2026 at 5:05 AM
💡 Today's word of the day is Elm!

A functional language that compiles to JavaScript, making it ideal for building reliable web applications.

#coding #developers #buildinpublic
What is Elm?
A functional language that compiles to JavaScript, making it ideal for building reliable web applications.
devterms.com
January 9, 2026 at 5:05 AM
💡 Today's word of the day is UX (User Experience)!

The overall experience of a person using a product such as a website or computer application, especially in terms of how easy or pleasing it is to use.

#coding #developers #buildinpublic
What is UX (User Experience)?
The overall experience of a person using a product such as a website or computer application, especially in terms of how easy or pleasing it is to use.
devterms.com
January 8, 2026 at 5:05 AM
💡 Today's word of the day is tracing garbage collection!

A method of automatic memory management in programming languages where the runtime system keeps track of which objects are reachable and which are not by tra…

#coding #developers #buildinpublic
What is tracing garbage collection?
A method of automatic memory management in programming languages where the runtime system keeps track of which objects are reachable and which are not by tracing references from root objects, reclaiming memory from unreachable objects.
devterms.com
January 7, 2026 at 5:05 AM
💡 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
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.
devterms.com
January 6, 2026 at 5:05 AM