Skip to content
View vviveksharma's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report vviveksharma

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
vviveksharma/README.md

Hi I'm Vivek Sharma

Welcome to my Github Profile

About Me

const vivek = {
    code: ["JavaScript", "Python", "Golang", "C++", "C"],
    askMeAbout: ["Web Dev", "Tech", "Machine Learning"],
    technologies: {
        backEnd: {
            js: ["Node", "Express"],
            python: ["Django", "Flask"],
            golang: ["Fiber"]
        },
        frontEnd: {
            ["Reactjs", "AngularJS", "TypeScript", "TailwindCSS", "BootStrap"]
        }
        devOps: ["AWS", "Docker🐳", "Route53", "Nginx"],
        databases: ["mongo", "MySql", "sqlite", "postgreSQL", "dynamoDB"],
    },
    currentFocus: "Learning BlockChain as a technology.",
    funFact: "There are two ways to write error-free programs; only the third one works"
};

Contact Me

If you want to reach out to me about anything, be it some doubt or just to hangout and talk or want to watch anime together just ping me 😉.

Gmail LinkedIn

edisonlee55's github stats

I'm currently working as Software Developer at Progress and learning new Technologies.

Pinned

  1. Anime-Recommendation-System Anime-Recommendation-System Public

    The Anime Recommendation System created using Content Based Filtering in Machine Learning and deployed on website using Flask such that the website can be helpful in searching through our favorite …

    CSS

  2. Voting-System Voting-System Public

    A hashing based a voting system in which we have the feature of registering a user giving out its voting ID , admin and employee who has different role that varies who can open the voting and visua…

    Go

  3. BlockChain BlockChain Public

    This is Block chain Based data storing mechanism that can store data in the Postgres DB

    Go

  4. Calculator-grpc Calculator-grpc Public

    A grpc based calculator system with implementation of Unary , Bidirectional and Servers and Client side server streaming

    Go

  5. Django-ChatApp Django-ChatApp Public

    Django-Chat App an online application created using Django-channels and Redis , helps to chat online without being on same device just by using same lobby name

    Python

  6. Tik-Tak-Toe Tik-Tak-Toe Public

    The Tik-Tak-Toe game using JavaScript Min-Max-Algorithm making it an unbeatble AI like game and used Django Authentication for login and Signup integrating it would email verification as well

    HTML