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", "OpenShift Dev Sandbox", "Pulumi", "Cloud Native", "Go Language")
def serialize(self):
return json.dumps(asdict(self), indent=4)
stack = Stack()
print(stack.serialize())
- 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 #14 in sbmagar13/sbmagar13.github.io