Blogs
How Technical Should a …
🔗 View the original post on LinkedIn Transitioning into a product role, I often find myself calibrating between technical proficiency and product strategy. So how technical do you need to be as a product manager? Well… it depends. On the product. On the company. On the maturity of the product …
Using AWS ECS Fargate
Introduction In our last post, we discussed how we can use a layered architecture with Docker to simplify and reuse images in the deployment of R-based models. In this post, we will review how to run our Docker model image in AWS using the Elastic Container Service (ECS) with the Fargate deployment …
Docker in AWS
Introduction Welcome to this first post in my series on running R workloads in AWS. Today, we’ll explore how to use Docker to package R models effectively, providing a flexible and efficient solution for cloud migration. By the end of this post, you’ll understand: Why Docker is an …