DevOps Engineer passionate about automation, cloud infrastructure, and continuous learning.
- 💼 DevOps Engineer at EventLogic
- 🌱 Currently exploring Cloud Native, Kubernetes, and Pulumi
- 🛠️ Experienced in CI/CD automation, container orchestration, and Infrastructure as Code
- 📊 Building robust solutions with AWS, Terraform, and Docker
- 🤖 Experienced in prompt engineering, and building AI-powered applications
- 🐧 Linux enthusiast with experience across Arch Linux, Ubuntu, and CentOS
- 🎓 Self-taught developer with a passion for sharing knowledge
- 🌍 Based in Nepal, working globally
from dataclasses import asdict, dataclass
import json
@dataclass
class Stack:
languages : tuple[str, ...] = ("Python", "C/C++", "JavaScript")
cloud : tuple[str, ...] = ("AWS", "Heroku")
technologies : tuple[str, ...] = ("Docker", "Kubernetes", "Terraform", "AWS CDK (Python)")
databases : tuple[str, ...] = ("PostgreSQL", "AWS RDS")
cicd : tuple[str, ...] = ("GitLab CI", "Jenkins", "GitHub Actions", "AWS CodePipeline")
aiml : tuple[str, ...] = ("PyTorch", "Keras", "Hugging Face", "LangChain", "MLOps", "OpenAI", "LLM Engineering")
operating_systems : tuple[str, ...] = ("Arch Linux", "Ubuntu", "CentOS", "Manjaro", "Windows", "macOS")
misc_tools : tuple[str, ...] = ("FFmpeg/LIVE555", "Matplotlib", "BeautifulSoup", "Socket.IO", "Selenium", "Scrapy")
ongoing_learning : tuple[str, ...] = ("AWS/DevOps", "Kubernetes", "AI MCP", "AI-Agent(LangChain, LangGraph)", "Ansible", "Cloud Native", "Go Language")
def serialize(self):
return json.dumps(asdict(self), indent=4)
stack = Stack()
print(stack.serialize())
Tool | Use Case | OS | Favorite? |
---|---|---|---|
Warp/iTerm2 | Terminal | macOS | ⭐️⭐️⭐️⭐️⭐️ |
Notion | Notes/Docs | Web, Desktop | ⭐️⭐️⭐️⭐️⭐️ |
Bitwarden | Password Manager | Cross-plat | ⭐️⭐️⭐️⭐️⭐️ |
Maccy | Clipboard | macOS | ⭐️⭐️⭐️⭐️⭐️ |
AltTab | Window Switcher | macOS | ⭐️⭐️⭐️⭐️⭐️ |
Rectangle | Window Manager | macOS | ⭐️⭐️⭐️⭐️⭐️ |
Vimium | Browser Shortcuts | Chrome/FF | ⭐️⭐️⭐️⭐️⭐️ |
- I Built an MCP Server for Hashnode
- Terraform CLI Tips and Cheatsheets
- Linting The Docker Image With Dockle
- Install MongoDB on EC2 Instance — Solved Connection Issue From Public DNS
- ElasticSearch on AWS EC2 using Terraform
- Docker For Beginners: Learning Notes
- 🎉 Merged PR #28 in sbmagar13/sbmagar13.github.io