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.
"He used SSH to connect to the remote server and perform system administration tasks."
A data type composed of a number that is not an integer, because it includes a fraction represented in decimal format.
"In programming, `3.14` is a float value that represents an approximation of pi."
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.
"For my new application, I use Supabase for the backend. "
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.
"SVG (Scalable Vector Graphics) is a popular format for creating vector graphics on the web."
A sequence of instructions in a computer program that loops endlessly, either due to a programming error or by design.
"An infinite loop can cause a program to freeze or crash if not handled properly or if it lacks a proper exit condition."