In this blog post, we’ll discuss how to set up a CI/CD Pipeline with the AWS ECS Fargate workflow and CTO.ai.…
Tutorial
Caching with ElastiCache for Redis and AWS Ubuntu Server
In this tutorial, I'll show you how to configure a Redis cluster with ElastiCache and Ubuntu Server.…
Build Workflows using CTO.ai Config SDK
CTO.ai provides a JavaScript SDK that allows developers to create and manage their custom workflows using JavaScript. The SDK makes it easy to create workflows, including support for user input, output formatting, and getting insights into your workflow created through the SDKs.…
Foundations of Canary Deployment with CTO.ai Services
Canary deployment is a process where you deploy a new feature and some percentage of traffic on the new feature you deployed. It is the practice of making stage releases where the team rolls out the update to a small number of users first so that the users can test it and provide feedback.…
Deploying Redis in Docker
There are different ways you can deploy a Redis cache instance; the first and easiest way to do that is to use a Docker container. You can deploy Redis as a stand-alone Docker container in your application if you’re just getting started.…
Migrating MariaDB with AWS Database Migration Service
In this tutorial, you’ll learn how to migrate a MariaDB Instance to a new target database connection.…