Deploy React app to AWS S3 using Github Actions

Deploy React app to AWS S3 using Github Actions

In this blog, we will cover how to deploy a React app to AWS S3 using Github Actions. In our previous blog, we covered how to build a static website with headless CMS and deploy to AWS. So, this will be an extension of that and we will discuss how to create the continuous integration […]

Build static website with Headless CMS, AWS S3, CloudFront and CICD pipeline

Static Headless CMS AWS S3 CloudFront

In this blog, I will discuss how to build AWS Headless CMS static site using AWS S3 and AWS CloudFront. I will also cover how to automate the end-to-end deployments using a continuous integration and deployment (CICD) pipeline. i highly recommend  Gatsby (or any other headless CMS) for building static sites along with cloud technologies […]

Toronto Incubators and Accelerators | Waterloo | Kitchener | Canada

incubators and accelerators

Toronto Incubators and Accelerators Today, we will be covering Incubators and Accelerators in Toronto. Are you planning to open a startup but still haven’t decided on the city? Toronto is a great place to open your startup. It is becoming one of the top innovation hubs in the world. Toronto is home to a large […]

Prometheus: Setting up Monitoring and Alerting for Application

Introduction: Prometheus is the open source monitoring solution which gives powerful metrics and alerts. When to use? Time Series Data: It works well for numeric time series data. Multidimensional Data: If the organization follows Microservice architecture, Prometheus is a great tool to monitor multi-dimensional data. Machine Centric Monitoring: It is used for the machine-centric monitoring […]

Container Orchestration Platforms to Know

orchestration

Container As a Service (CaaS) is growing very rapidly. Enterprises are adopting the containers and orchestration for managing containerized applications at scale. In the previous blog we also discussed the tools for the container security. Orchestration Platforms: Kubernetes [Open Source]: Kubernetes is the CNCF (Cloud Computing Native Foundation ) hosted project. It is used for automated […]