DevTerms πŸ“š's Avatar

DevTerms πŸ“š

@devterms.io.bsky.social

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

688 Followers  |  7,592 Following  |  254 Posts  |  Joined: 19.11.2024  |  1.7015

Latest posts by devterms.io on Bluesky

Preview
What is SIMD? Single Instruction, Multiple Data, a parallel computing technique that performs the same operation on multiple data points simultaneously.

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

Single Instruction, Multiple Data, a parallel computing technique that performs the same operation on multiple data points simultaneously.

#coding #developers #buildinpublic

09.08.2025 05:12 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is hash? A function that converts an input (or 'message') into a fixed-size string of bytes, typically a digest that is unique to each unique input.

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

A function that converts an input (or 'message') into a fixed-size string of bytes, typically a digest that is unique to each unique input.

#coding #developers #buildinpublic

08.08.2025 05:12 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Forth? A stack-based, procedural programming language and programming environment.

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

A stack-based, procedural programming language and programming environment.

#coding #developers #buildinpublic

07.08.2025 05:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is SAN? Storage Area Network, a high-speed network that provides access to storage resources to multiple servers.

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

Storage Area Network, a high-speed network that provides access to storage resources to multiple servers.

#coding #developers #buildinpublic

05.08.2025 05:12 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is documentation (docs)? Written text or illustrations that accompany software and either explain how the software operates or how to use it.

πŸ’‘ Today's word of the day is documentation (docs)!

Written text or illustrations that accompany software and either explain how the software operates or how to use it.

#coding #developers #buildinpublic

04.08.2025 05:12 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Beginner's All-Purpose Symbolic Instruction Code (BASIC)? An early programming language designed for ease of use.

πŸ’‘ Today's word of the day is Beginner's All-Purpose Symbolic Instruction Code (BASIC)!

An early programming language designed for ease of use.

#coding #developers #buildinpublic

03.08.2025 05:12 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is compression? The process of encoding information using fewer bits than the original representation to reduce the size of data for storage, handling, and transmitting content.

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

The process of encoding information using fewer bits than the original representation to reduce the size of data for storage, handling, and transmitting content.

#coding #developers #buildinpublic

02.08.2025 05:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is PMP (Project Management Professional)? A globally recognized certification offered by the Project Management Institute (PMI) that validates a person's ability to manage the people, processes, and business priorities of a professional project.

πŸ’‘ Today's word of the day is PMP (Project Management Professional)!

A globally recognized certification offered by the Project Management Institute (PMI) that validates a person's ability to manage the people, proc…

#coding #developers #buildinpublic

01.08.2025 05:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is compression? The process of encoding information using fewer bits than the original representation to reduce the size of data for storage, handling, and transmitting content.

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

The process of encoding information using fewer bits than the original representation to reduce the size of data for storage, handling, and transmitting content.

#coding #developers #buildinpublic

31.07.2025 05:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is SSH? Secure Shell, a cryptographic network protocol for securely connecting to a remote server or computer system over an unsecured network, providing encrypted communication and authentication.

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

Secure Shell, a cryptographic network protocol for securely connecting to a remote server or computer system over an unsecured network, providing encrypted communication and authen…

#coding #developers #buildinpublic

30.07.2025 05:12 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is float? A data type composed of a number that is not an integer, because it includes a fraction represented in decimal format.

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

A data type composed of a number that is not an integer, because it includes a fraction represented in decimal format.

#coding #developers #buildinpublic

29.07.2025 05:12 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Supabase? Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, and Vector embeddings.

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

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, Storage, an…

#coding #developers #buildinpublic

28.07.2025 05:12 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is vector graphics? A type of graphic that uses mathematical descriptions of shapes and paths to represent images, allowing for scalability and resolution independence, often used for illustrations, diagrams, and logos.

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

A type of graphic that uses mathematical descriptions of shapes and paths to represent images, allowing for scalability and resolution independence, often used for illu…

#coding #developers #buildinpublic

27.07.2025 05:12 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is infinite loop? A sequence of instructions in a computer program that loops endlessly, either due to a programming error or by design.

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

A sequence of instructions in a computer program that loops endlessly, either due to a programming error or by design.

#coding #developers #buildinpublic

26.07.2025 05:00 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
What is abstract data type? A model for data types where the implementation is hidden from the user.

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

A model for data types where the implementation is hidden from the user.

#coding #developers #buildinpublic

25.07.2025 05:00 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is favicon? Short for 'favorite icon,' it’s the icon that appears in your website’s browser tab.

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

Short for 'favorite icon,' it’s the icon that appears in your website’s browser tab.

#coding #developers #buildinpublic

24.07.2025 05:00 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is package.json? A file used in Node.js projects to store metadata for projects published as npm modules, including the project's name, version, and dependencies.

πŸ’‘ Today's word of the day is package.json!

A file used in Node.js projects to store metadata for projects published as npm modules, including the project's name, version, and dependencies.

#coding #developers #buildinpublic

23.07.2025 05:00 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Rails (Ruby on Rails)? A server-side web application framework written in Ruby under the MIT License. Rails is a model-view-controller (MVC) framework, providing default structures for a database, a web service, and web pages.

πŸ’‘ Today's word of the day is Rails (Ruby on Rails)!

A server-side web application framework written in Ruby under the MIT License. Rails is a model-view-controller (MVC) framework, providing default structures for …

#coding #developers #buildinpublic

22.07.2025 05:00 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is volumetrics? In software development and project management, metrics and measurements related to the volume or size of code, data, or other project artifacts, often used to estimate effort, track progress, and assess project complexity.

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

In software development and project management, metrics and measurements related to the volume or size of code, data, or other project artifacts, often used to estimate eff…

#coding #developers #buildinpublic

21.07.2025 05:00 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is JIT? Just-In-Time compilation, a runtime process for translating bytecode into native machine code just before it is executed, to improve performance.

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

Just-In-Time compilation, a runtime process for translating bytecode into native machine code just before it is executed, to improve performance.

#coding #developers #buildinpublic

20.07.2025 05:00 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is implementation detail? Specifics about how a particular task is performed or a particular goal is achieved within a software, which are not exposed or relevant to the user or consumer of the software.

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

Specifics about how a particular task is performed or a particular goal is achieved within a software, which are not exposed or relevant to the user or consumer o…

#coding #developers #buildinpublic

19.07.2025 05:00 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is artificial general intelligence? A non-human mechanism that demonstrates a broad range of problem solving, creativity, and adaptability.

πŸ’‘ Today's word of the day is artificial general intelligence!

A non-human mechanism that demonstrates a broad range of problem solving, creativity, and adaptability.

#coding #developers #buildinpublic

18.07.2025 05:00 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is service level objective (SLO)? A target level of service defined by an organization to meet its service level agreements (SLAs) with customers, typically expressed as a measurable quantity.

πŸ’‘ Today's word of the day is service level objective (SLO)!

A target level of service defined by an organization to meet its service level agreements (SLAs) with customers, typically expressed as a measurable quant…

#coding #developers #buildinpublic

17.07.2025 05:00 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is domain-specific language? A computer language specialized to a particular application domain, designed to express the concepts and operations that are specific to that domain.

πŸ’‘ Today's word of the day is domain-specific language!

A computer language specialized to a particular application domain, designed to express the concepts and operations that are specific to that domain.

#coding #developers #buildinpublic

16.07.2025 05:00 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is paradigm? A typical example or pattern of something; a pattern or model. In computing, it often refers to a programming paradigm, which is a way or style of programming.

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

A typical example or pattern of something; a pattern or model. In computing, it often refers to a programming paradigm, which is a way or style of programming.

#coding #developers #buildinpublic

15.07.2025 05:00 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is easier to ask for forgiveness than permission (EAFP)? a common Python coding style that assumes the existence of valid keys or attributes and catches exceptions if the assumption proves false.

πŸ’‘ Today's word of the day is easier to ask for forgiveness than permission (EAFP)!

a common Python coding style that assumes the existence of valid keys or attributes and catches exceptions if the assumption proves…

#coding #developers #buildinpublic

14.07.2025 05:00 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is terminal? An interface for text input and output to a computer, often used for executing commands and interacting with the operating system, typically accessed through a command-line interface (CLI).

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

An interface for text input and output to a computer, often used for executing commands and interacting with the operating system, typically accessed through a command-line in…

#coding #developers #buildinpublic

13.07.2025 05:00 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is tuple? A finite ordered list or sequence of elements, often used to group related data together, commonly found in programming languages such as Python, Haskell, and Swift.

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

A finite ordered list or sequence of elements, often used to group related data together, commonly found in programming languages such as Python, Haskell, and Swift.

#coding #developers #buildinpublic

12.07.2025 05:00 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Node.js? An open-source, cross-platform, back-end JavaScript runtime environment that executes JavaScript code outside a web browser.

πŸ’‘ Today's word of the day is Node.js!

An open-source, cross-platform, back-end JavaScript runtime environment that executes JavaScript code outside a web browser.

#coding #developers #buildinpublic

11.07.2025 05:00 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is loose coupling? A design goal that seeks to reduce the interdependencies between components of a system, making it easier to change one component without affecting others.

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

A design goal that seeks to reduce the interdependencies between components of a system, making it easier to change one component without affecting others.

#coding #developers #buildinpublic

10.07.2025 05:00 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

@devterms.io is following 18 prominent accounts