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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Portfolio: https://bruce-oyugi-portfolio-site.vercel.app/
GitHub : https://github.com/nyainda
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