Skip to content
View iamHrithikRaj's full-sized avatar
πŸ’―
Vibing
πŸ’―
Vibing

Organizations

@MLH-Fellowship
Block or Report

Block or report iamHrithikRaj

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

Welcome to Hrithik Raj's profile!

youtube subscribers youtube views followers followers followers views

😎 About Me:

const hrithik = {
    pronouns: "He" | "Him",
    code: ["Typescript/Javascript", "Python", "Java", "C/C++", "Bash", "Golang"],
    askMeAbout: ["backend", "devops", "data science"],
    technologies: {
        backEnd: {
            java: ["Spring Boot"],
            js: ["Node", "Fastify", "Express"],
            go: ["Gorilla"]
        },
        dataScience: {
            python: ["Numpy", "Pandas", "Tensorflow", "Sci-kit Learn", "Matplotlib", "Seaborn"]
        },
        devOps: ["AWS", "Docker🐳", "Route53", "Nginx", "Prometheus", "Ansible", "Jenkins"],
        databases: ["MongoDB", "PostgresSQL", "Redis", "Firebase"],
        misc: ["Selenium", "OpenCV", "spaCy", "RASA", "RabbitMQ"]
    },
    architecture: ["Microservice Architecture", "GraphQL",
                  "REST", "Serverless Architecture"],
    currentFocus: "Backend Development and DevOps",
    myPhilosophy: "First make it RUN, then make it FAST"
};


πŸ› οΈ Things I code with

πŸ‘¨β€πŸ’» Programming languages

x86 Assembly Bash C C++ Java JavaScript TypeScript Kotlin Python Golang SQL

🧰 Frameworks and libraries

NodeJS Express.js GitHub Actions Jest JUnit Keras NumPy Pandas Pytest SymPy TensorFlow

πŸ—„οΈ Databases and cloud hosting

GitHub Pages Heroku MongoDB MySQL PostgreSQL Redis

πŸ’» Software and tools

macOS Git Google Sheets Jupyter OBS Studio Postman Stack Overflow Visual Studio Code

πŸ“Š This Week I Spent My Time On:

No activity tracked

πŸ“ˆ My GitHub Stats:

iamHrithikRaj


iamHrithikRaj


Hrithik's GitHub Activity Graph


Pinned

  1. mewtwo mewtwo Public

    Mewtwo, a successor to Mew, is a high-level, class-based, object-oriented programming language that is inspired by Java. Mewtwo comes with its own virtual machine call MVM aka Mewtwo Virtual Machine.

    C

  2. portal portal Public

    A lightning-fast CLI tool to quickly switch between repositories.

    Haskell 4

  3. portfolio-website portfolio-website Public template

    This is a Jekyll website template designed to quickly help you get your portfolio website up and running.

    SCSS 4 4

  4. TheSpaceApp TheSpaceApp Public

    The Space App is an Android application which helps people pratice social-distancing in the COVID-19 outbreak.The app uses the Google Maps API to determin distance between two users and Google Fire…

    Java 2

  5. Self-Driving-Car-in-Python Self-Driving-Car-in-Python Public

    This is an attempt to train a Machine Learning model to learn how to drive in any game. The main idea is that the vehicle should be within the two lines on the roads and should not go beyond either…

    Python 1

  6. COVID19-prediction-using-Time-Series COVID19-prediction-using-Time-Series Public

    Predicted the growth of COVID19 cases in India using Time Series. Dataset includes total number of cases from January-2020 to June-2020 everyday.

    Jupyter Notebook