Skip to content
View sbmagar13's full-sized avatar
💻
I may be slow to respond.
💻
I may be slow to respond.

Block or report sbmagar13

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
sbmagar13/README.md

header banner

Typing SVG

Blog Ask Me Anything LinkedIn

🚀 About Me

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

🔧 Tech Stack

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())

💻 Languages

Python C++ JavaScript Bash

☁️ Cloud & DevOps

AWS Terraform Docker Kubernetes GitLab CI GitHub Actions Jenkins Heroku

🛢 Databases & Tools

PostgreSQL AWS RDS Nginx Django Neovim ElasticSearch Git

🧠 AI/ML & Data Science

PyTorch Keras scikit-learn Hugging Face LangChain MLOps Weights & Biases Pandas NumPy Matplotlib OpenAI LLM Engineering

💻 Operating Systems

Arch Linux Ubuntu CentOS Manjaro Windows macOS

🛠️ Personal Productivity Kit

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 ⭐️⭐️⭐️⭐️⭐️

Sponsored

Sponsored by GitAds

🌐 Connect With Me

Twitter LinkedIn Stack Overflow Facebook Instagram Discord

📝 Latest Blog Posts

Read More

🔄 Recent GitHub Activities

  1. 💪 Opened PR #35 in sbmagar13/sbmagar13.github.io

Sponsored

Sponsored by GitAds

Support

If my repos saved you a headache or you just find them interesting, consider buying me a momo please 😁 - the Nepali developer's fuel! 🥟

footer

Pinned Loading

  1. VQGAN-CLIP-Text-to-Image VQGAN-CLIP-Text-to-Image Public

    Text-to-Image Synthesis using Multimodal (VQGAN + CLIP) Architectures

    Jupyter Notebook 8 3

  2. raidfscrape raidfscrape Public

    Code to Scraping some portion of Data from forum(RaidForums[seized by FBI]) with Python SCRAPY spiders bypassing recaptcha and storing to PostgreSQL database.(used scrapper-API as captcha, proxy by…

    10 3

  3. sharesansar_datascrape sharesansar_datascrape Public

    Sharesansar Nepal NEPSE daily share price data scraping with Python. Scrapes all daily floor sheet from sharesansar site.

    Python 21 7

  4. ffmpeg_first ffmpeg_first Public

    Development of RTSP, MediaRTSP servers, protocols and sockets with C/C++ using FFMpeg/LIve555 library(Live Video Processing, CCTV, IP Camera etc.)

    C++ 7 3

  5. blame-as-a-service blame-as-a-service Public

    An API that helps you blame others professionally. Perfect for developers, managers, and anyone avoiding responsibility.

    Python 30 2

  6. hashnode-mcp-server hashnode-mcp-server Public

    A Model Context Protocol (MCP) server that connects AI assistants to the Hashnode API, enabling seamless content creation, management, and retrieval through AI interactions. Create, update, and sea…

    Python 6 4