Skip to content
View vaibhavbunny's full-sized avatar

Block or report vaibhavbunny

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
vaibhavbunny/README.md

Hello there! 👋🏻

I am Vaibhav Kale, a Software Engineer at Avathon and a graduate of Indian Institute of Technology, Delhi (IITD). My professional journey is driven by a strong interest in backend engineering, systems, and problem-solving, with a focus on building reliable, scalable software.

At work, I build cloud-native backend systems and data infrastructure, including real-time data pipelines, high-throughput ingestion engines, schedulers, and fault-tolerant services across edge and cloud environments. I enjoy working close to system internals—data movement, concurrency, reliability, and performance optimization.

My technical background spans Data Structures & Algorithms, Distributed Systems, Software Engineering, Cloud Platforms, Blockchain, Machine Learning, and Data Science, which I actively apply while building production-grade systems.

Outside of tech, I’m a table tennis player, having represented IIT Delhi at the Inter-IIT Sports Meet. When I’m not coding, I enjoy exploring new places and learning new technologies.

Feel free to connect with me on LinkedIn and explore my projects here on GitHub.
Let’s connect and collaborate! 🚀

Pinned Loading

  1. DS_coin DS_coin Public

    This is an independent cyptocurrency made using the cryptographic concepts like hash functions,digital signatures with underlying data structures like linked list, queues, trees, etc.

    Java

  2. OKX-Order-Management-System OKX-Order-Management-System Public

    This project provides a C++ client for interacting with the [OKX Exchange API](https://www.okx.com/docs-v5/en/), supporting authenticated trading operations and market data retrieval. It includes m…

    C++ 1

  3. Customer_Churn_Prediction Customer_Churn_Prediction Public

    This project predicts whether a customer is likely to churn from a bank using a machine learning model built with TensorFlow and deployed via Streamlit. The model is trained on customer profile dat…

    Jupyter Notebook

  4. Student_Performance_Indicator Student_Performance_Indicator Public

    This project predicts student academic performance using socio-economic and educational attributes. It integrates Machine Learning modeling, interactive UI development with Flask, and MLOps deploym…

    Jupyter Notebook

  5. Network-Security Network-Security Public

    A complete machine learning pipeline to automate ETL, model training, validation, deployment, and real-time predictions for detecting network threats using structured data. Built using FastAPI, Mon…

    Python

  6. Predicting_Next_Word Predicting_Next_Word Public

    This project implements a Next Word Prediction model using LSTM (Long Short-Term Memory) networks trained on a sample text corpus. It allows users to input a sequence of words and predict the most …

    Jupyter Notebook