HAHardik Arorainhardik0811arora.hashnode.dev·9h ago · 7 min readMy Breaking and LearningJourney with Azure DevopsI've been working on a small DevSecOps project to get more hands-on with Azure DevOps and cloud Checkout Github Overview here I wanted to understand what happens between: Developer ↓ Azure Devops00
HRHritik ranjaninblogs.hritikranjan.in·4d ago · 30 min read🚀 Deploy a Static Portfolio Website to AWS S3 Using GitHub Actions | Complete CI/CD Project for BeginnersA simple static website can teach you some of the most important DevOps concepts: Git and GitHub AWS IAM Amazon S3 AWS CLI GitHub Actions GitHub Secrets CI/CD Static Website Hosting Automated00
HRHritik ranjaninblogs.hritikranjan.in·Sep 6 · 36 min read🚀 Git & GitHub for DevOps: Complete Beginner's Guide with Commands, Branching, Git Hooks & GitHub ActionsAlmost every modern DevOps workflow starts with source code. Developers write code → Git tracks the changes → GitHub stores and collaborates on the code → CI/CD tools test and deploy it. A simple DevO21I
HRHritik ranjaninblogs.hritikranjan.in·Sep 1 · 34 min read🐳 Dockerizing a Three-Tier Java Spring Boot Application with Docker Compose & MySQLIn this project, I deployed a three-tier Java Spring Boot application using Docker and Docker Compose. The application contains: ☕ Java Spring Boot backend 🗄️ MySQL database 🐳 Docker containers 00
Fflickerbotinclouddojo.hashnode.dev·Aug 16 · 4 min readPort 3456 Is Not Available for Serving GraphiQL (Docker Fix)This is one of those errors that hits almost everyone at least once. You map ports like this: ports: - "8080:8080" or ports: - "3457:3456" and think you're done. Host port on the left, container00
RBRajesh Bindevrajesh.hashnode.dev·Jul 11 · 6 min readDay 100: Create and Configure CloudWatch Alarm Using Terraform | 100 Days of DevOpsContent Today I learned how to provision an EC2 instance and configure an Amazon CloudWatch Alarm using Terraform. I also learned how to connect the alarm to an existing SNS topic so that notificatio00
RBRajesh Bindevrajesh.hashnode.dev·Jul 11 · 10 min readDay 99: Attach IAM Policy for DynamoDB Access Using Terraform | 100 Days of DevOpsContent Today I learned how to provision an Amazon DynamoDB table, create an IAM Role, and attach a read-only IAM Policy using Terraform. Instead of configuring these resources manually through the A00
HRHritik ranjaninblogs.hritikranjan.in·Jul 10 · 19 min read🚀 AWS CLI Deep Dive | Complete Beginner Guide (Concepts, Installation & Hands-on Demo)The AWS Command Line Interface (AWS CLI) is one of the most important tools for DevOps Engineers, Cloud Engineers, and System Administrators. While the AWS Management Console (GUI) is excellent for be30
KEKingsley Erhatiemwonmoninkingzcloud.hashnode.dev·Jul 9 · 8 min readReflection – Week 2Biggest Technical Insight I Got This Week The biggest technical insight I gained this week is that Agentic AI is much more than an AI chatbot—it is a system that can follow a structured workflow to co01K
RBRajesh Bindevrajesh.hashnode.dev·Jul 8 · 6 min readDay 98: Launch EC2 in Private VPC Subnet Using Terraform | 100 Days of DevOpsContent Today I learned how to provision a private AWS VPC, private subnet, Security Group, and an EC2 instance using Terraform. Instead of manually creating the resources in AWS, I defined the compl10