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

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

📊 GitHub Stats

GitHub Streak

GitHub Stats

Top Languages

GitHub Trophies

🌐 Connect With Me

Twitter LinkedIn Stack Overflow Facebook Instagram Discord

📝 Latest Blog Posts

Read More

🔄 Recent GitHub Activities

  1. 🎉 Merged PR #28 in sbmagar13/sbmagar13.github.io

🏆 Featured Projects

Personal Website Repo

Sponsored

Sponsored by GitAds

footer

Pinned Loading

  1. personal_rasa_chatbot personal_rasa_chatbot Public

    Rasa chatbot for personal info FAQs... using RASA stack. Database querying (sqlite3).. deployed using docker on heroku....

    Jupyter Notebook 2

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

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

    Jupyter Notebook 8 3

  3. 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

  4. sharesansar_datascrape sharesansar_datascrape Public

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

    Python 17 8

  5. 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++ 6 2

  6. 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 28 2