by Pablo Garcia | Aug 5, 2020 | Technical Blog
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...
by Pablo Garcia | Nov 20, 2018 | Custom Software
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...
by Pablo Garcia | Jun 30, 2016 | Mobile, Technical Blog
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...