Skip to content
View inovizz's full-sized avatar
๐Ÿ
Focusing
๐Ÿ
Focusing

Organizations

@HydPy
Block or Report

Block or report inovizz

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
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 6 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 13 4