Deep
74 posts

Deep
@Deep_coder_twt
DevOps | Cloud Infra | CI/CD Automatio | Sharing what I build in public
Bergabung Temmuz 2025
150 Mengikuti10 Pengikut

echo "hello" vs echo -e "hello" 🤔
• echo → prints text as-is
• echo -e → interprets escape sequences (\n, \t)
echo -e "hello\nworld"
➡️ prints on new lines
⚠️ echo -e isn’t consistent across shells
✅ printf is safer
#Linux #DevOps #ShellScripting
English

Built my first app inside Docker today.
No dependency errors, no config drama — just clean, reproducible builds.
Feels like real DevOps 😎
#Docker #DevOps #Containers #LearningInPublic
English

Installed Nexus 🎯
Now I get why artifact repositories matter — store once, deploy anywhere.
#DevOps #Nexus #ArtifactRepository #LearningInPublic
English

Built my first Dockerized artifact 🐳💪
Code → Container → Confidence 🚀
#Docker #DevOps #Automation #LearningInPublic
English

npm + webpack magic ✨
Built & published my first artifact — versioned, reusable, ready to deploy.
#DevOps #BuildTools #JavaScript #LearningInPublic
English

Code → Artifact → Running App 🚀
Feels like the DevOps puzzle is coming together.
#DevOps #BuildTools #Automation #Artifact
English

Build tool setup day 🔧
PATH errors, dependencies, permissions — the usual dev chaos 😂
But finally got it working!
#DevOps #BuildTools #LearningInPublic #Automation
English