Posts by Korak Bhaduri
How to Create a Docker Container?
App development and deployment now needs to be slicker and simpler than ever. To stay ahead of the competition, you need to be able to get your app up and running quickly without a ton of conflict issues or worrying that problems will arise depending upon which device is running it. That’s where the Docker…
Read MoreAutomating Image Processing | Amazon S3
In this blog post, we will be focusing on the following use case. Assume you have images in an S3 bucket, and you wish to automate the process of applying some filters to these images and publishing them again to S3. The steps we will follow are: Configure AWS S3 and Iron.io services Create an…
Read MoreAWS Fargate vs. Google Cloud Run
Overview Serverless computing options allow for app and microservice deployment without the need for server maintenance. AWS Fargate by Amazon has powerful deployment capabilities and high ratings. Google Cloud Run is a newer contender with a promising development experience and scalability options. 3 key takeaways from the article: AWS Fargate and Google Cloud Run are…
Read MoreDocker vs. AWS AMI: What’s the Difference?
Docker and AWS AMI are two terms you might come across in application development. What are the differences between them? A simple explanation: Docker is an open-source platform that develops and runs applications. An Amazon Machine Image (AMI) is a supported Linux image provided by Amazon Web Services (AWS.) In short, open-source platform vs. Linux image. The differences run much deeper than this. Read on to learn the variations between Docker vs. AWS AMI.…
Read MoreAWS Fargate vs. Azure Containers
AWS Fargate and Azure Containers make it easier for developers to focus on building applications instead of managing IT infrastructures. Containers operate as independent runtime environments with their own configurations, libraries, and frameworks. These features make software more dependable because containers do not rely on specific operating systems. Anyone can access and use them regardless…
Read MoreAzure Containers vs Docker: The Differences
In search of an optimal platform for your apps? You’ve probably discovered Azure Container Service and Docker Cloud data centers. While they may seem rival services, they’re indeed synergistic in providing your container-based app. The concept of Azure Containers vs Docker isn’t about competition but complementing each other in app development. Read on to know…
Read More