Skip to content
View sbmagar's full-sized avatar
💻
I may be slow to respond.
💻
I may be slow to respond.
Block or Report

Block or report sbmagar

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
sbmagar/README.md

Hi 👋, I'm Sagar Budhathoki

A passionate & hardworking DevOps/Python Engineer and AI/ML enthusiast

import json
from dataclasses import asdict, dataclass


@dataclass
class Stack:
    languages   : tuple[str, ...] = ("Python", "C..C++")
    Cloud       : tuple[str, ...] = ("AWS", "Docker", "Kubernetes", "Terraform", "AWS-CDK(python)")
    databases   : tuple[str, ...] = ("PostgreSQL", "AWS RDS")
    CI/CD       : tuple[str, ...] = ("GitLab CI", "Jenkins", "GitHub Actions", "AWS CodePipelines")
    AIML        : tuple[str, ...] = ("GAN", "sklearn", "RASA-Chatbot", "Model Development" )
    OS          : tuple[str, ...] = ("Arch Linux", "Ubuntu", "CentOS", "Manjaro", "Windows", "MacOS") 
    misc        : tuple[str, ...] = ("FFMPEG/LIVE555", "Matplotlib", "BS4", "Socket.IO", "Selenium", "Scrapy")
    ongoing     : 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())
​

Top Langs trophy

Connect with me:

s_agarm_agar sbmagar 10819100 sbmagar.sbm99 magarsagarbudhathoki

Sagar Budhathoki's Dev Card

Languages and Tools:

aws django python terraform docker kubernetes gitlab git linux nginx django postgresql postman pytorch jenkins selenium

Pinned

  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) with Python SCRAPY spiders bypassing recaptcha and storing to PostgreSQL database.(used scrapper-API as captcha, proxy bypass) SQLAlchem…

    8 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 10 4

  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