Ssugunainchandaka.hashnode.devยทAug 24 ยท 8 min readUsing OpenRouter with Claude Code and DeepSeek V4 Flash: A Step-by-Step GuideAI coding assistants are becoming very useful for developers and DevOps engineers. Instead of manually searching for every error or writing every configuration from scratch, we can use AI coding agent00
Ssugunainchandaka.hashnode.devยทAug 23 ยท 6 min readPushing a Docker Image to Docker Hub from AWS EC2After successfully deploying the Flask + MySQL two-tier application using Docker Compose and implementing healthchecks, the next step is to make the Flask Docker image available on Docker Hub. Docker 00
Ssugunainchandaka.hashnode.devยทAug 23 ยท 8 min readAdding Healthchecks to a Flask + MySQL Two-Tier Application Using Docker ComposeIn my previous project, I deployed a Flask + MySQL two-tier application using Docker Compose on AWS EC2. The application was successfully running with: Docker Docker Compose AWS EC2 Flask MySQL 00
Ssugunainchandaka.hashnode.devยทAug 22 ยท 10 min readDeploying a Flask + MySQL Two-Tier Application Using Docker Compose on AWS EC2Docker Compose is a powerful tool for managing applications that contain multiple Docker containers. Instead of creating and configuring every container separately, we can define all the required serv00
Ssugunainchandaka.hashnode.devยทJul 26 ยท 5 min read๐ณ Dockerizing a Python Application website on Ubuntu โ Step-by-Step Guide In this tutorial, we'll learn how to deploy a Python application using Docker on an Ubuntu EC2 instance. We will install Docker, clone the project from GitHub, understand the Dockerfile, build the Doc00