Category: System Design
Fan-out/fan-in refers to the pattern of executing multiple units of work in parallel and then synchronizing on their completion. While it’s often discussed in the context of serverless functions, …
In System Design Interviews, the availability percentages are the fundamental that a software engineer should be familiar with. In the world of system reliability, availability percentages like 99.9% or …
In a Facebook/Meta interview (Software Engineering Roles including Site Reliability Engineers and Enterprise Engineers), the Product Design and System Design interviews serve distinct purposes and require different approaches: Usually, …
Previously, I have integrated the ChatGPT AI Bot to the Steem Blockchain: Integrating ChatGPT Prompt AI to STEEM blockchain and I have shown you the System Design of a …
April 22, 2023
Artificial Intelligence, blockchain, ChatGPT (OpenAI), design pattern, design questions, software design, software development, STEEM, SteemIt, System Design
Yesterday, the ChatGPT has been integrated to Steem Blockchain, but the initial design has problems and so other bot commands e.g. !bing, !price, !info and !thumbup. The applications are …