40 Facebook & Google Lingos
API (Application Programming Interface): A set of rules and protocols that allows different software applications to communicate with each other.
SDK (Software Development Kit): A set of tools and libraries that developers use to create applications for a specific platform.
OAuth (Open Authorization): An open standard for access delegation commonly used for enabling secure authorization between applications.
Graph API: Facebook's API for accessing and managing social graph data, facilitating interactions with Facebook's platform.
Google API: Google's API allowing access to various Google services such as Maps, Calendar, Drive, and more.
RESTful API (Representational State Transfer API): An architectural style for designing networked applications, typically using HTTP requests to perform CRUD (Create, Read, Update, Delete) operations.
OAuth 2.0: An authorization framework used by Facebook and Google for secure API access, providing delegated access without sharing credentials.
JSON (JavaScript Object Notation): A lightweight data interchange format commonly used for transmitting data between a server and a web application.
XML (eXtensible Markup Language): A markup language for encoding documents in a format that is both human-readable and machine-readable.
Webhooks: Custom callbacks or HTTP callbacks used to trigger events in real-time between web applications.
Frontend development: The process of building the user interface and user experience of a website or web application.
Backend development: The development of server-side logic and database interactions that power the functionality of a website or web application.
HTML (Hypertext Markup Language): The standard markup language for creating web pages and web applications.
CSS (Cascading Style Sheets): A style sheet language used for describing the presentation of a document written in HTML.
JavaScript: A programming language commonly used to create interactive effects within web browsers.
React: A JavaScript library for building user interfaces, developed by Facebook.
Angular: A frontend web application framework developed by Google for building single-page applications.
Node.js: A JavaScript runtime environment that executes JavaScript code outside of a web browser, commonly used for backend development.
Express.js: A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
Redux: A predictable state container for JavaScript applications, commonly used with React for managing application state.
Firebase: Google's mobile and web application development platform offering various services such as authentication, databases, and hosting.
Firestore: A NoSQL cloud database provided by Google as part of the Firebase platform.
Firebase Authentication: Firebase service for authenticating users using email/password, social logins, and more.
Google Cloud Platform (GCP): A suite of cloud computing services offered by Google, including computing, storage, and machine learning.
App Engine: Google's Platform as a Service (PaaS) for building and deploying applications.
Kubernetes: An open-source container orchestration platform for automating deployment, scaling, and management of containerized applications.
Google Cloud Functions: Serverless execution environment for building and connecting cloud services.
BigQuery: Google's fully managed data warehouse for analytics.
Cloud Storage: Google's object storage service for storing and retrieving unstructured data.
Compute Engine: Infrastructure as a Service (IaaS) offering by Google Cloud for running virtual machines on Google's infrastructure.
Google Maps API: Google's API for embedding maps into web and mobile applications.
Google Calendar API: Google's API for accessing and managing Google Calendar data.
Google Drive API: Google's API for accessing and managing files stored in Google Drive.
Google Photos API: Google's API for accessing and managing photos stored in Google Photos.
Facebook Login: Facebook's authentication service allowing users to log in to third-party applications using their Facebook credentials.
Facebook SDK: Software Development Kit provided by Facebook for integrating Facebook services into applications.
Facebook Pixel: Tracking code provided by Facebook for measuring ad conversions and building audiences.
Facebook Business Manager: A tool provided by Facebook for managing Facebook pages, ads, and analytics.
Facebook Analytics: Analytical tool provided by Facebook for measuring user interactions on Facebook.
Facebook Marketing API: API provided by Facebook for managing Facebook ads and campaigns programmatically.