Tag: https

API design for systems

API Design Effectively for Systems Design Interview

Besides algorithms and Systems design interviews in many companies, we might also have a API (Application Programming Interface) design interview. The knowledge of APIs is crucial in the cloud era because Microservices communicate via API...

Locker representing HTTPS security.

Web Security with HTTPS for Systems Design Interview

Security is not asked much in Systems Design interviews, but we need to know the difference between HTTP and HTTPS to avoid common hack attacks. This article won’t go deep into security because it’s a vast topic. However, as software...