Web developer and problem solver with an interest in DSA, AI, and mathematics.I enjoy solving challenges, listening to music, and having tech conversations.
Revising Docker and I'm once again amazed by Docker Compose. Instead of manually starting and connecting multiple containers, networks, and volumes, everything can be defined in a single compose file and managed with a simple :
►docker compose up
or
►docker compose down.
Learning GitHub Actions as I work on my CI/CD project
✅ Events & activity types
✅ Event filters
✅ Workflow triggers & skipping
✅ Automated build, test & deployment
Excited to put it all into practice!
#GitHubActions#DevOps#CICD#GitHub#Automation#SoftwareEngineering
Learning GitHub Actions as I work on my CI/CD project
✅ Events & activity types
✅ Event filters
✅ Workflow triggers & skipping
✅ Automated build, test & deployment
Excited to put it all into practice!
#GitHubActions#DevOps#CICD#GitHub#Automation#SoftwareEngineering
Hi there!!
I just completed a report on “The Fake News Phenomenon.”
It took me a few hours, but it was really interesting to learn how fake news originated and how it can have devastating effects on an individual’s life.
#FakeNews#Misinformation#DigitalAwareness#technology
Started working on a new project — an AWS-based food delivery data pipeline using Terraform, Glue, S3, Athena, and GitHub Actions.
As the first step, I built a Python program to generate fake CSV data for the pipeline.
#startup#AWS#technology#CloudComputing#Learn
For the last 40 minutes, I had been trying to access my S3 bucket from VS Code using Boto3, but I kept getting an “Access Denied” error.
The only simple mistake I made → I had specified the bucket name incorrectly 😑😑😑😑
Boto3 seems even more fun compared to Terraform.
It was amazing to see how easily I could manage AWS resources using Terraform, but with Boto3, doing it directly in Python makes it feel completely new and exciting.
#Python#AWS#Boto3#LearnDaily#Consistency#Coding
Hi there !!
Learning about the #TerraformCloud .
It runs your Terraform code in the cloud, manages state, and automatically builds your infrastructure for you.
Is anyone else on the same journey?