Tagged articles
11 articles
Page 1 of 1
dbaplus Community
dbaplus Community
Apr 28, 2026 · Backend Development

Designing High‑Availability for Unreliable Third‑Party Services

When downstream APIs are unstable and slow, this article walks through building a dedicated defensive layer that provides a unified abstraction, client‑side governance (rate limiting, retries with idempotency checks), comprehensive observability, and mock‑based testing to keep your system highly available and interview‑ready.

MicroservicesMock TestingObservability
0 likes · 22 min read
Designing High‑Availability for Unreliable Third‑Party Services
Su San Talks Tech
Su San Talks Tech
Apr 4, 2026 · Backend Development

Building a Resilient Third‑Party Integration Layer for High Availability

When external APIs are unstable or slow, this guide explains how to design a dedicated defense layer that abstracts third‑party calls, implements client‑side rate limiting, retries, observability, and mock testing, and even shows how to showcase these skills in a technical interview.

Interview PreparationMock Testingclient‑side governance
0 likes · 24 min read
Building a Resilient Third‑Party Integration Layer for High Availability
Python Programming Learning Circle
Python Programming Learning Circle
Mar 27, 2023 · Artificial Intelligence

OpenAI Launches ChatGPT Plugins: Browser, Code Interpreter, Retrieval and Third‑Party Extensions

OpenAI has unveiled a suite of ChatGPT plugins—including a web‑browser, a code interpreter, a retrieval tool, and support for third‑party services—enabling the model to access up‑to‑date information, run Python code, query vector databases, and integrate external APIs, dramatically expanding its practical capabilities.

ChatGPTCode InterpreterPlugins
0 likes · 8 min read
OpenAI Launches ChatGPT Plugins: Browser, Code Interpreter, Retrieval and Third‑Party Extensions
21CTO
21CTO
Apr 18, 2022 · Information Security

How Stolen OAuth Tokens Let Attackers Access Private GitHub Repositories

GitHub revealed that attackers exploited stolen OAuth tokens from third‑party services like Heroku and Travis‑CI to download private repository data, prompting a rapid revocation of tokens and ongoing investigation into the breach.

GitHubHerokuOAuth
0 likes · 3 min read
How Stolen OAuth Tokens Let Attackers Access Private GitHub Repositories
Top Architect
Top Architect
Feb 22, 2022 · Backend Development

Designing a Multi‑Account Unified Login System and Optimized Authentication Flow

This article explains how to design a scalable multi‑account login architecture—including self‑built phone‑number registration, optimized password‑optional flows, third‑party integrations such as Weibo, and a unified user‑basic and user‑auth table schema—while also covering one‑click carrier‑based login and its advantages and drawbacks.

Account ManagementBackendDatabase design
0 likes · 16 min read
Designing a Multi‑Account Unified Login System and Optimized Authentication Flow
Youzan Coder
Youzan Coder
Jul 6, 2021 · Big Data

Overview of Youzan DSP Advertising Platform and Its Testing Challenges

The article outlines Youzan’s Demand‑Side Platform, detailing its ad channels, placement and bidding strategies, data tracking and order attribution mechanisms, and multi‑channel feedback, while highlighting testing difficulties such as Kafka‑driven tracking, link parameter loss, UUID inconsistencies, and the need for robust third‑party API monitoring.

AdvertisingBidding StrategyDSP
0 likes · 8 min read
Overview of Youzan DSP Advertising Platform and Its Testing Challenges
ITFLY8 Architecture Home
ITFLY8 Architecture Home
May 23, 2021 · Backend Development

Designing Scalable Multi-Account Login: Strategies, Flows, and Database Schemas

This article outlines practical approaches for implementing multi‑account login, covering early‑stage username/password and phone‑based registration, detailed authentication flows, OAuth2 integration with third‑party providers, and comprehensive database schema designs to unify local and external user identities.

AuthenticationBackend DevelopmentDatabase design
0 likes · 9 min read
Designing Scalable Multi-Account Login: Strategies, Flows, and Database Schemas
Programmer DD
Programmer DD
May 16, 2021 · Backend Development

Designing Scalable Multi-Account Login: Strategies, Flows, and Database Schemas

This article explains the technical design of multi‑account unified login, covering startup‑phase username/password and phone‑number authentication flows, detailed database table structures, and third‑party OAuth2 integration with practical implementation steps and diagrams.

authentication flowdatabase schemamulti‑account login
0 likes · 9 min read
Designing Scalable Multi-Account Login: Strategies, Flows, and Database Schemas
Java Captain
Java Captain
Sep 25, 2019 · Backend Development

Implementing QQ and Weibo One‑Click Login in a Java Backend

This guide details how to design the backend, database schema, authentication flow, and Java code required to integrate QQ and Weibo one‑click login for a website, covering token handling, user data retrieval, and practical security considerations.

AuthenticationJavaOAuth
0 likes · 14 min read
Implementing QQ and Weibo One‑Click Login in a Java Backend