Freelance Work, and Technical Writing
Sep 5, 2025 · 8 min read · Introduction The topics and theories of our favorite subject, system design, are inspired by the famous book "System Design Interview" by Alex Xu. This article aims to build the foundation of system design, covering basic concepts that will be used a...
Join discussion
Sep 19, 2024 · 3 min read · Launching EC2 with Amazon Linux Open the AWS Management Console and navigate to the EC2. Click “Launch instances”. Enter an appropriate instance name. Select “Amazon Linux” under “Application and OS Images”. Select any “Free tier eligible” I...
Join discussion
Sep 13, 2024 · 4 min read · What is Docker? Docker is a platform that allows developers to package their applications into containers. These containers include everything the application needs to run, such as code, system libraries, and dependencies, ensuring the application be...
Join discussion