I’ve recently developed a function that processes a lot of PDF files. It interacts with the files in AWS S3 bucket. So it needs to download them for processing locally. However, when…
Category: Architecture
Deploy 2048 game to AWS EKS Fargate cluster
Hi everybody! I’ve recently explored to deploy microservices to aws cloud by using kubernetes which is AWS EKS – Amazon Elastic Kubernetes Service. I followed the instruction here. However, I encountered two…
Microservices design patterns
Some other patterns such as database per service and shared database per service is mandatory. 1. CQRS Command Query Responsibility Segregation CQRS means Command Query Responsibility Segregation. As the name implies, it…
AWS Lambda or Ruby on Rails
This is the topic of the tech stacks we should pick for our architecture. I still want to show my perspectives even thought we can find many articles about pros and cons…