
Shubhadeep Bhowmik
@XT1396
Followers
18
Following
619
Media
52
Statuses
892
🇮🇳 DevOps Engineer 🚀 Automating infrastructure & deployments 🔧 Docker • K8s • CI/CD • Terraform • Monitoring 🧠 Cricket, Anime , Chess
Bengaluru South, India
Joined April 2012
🛠️ Transitioning into DevOps after 2.9 years in QA & Support. I’ve spent the last 3+ months not just learning, but building and debugging real-world infrastructure. Here’s what I’ve done, where I’m headed, and why you should follow along 👇. #DevOps #100DaysOfDevOps #OpenToWork.
1
0
1
🐳Docker Post 4/n: Multi-Stage Builds 🎯. Cut my Node.js image from 1.2GB to 180MB with this approach:. 1️⃣ Build Stage → all tools + deps.2️⃣ Runtime Stage → only final app. 💡Smaller image = faster deploys + lower costs. #Docker #DevOps #Optimization #100DaysOfDevOps.
0
0
1
Day 3: 3/3 . 💡Integration Wins:.-Day 2 skill cards now appear on Home page.-Navigation reused across all pages.-Direct URL access, browser back/forward all work flawlessly. 🔮Tomorrow: Mobile nav (hamburger menu), improved UI.#DevOps #NextJS #React #Portfolio #buildinpublic
0
0
3
Day 3: 1/3. ✅ Created routes: /, /about, /projects, /contact.✅ Built <Navigation /> component with active link detection.✅ Implemented clean, responsive hero section on Home. #buildinpublic #React
1
0
1
🧵DevOps Portfolio Project – Day 3/28. Today I moved from a single-page app to a professional 4-page portfolio with Next.js 🚀.Routing, navigation, and more. 🎯Goal: Master file-based routing in Next.js and build a reusable navigation system. #DevOps #NextJS #buildinpublic.
1
0
2
Day 2: 3/4 . 📸 Added first Hero component:.- Minimal content.- Responsive layout from start.- Clean, semantic HTML. 🔐Still keeping repo security tight – no .env files, .gitignore updated. 🔮 Tomorrow:.- Build navigation bar.- Add interactive elements. #DevOps #buildinpublic
1
0
2
Day 2: 2/4. 🧠 Key Learning – Component Thinking:. - Break UI into reusable blocks.- One component = One responsibility.- Style with utility-first classes (Tailwind). 🔄 Iterated small changes & saw them live instantly – priceless feedback loop. #buildinpublic #react #DevOps
1
0
2
🧵 DevOps Portfolio Project – Day 2/28. 🎯 Goal: Build a strong React foundation before diving into complex UI. ✅ Installed & configured:. - Next.js 14 + TypeScript.- Tailwind CSS.- ESLint & Prettier for clean code. #DevOps #NextJS #buildinpublic #Portfolio #100DaysOfCode
1
0
2
💡 Bad module choice kills idempotency: .❌ shell: echo "hello" >> file.txt .✅ lineinfile: line="hello" dest=file.txt . 🧠 Aha moment: Ansible modules are designed for idempotency!.& Idempotency = predictable, repeatable automation. #Ansible #Idempotency #DevOps #Automation.
0
0
1
-Bucket Policy = Who can enter. ✅My S3 Rules:.- Enable versioning.- Block public access by default.- Tag everything.- Use lifecycle rules to auto-clean. 💡Treat your bucket like luggage with tags & a lock. Full S3 setup in GitHub.#AWS #S3 #CloudStorage #DevOps #100DaysOfDevOps
0
0
1
🎯Decision Matrix:. Small team + GitHub repos → Actions.Enterprise + complex workflows → Jenkins. My suggestion? → Try both |💡Choose based on your project, not the hype. Most successful teams: Master one tool deeply > jump between tools. #CICD #DevOps #Automation.
0
0
2
🔄CI/CD Post 3/n: Jenkins vs GitHub Actions Battle⚔️. 🔵Jenkins.✅Max flexibility.✅Plugin ecosystem.❌Old UI, manual setup. 🔵GitHub Actions.✅Easiest for GitHub repos.✅Clean YAML, zero setup.❌Vendor lock-in, less customizable. Which One? 👇.#Jenkins #GitHubActions #CICD.
1
0
2
Terraform = Architect.AWS Provider = Construction crew. 💡 No provider = No infra!. 🔗 Full example + breakdown: in GitHub:.Analogy and diagram coming soon in Linkedin:. #Terraform #DevOps #IaC #AWS #Cloud #100DaysOfDevOps.
0
0
1
🧱 Terraform Post 3/n: Providers = Contractors 🧱. Terraform itself doesn’t create anything. It tells providers like AWS, Azure, GCP what to build. Think of providers as contractors for each cloud. example:. provider "aws" {. region = "ap-south-1".}. #Terraform #DevOps #AWS.
1
0
1
Day 1: 4/4. 🔮 Tomorrow:. - Start React (Next.js + Tailwind).- Build first component. Follow for daily insights and more hands on projects⬇️. #DevOps #Git #Portfolio #NextJS #buildinpublic #remotejobs.
1
0
2