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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
CEO of MESPI TECH, blending AI and E-commerce innovation. Leading the way in creating cutting-edge software solutions to transform digital experiences. π #AI #Ecommerce #TechLeader
π Laravel Backend Wizard | Software Developer crafting elegant solutions
π» Building scalable web apps & transforming complex challenges into clean code
website: https://www.dripstech.co.ke/
Senior Software Developer π¨π½βπ»
Creator of the trending chrome extension for ChatGPT with over 5000 users
www.ai-toolbox.co
Saber crear software de calidad te da libertad.
Escribo historias, consejos y experiencias.
https://xurxodev.com/libros
https://xurxodev.com/estudio-comunidad-xurxodev/
Founder Bastianlewis.agency
We create rock-solid Online Advertising Strategies for Startups and Scale-ups.
Amsterdam & London.
Ask me anything about Paid Social Media.
Full Stack Dev | π₯ Developer Advocate π | Public Speaker π€ | Talks about Javascript, React, Open Source and web dev
π± Building clay.earth
π Writing at zmh.org
πΌ Previously product lead at GS, Forbes 30 Under 30, Harvard CS
π½ Native New Yorker
Dev Tools | Builder | Angel Investor
Ex - Fireworks, SurrealDB, Elasticsearch
aravind.dev
Head of Design @ Column Bank
Formerly early Webflow
ryry.io
winbuzzer.com - latest news, announcements, and rumors about tech and #AI #microsoft #google #meta #amazon #openai #anthropic #nvidia #mistral #xai #huggingface #llms
Follow on Telegram: https://t.me/+4Fs4KU-JgaMxNTZk
Hi There :) I'm Soumya, Engineer in Computer Vision , Excited to connect, share, and learn together here.
The best content for #Microsoft365, #PowerPlatform, #PowerApps, #PowerBI, #Teams, and #Azure in one place. Get the overview!
Founder of Beam it π & Rust Rec π¦βοΈ
I recruit for Elixir, Erlang & Rust
Beamrec.com
Beamrecjobs.co.uk
Need help hiring? Beamrec.com/employers
Help with job hunting? Beamrec.com/employability
Building rough.app
I also unironically blog on linkedin https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7221287561531392002
Creative. Mom. Sr. Product Manager, Dev Experience @ AWS. Music lover. Model airplane builder. ADHD. Seattle-based. | All opinions are my own. βΊοΈ
Full-Stack App & Embedded Software Developer | Passionate about building Products
Follow me for Follow back
Salesforce MVP | Marketing Champion | User Group Leader, Jaipur | Marketing Cloud Consultant | Father of a Princess