by Ludovic Francois | Apr 2, 2020 | Blogs
Deriving The Benefits of Both NoSQL and SQL Databases In a world where an ever-increasing amount of data is being gathered, companies often find themselves without the tools to optimally use the often unstructured data they’ve gathered. To get a better idea of what...
by Ludovic Francois | Mar 26, 2020 | Blogs
The goal of this tutorial is to return a “Hello World” if you connect and authenticate successfully to our 100% serverless application. You will discover in this article how to take advantage of AWS Cognito, deploy an AWS API Gateway and a few lambda functions through...
by Ludovic Francois | Feb 14, 2019 | Blogs
Microsoft has introduced Windows Containers, which are based on the same technology as Linux containers, but have some gotcha and caveats to them, especially when working with provided Microsoft images. If you want to learn more about Windows Containers Size One of...
by Ludovic Francois | Jan 23, 2019 | Blogs
We recently had to migrate an ASP web application to Docker. ECS fully supports Windows containers, if you are aware of some limitations and workaround compared to Linux. Introduction Migrating a web application to Docker can provide many benefits, such as increased...
by Ludovic Francois | Jan 11, 2019 | Blogs
The subject of optimizing instance sizes is one that most prudent AWS users often think about. However, they often do not possess the means nor the knowledge to carry out this task effectively. The truth is that there’s a certain degree of complexity that needs to be...
by Ludovic Francois | Jan 8, 2019 | Blogs
Amazon CloudWatch is a monitoring service for AWS cloud resources and the applications you run on AWS. CloudWatch gives users the ability to collect and track metrics, collect and monitor log files, set alarms, and automatically react to changes in AWS resources. The...