Coder Social home page Coder Social logo
from typing import Tuple
from dataclasses import dataclass


class Meta(type):
    def __new__(cls, name, bases, attrs):
        new_cls = super().__new__(cls, name, bases, attrs)
        return dataclass(unsafe_hash=True, frozen=True)(new_cls)


class Bio(metaclass=Meta):
    name        : str = "Bhupender"
    designation : str = "Software Engineer"
    company     : str = "Zenarate"
    base        : str = "Gurugram, Haryana"
    dob         : str = "15 December, 2001"
    nationality : str = "Indian"


class Stack(metaclass=Meta):
    frontend    : Tuple[str, ...] = ("HTML", "CSS", "JavaScript", "ReactJS", "Boostrap", "TailWind", "MaterialUI")
    backend     : Tuple[str, ...] = ("Python", "Flask", "FastAPI", "NodeJS")
    database    : Tuple[str, ...] = ("MySQL", "SQLite3", "MongoDB", "Firebase")
    datascience : Tuple[str, ...] = ("Pandas", "Numpy", "Matplotlib", "Scikit Learn")
    office      : Tuple[str, ...] = ("MS Word", "MS PowerPoint", "MS Excel")
    tools       : Tuple[str, ...] = ("GIT", "GitHub", "GitLab", "JIRA", "Postman", "VS Code", "Docker")
    aws         : Tuple[str, ...] = ("Glue", "AppSync", "SageMaker", "S3", "Athena", "Lambda", "RDS", "Cloudwatch")
    ongoing     : Tuple[str, ...] = ("Prompt Engineering", "NLP", "Vector DB")


class Social(metaclass=Meta):
    github      : str = "https://github.com/bhupenderhere"
    instagram   : str = "https://instagram.com/bhupenderhere"
    twitter     : str = "https://twitter.com/bhupenderhere"
    linkedin    : str = "https://linkedin.com/in/bhupenderhere/"
    mail        : str = "[email protected]"

Bhupender's Projects

docker-cli-cheat-sheet icon docker-cli-cheat-sheet

This cheat sheet features the most important and commonly used Docker CLI commands for easy reference.

git-cheat-sheet icon git-cheat-sheet

This cheat sheet features the most important and commonly used Git commands for easy reference.

linkscape icon linkscape

A simple platform to display profile links. Whether you want to share your social media profiles, professional networks, or any other online presence, this site provides a clean and minimalist way to showcase your links.

tesla-clone icon tesla-clone

Tesla's Clone in React ⚛️ with Firebase 🔥 Authentication.

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.