Skip to content
View sbmagar13's full-sized avatar
๐Ÿ’ป
I may be slow to respond.
๐Ÿ’ป
I may be slow to respond.

Sponsoring

@Thinkright20

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

Hi ๐Ÿ‘‹, I'm Sagar Budhathoki

Typing SVG

About me

  • ๐Ÿ’ผ DevOps Engineer at EventLogic
  • ๐ŸŒฑ Passionate about continuous learning, 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
  • ๐Ÿง Linux enthusiast with experience across Arch Linux, Ubuntu, and CentOS
  • ๐Ÿ’ฌ Ask me anything or discuss DevOps topics here
โ€‹
import json
from dataclasses import asdict, dataclass

@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, ...] = ("GANs", "scikit-learn", "Rasa Chatbot", "Model Development")
    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())

โ€‹

Socials

Spotify Profile Sagar Budhathoki's Dev Card

Connect with me:

Twitter LinkedIn Stack Overflow Facebook Instagram Discord

Languages and Tools

aws django neovim elastic-stack python terraform docker kubernetes gitlab git linux nginx django postgresql postman pytorch jenkins selenium nginx

GitHub Activity

GitHub Streak

GitHub Stats

Top Langs

GitHub Awards

trophy

Visitors Count

๐Ÿ“ฐ Latest Blogs Posts
๐Ÿ’ป GitHub Activities
  1. โ— Opened issue #7721 in kamranahmedse/developer-roadmap

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 6 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โ€ฆ

    7 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 12 5

  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