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 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())
- Samakhusi, Kathmandu
- https://budhathokisagar.com.np
- @S_agarM_agar
- in/sbmagar13
- https://sbmagar13.medium.com
- sbmagar13
Highlights
Pinned Loading
-
personal_rasa_chatbot
personal_rasa_chatbot PublicRasa chatbot for personal info FAQs... using RASA stack. Database querying (sqlite3).. deployed using docker on heroku....
Jupyter Notebook 2
-
VQGAN-CLIP-Text-to-Image
VQGAN-CLIP-Text-to-Image PublicText-to-Image Synthesis using Multimodal (VQGAN + CLIP) Architectures
-
raidfscrape
raidfscrape PublicCode 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…
-
sharesansar_datascrape
sharesansar_datascrape PublicSharesansar Nepal NEPSE daily share price data scraping with Python. Scrapes all daily floor sheet from sharesansar site.
-
amazon-lex-weatherbot
amazon-lex-weatherbot PublicA weather forecast and information chatbot, Created with AWS Lex and AWS Lambda
-
unused-iam-role-rdk
unused-iam-role-rdk PublicDetect unused IAM role using AWS RDK, AWS Config
Python
If the problem persists, check the GitHub status page or contact support.