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
-
lottery-smart-contract
lottery-smart-contract PublicSolidity smart-contract for a Lottery
-
demystifying-docker-for-devs
demystifying-docker-for-devs PublicRepo for PyCon India 2019 - "Demystifying Docker for Devs" workshop
-
deploy contract using web3js
deploy contract using web3js 1const fs = require("fs");
2const solc = require('solc')
3let Web3 = require('web3');
45let web3 = new Web3();
-
python-for-devops
python-for-devops Public"Python for DevOps" Workshop codebase and examples.
-
library_management_system_blockchain
library_management_system_blockchain PublicA community library management system built using ethereum blockchain.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.