Considerations for Secure Containers on AWS

Considerations for Secure Containers on AWS

At Tangocode, we have been relying on AWS ECS and Fargate for some time to run tasks that we can not run on AWS Lambdas. After mastering our configuration and CI/CD, We focused on securing our containers. With this blog, I am going to share some considerations to keep...
When to use Lambdas vs ECS Docker Containers

When to use Lambdas vs ECS Docker Containers

There are two use cases that we are covering with Lambdas right now at TangoCode: Restful APIs for microservices and one-time processing tasks for distributed batch processes. The verdict is in: AWS Lambdas have done their job. They fit perfectly in these use cases...
Architecting a Mobile App

Architecting a Mobile App

This is an overview of how we architect native iOS/Android apps at TangoCode.  Without going into the specifics of Cocoa or Java(Android) we’ll share some insights about our architecture process that are common or apply for both iOS and Android platforms. Why does...