This is an introductory article to the Go programming language, briefly introducing basic data types and data structures.
Deploy MinIO object storage in a distributed manner on a k8s cluster. Instead of using minio-operator and helm chart, the manifest was created manually and applied
Linux namespace is an important foundation of container technology, it provides lightweight isolation between processes with Linux kernel support, therefore, different services can share the same machine with better resource utilization, higher level of security.
Our cloud app will implement a smart classroom assistant for educators. This assistant takes videos from the user’s classroom, performs face recognition on the collected videos, looks up the recognized students in the database, and returns the relevant academic information of each student back to the user.
Continuous Integration setup using Github Actions and AWS ECR.
This post goes over some of the most significant advantages of using Go for writing AWS Lambda functions, how to set up an environment for development, and how to write and deploy Lambda functions.