Coder Social home page Coder Social logo

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

Sagar Budhathoki's Projects

cloudfront-terraform icon cloudfront-terraform

CloudFront configuration using Terraform. Request ACM on different supported region, Validate certificate, Create cloudfront distribution S3 bucket, and add record to Route53. All in one.

covid-19_prediction icon covid-19_prediction

Covid-19 prediction (For Nepal) with different MODELS (Sigmoidal, Linear Regressor, Random Forest Regressor) and comparisons

dunst_config icon dunst_config

Dunst notification service configuration file (dunstrc) customized and configured for my KDE Plasma.

e-police icon e-police

Demo app for Online FIR system with Django, restapi and redis.

ffmpeg_first icon ffmpeg_first

Development of RTSP, MediaRTSP servers, protocols and sockets with C/C++ using FFMpeg/LIve555 library(Live Video Processing, CCTV, IP Camera etc.)

ibz_networks icon ibz_networks

Django demo app for Sensors data encoding-decoding, CRUD operations, and database managing socketing visualizing with Plotly-dash(Black-Ice Detection System)

k8s_demo_app icon k8s_demo_app

Python demo sample application for Kubernets deployment

my_portfolio icon my_portfolio

Personal portfolio and blogging site with django, js, html/css, scss, tcl...

personal_rasa_chatbot icon personal_rasa_chatbot

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

raidfscrape icon raidfscrape

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) SQLAlchemy as ORM for PostgreSQL - Python.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.