DevTerms πŸ“š's Avatar

DevTerms πŸ“š

@devterms.com.bsky.social

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

698 Followers  |  7,592 Following  |  316 Posts  |  Joined: 19.11.2024  |  1.5857

Latest posts by devterms.com on Bluesky

Preview
What is SSL? Secure Sockets Layer, a cryptographic protocol that provides secure communication over a computer network, commonly used to secure web traffic between a web browser and a server.

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

Secure Sockets Layer, a cryptographic protocol that provides secure communication over a computer network, commonly used to secure web traffic between a web browser and a server.

#coding #developers #buildinpublic

16.10.2025 05:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Python Enhancement Proposal (PEP)? A design document providing information to the Python community, or describing a new feature for Python or its processes or environment.

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

A design document providing information to the Python community, or describing a new feature for Python or its processes or environment.

#coding #developers #buildinpublic

15.10.2025 05:15 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is PaaS (Platform as a Service)? A cloud computing service that provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure.

πŸ’‘ Today's word of the day is PaaS (Platform as a Service)!

A cloud computing service that provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maint…

#coding #developers #buildinpublic

14.10.2025 05:15 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is emulation? Emulation refers to the process of imitating the behavior of one computer system or electronic device using another computer system or electronic device. In other words, it's the ability of a system (the emulator) to behave like another system (the emulated system), often for the purpose of running software or applications designed for the emulated system.

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

Emulation refers to the process of imitating the behavior of one computer system or electronic device using another computer system or electronic device. In other words, it's…

#coding #developers #buildinpublic

13.10.2025 05:15 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is machine code? A set of instructions executed directly by a computer's central processing unit (CPU).

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

A set of instructions executed directly by a computer's central processing unit (CPU).

#coding #developers #buildinpublic

12.10.2025 05:15 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Netcat? A networking utility for reading from and writing to network connections using TCP or UDP.

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

A networking utility for reading from and writing to network connections using TCP or UDP.

#coding #developers #buildinpublic

11.10.2025 05:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is cohesion? A measure of how well the lines of source code within a module work together.

πŸ’‘ 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

10.10.2025 05:15 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is tuple (Python)? A data structure in Python used to store an immutable sequence of elements, often used to represent a fixed collection of related data.

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

A data structure in Python used to store an immutable sequence of elements, often used to represent a fixed collection of related data.

#coding #developers #buildinpublic

09.10.2025 05:15 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
What is lifecycle (rendering)? In the context of web frameworks, the series of events that occur from the instantiation of a web page/component to its destruction, including creation, update, and teardown stages.

πŸ’‘ Today's word of the day is lifecycle (rendering)!

In the context of web frameworks, the series of events that occur from the instantiation of a web page/component to its destruction, including creation, update, a…

#coding #developers #buildinpublic

08.10.2025 05:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is delegate? An object that represents a method, allowing methods to be passed as parameters.

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

An object that represents a method, allowing methods to be passed as parameters.

#coding #developers #buildinpublic

07.10.2025 05:15 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is domain-driven design (DDD)? an approach to software development that centers the development on the core domain logic and domain experts' knowledge.

πŸ’‘ Today's word of the day is domain-driven design (DDD)!

an approach to software development that centers the development on the core domain logic and domain experts' knowledge.

#coding #developers #buildinpublic

06.10.2025 05:15 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is recursive acronym? An acronym that refers to itself in the expression for which it stands, often used in the names of software and programming languages.

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

An acronym that refers to itself in the expression for which it stands, often used in the names of software and programming languages.

#coding #developers #buildinpublic

05.10.2025 05:15 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is lexer? A program or subroutine that performs lexical analysis, converting a sequence of characters into a sequence of tokens.

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

A program or subroutine that performs lexical analysis, converting a sequence of characters into a sequence of tokens.

#coding #developers #buildinpublic

04.10.2025 05:15 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Sass? Syntactically Awesome Style Sheets, a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).

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

Syntactically Awesome Style Sheets, a preprocessor scripting language that is interpreted or compiled into Cascading Style Sheets (CSS).

#coding #developers #buildinpublic

03.10.2025 05:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is LOLCODE? An esoteric programming language inspired by lolspeak, the language expressed in memes of the LOLcats.

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

An esoteric programming language inspired by lolspeak, the language expressed in memes of the LOLcats.

#coding #developers #buildinpublic

02.10.2025 05:15 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is segfault (segmentation fault)? An error that occurs when a program tries to access a memory location that it's not allowed to access, typically resulting in a crash.

πŸ’‘ Today's word of the day is segfault (segmentation fault)!

An error that occurs when a program tries to access a memory location that it's not allowed to access, typically resulting in a crash.

#coding #developers #buildinpublic

01.10.2025 05:15 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
What is Crystal? A programming language with a syntax similar to Ruby, but with a static type system and compiled output for efficiency.

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

A programming language with a syntax similar to Ruby, but with a static type system and compiled output for efficiency.

#coding #developers #buildinpublic

30.09.2025 05:15 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is regression? The act of returning to a previous state. In software, regression refers to software bugs that have reappeared in a new version after having been fixed in a previous version.

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

The act of returning to a previous state. In software, regression refers to software bugs that have reappeared in a new version after having been fixed in a previous version…

#coding #developers #buildinpublic

29.09.2025 05:15 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is reproduce? To recreate a specific situation or issue to observe, diagnose, and potentially fix problems.

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

To recreate a specific situation or issue to observe, diagnose, and potentially fix problems.

#coding #developers #buildinpublic

28.09.2025 05:15 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is master? In the context of version control systems like Git, the default development branch from which all other branches are typically created.

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

In the context of version control systems like Git, the default development branch from which all other branches are typically created.

#coding #developers #buildinpublic

27.09.2025 04:51 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is SQL injection? A type of security vulnerability in which an attacker can execute malicious SQL statements by manipulating input data, typically through web forms or URL parameters.

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

A type of security vulnerability in which an attacker can execute malicious SQL statements by manipulating input data, typically through web forms or URL parameters.

#coding #developers #buildinpublic

26.09.2025 04:51 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is false? A boolean value indicating the opposite of true, used in programming to represent a negative condition or a condition that has not been met.

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

A boolean value indicating the opposite of true, used in programming to represent a negative condition or a condition that has not been met.

#coding #developers #buildinpublic

25.09.2025 04:51 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is SUT (system under test)? The component or system being tested in software testing, typically the subject of a test case or experiment.

πŸ’‘ Today's word of the day is SUT (system under test)!

The component or system being tested in software testing, typically the subject of a test case or experiment.

#coding #developers #buildinpublic

24.09.2025 04:51 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is C? A general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion.

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

A general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion.

#coding #developers #buildinpublic

23.09.2025 04:51 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is callback? A function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.

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

A function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action.

#coding #developers #buildinpublic

22.09.2025 04:51 β€” πŸ‘ 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

20.09.2025 04:51 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0

We've moved domains! DevTerms is now available at devterms.com πŸ˜„

15.09.2025 22:16 β€” πŸ‘ 1    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is Go? A statically typed, compiled programming language designed at Google by Robert Griesemer, Rob Pike, and Ken Thompson.

πŸ’‘ 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

15.09.2025 05:25 β€” πŸ‘ 5    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
What is hashcat? Hashcat is a powerful password recovery tool capable of cracking hashed passwords. It supports various algorithms and attack methods for decryption.

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

Hashcat is a powerful password recovery tool capable of cracking hashed passwords. It supports various algorithms and attack methods for decryption.

#coding #developers #buildinpublic

14.09.2025 05:25 β€” πŸ‘ 5    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
What is toolchain? A set of programming tools, libraries, and utilities used to develop software applications, typically including compilers, debuggers, build systems, and version control systems.

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

A set of programming tools, libraries, and utilities used to develop software applications, typically including compilers, debuggers, build systems, and version control syste…

#coding #developers #buildinpublic

13.09.2025 05:25 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

@devterms.com is following 18 prominent accounts