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

Visitors Count: Visitor Count

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", "OpenShift Dev Sandbox", "Pulumi", "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

πŸ“Š 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 #14 in sbmagar13/sbmagar13.github.io

πŸ† Featured Projects

Personal Website Repo

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…

    9 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 14 7

  5. amazon-lex-weatherbot amazon-lex-weatherbot Public

    A weather forecast and information chatbot, Created with AWS Lex and AWS Lambda

    Python 2 1

  6. unused-iam-role-rdk unused-iam-role-rdk Public

    Detect unused IAM role using AWS RDK, AWS Config

    Python