Skip to content
View amitanshusahu's full-sized avatar
🌲
Growing
🌲
Growing

Highlights

  • Pro

Block or report amitanshusahu

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

profile(1)

 const TECH_STACK = {
 
    programmingLanguage : ['C', 'C++', 'JS', 'Python', 'Java', 'Bash'],
    web: {
      backend: ['Nodejs'],
      frontend: ['React/any'],
    },
    devTools : ['NeoVim', 'Sublime', 'Vs Code', 'Postman'],

};

const EXPLORING = ['Go', 'Mobile dev', 'the hype'];

How To Reach Me
too lazy to update this

Recent Projects
see pinned ones for the projects :)


🧿 Visit My Portfolio

Pinned Loading

  1. node-containerized-execution-env node-containerized-execution-env Public

    LeetCode backend, scaleble nodjs backend which runs user submitted code in a containerized code execution envroment, implementaion of RabbitMq RPC, devops assignment of @hkirat

    JavaScript 18 6

  2. LetsCode-fullstack LetsCode-fullstack Public

    A LeetCode like platform but with a different design, executes user submited code in a container and send back the result as response

    JavaScript 10 1

  3. YouTube-fullstack YouTube-fullstack Public

    QuteTube a youtube like fullstack video content plartform with "Adaptive Bitrate Streaming"

    TypeScript 18 1

  4. ghb ghb Public

    ghb ( gitgub ) is your friendly neighbour to push local repo to github. Automating the repetitive tasks " add, commit, push, username, token"

    Shell 5 3

  5. Omegle-fullstack Omegle-fullstack Public

    a Omegle like site, lets 2 random user connect to each other though live video and chat

    TypeScript 13 8

  6. EmojiX EmojiX Public

    the blazing fast emoji picker for linux written in c

    C