Skip to content
View inovizz's full-sized avatar
🐍
Focusing
🐍
Focusing

Organizations

@HydPy

Block or report inovizz

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
inovizz/README.md

Hello!, I am Sanchit! Profile Views

GitHub Streak

from dataclasses import dataclass


@dataclass(frozen=True)
class WhoIsSanchit:
    name: str = "Sanchit Balchandani"
    proficiency: str = "Python Programmer 🐍"
    working_with: str = "EPAM Systems, India"
    passionate_about: str = "Community Building, Python, SRE(DevOps) & Free education"
    currently_working_on: str = "Python, GKE, Terraform, Cloud Vision API"
    ask_me_about: str = "Python, Docker, GKE, HydPy & DSUG Hyd"


@dataclass(frozen=True)
class SkillSet:
    programming_languages: str = "Python, JavaScript, Go(Beginner), Solidity"
    operation_systems: str = "Linux, Windows, MacOS"
    web_frameworks: str = "Django, Flask, Express, DRF"
    web_technolgies: str = "NodeJS, HTML, CSS, JQuery, ReactJS(Novice)"
    dapp_development: str = "Blockchain, Truffle, Web3.js, Solidity, Geth, testRPC, Ethereum"
    devops: str = "Apache, Nginx, Docker, uWSGI, Gunicron, K8s, Jenkins, Bash, Terraform, GKE"
    databases: str = "Postgres, MySQL, SQLite ,MongoDB, Firestore"
    version_control: str = "Git, Bitbucket, Gitlab"
 

@dataclass(frozen=True)
class SocialProfiles:
    twitter: str = "https://twitter.com/inovizz"
    linkedin: str = "https://www.linkedin.com/in/inovizz"
    website: str = "https://inovizz.com/"
    stack_exchange: str = "https://ethereum.stackexchange.com/users/7790/sanchit"
 

Pinned Loading

  1. lottery-smart-contract lottery-smart-contract Public

    Solidity smart-contract for a Lottery

    JavaScript 2 3

  2. demystifying-docker-for-devs demystifying-docker-for-devs Public

    Repo for PyCon India 2019 - "Demystifying Docker for Devs" workshop

    Python 8 6

  3. deploy contract using web3js deploy contract using web3js
    1
    const fs = require("fs");
    2
    const solc = require('solc')
    3
    let Web3 = require('web3');
    4
    
                  
    5
    let web3 = new Web3();
  4. python-for-devops python-for-devops Public

    "Python for DevOps" Workshop codebase and examples.

    Jupyter Notebook 22 18

  5. library_management_system_blockchain library_management_system_blockchain Public

    A community library management system built using ethereum blockchain.

    JavaScript 12 4