PinnedServerless Email ServiceOften you can face the requirement to implement a generic approach to send emails from all your applications or micro-services. This post…Feb 20, 20211Feb 20, 20211
PinnedServerless API ServiceThere are many use-cases where a serverless architecture has a lot of benefits and of course an API service is not the exception. In a…Apr 11, 2021Apr 11, 2021
Change Data Capture service for MongoDBThere are many situations where is required to react in real or near real-time to changes that occur in some data source. In this scenario…Dec 20, 2023Dec 20, 2023
GraphQL — Another flavour in a world of APIsHaving multiple URLs to manage resources or sending multiple requests to retrieve some data, as well as maintain your documentation…Oct 30, 2021Oct 30, 2021
My Next API — gRPC | RESTfulProbably you are feeling that a RESTful API is not the right choice for your next project or your current use-case is hard to fit into the…Oct 27, 2021Oct 27, 2021
Apache Spark & Google Cloud DataProcDataproc is a managed Apache Spark / Apache Hadoop service that lets you take advantage of some of those open source data tools for batch…Apr 23, 2020Apr 23, 2020
Apache Beam & Google Cloud DataFlow to define and execute data processing pipelinesEven if we already have tools such as Apache Hadoop, Apache Spark and Apache Flink there are some situations when we could need a tool…Mar 27, 2020Mar 27, 2020
AWS Glue for ETL (extract, transform and load) processesBuilding serverless ETL pipelines using Amazon Glue.Jan 29, 20201Jan 29, 20201
Deploying Flask Application on AWS EC2 using Load Balancer (ELB) and Auto Scaling Group (ASG)Sometimes a serverless approach using Lambda Functions won’t be the best solution for our project necessities. In the case that you would…Jan 26, 2020Jan 26, 2020
Deploying AWS Lambda Function with Terraform + Custom DependenciesDeploying Lambda Functions written in Python that use custom dependencies not included in AWS Lambda Runtime for Python with Terraform as…Jan 21, 20203Jan 21, 20203