Skip to content
View AbhishekBhosale46's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report AbhishekBhosale46

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

Hi there! πŸ‘‹ I'm Abhishek Bhosale

Welcome to my portfolio! I'm a passionate developer with a knack for building innovative and efficient software solutions and have experience in full-stack development, backend engineering, and cloud technologies.

Feel free to explore my repositories, and let's connect if you'd like to collaborate or discuss exciting projects!


πŸ› οΈ Skills

Python C++ Java JavaScript Django DjangoREST FastAPI RabbitMQ Celery Redis Gunicorn Nginx React Bootstrap MySQL Postgres MongoDB Firebase Docker Linux Shell Script Azure Netlify Vercel Git GitHub Unity C#


πŸ’ΌπŸ’» Experience

Software Engineer Intern at RhythmFlows Solution Pvt. Ltd. (Jan. 2024 – Apr. 2024)

  • Developed REST APIs using Django Rest Framework for the financial reconciliation platform backend.
  • Optimized one-to-many & relaxed match rules for the financial reconciliation platform.
  • Built a lightweight ORM library in Python to perform DQL queries, reducing raw SQL code by 30%.
  • Created reusable packages for Email & SFTP, streamlining data transfer & saving development time by 20%.

Full Stack Developer Intern at Govardhan Ecovillage (Jun. 2023 – Jul. 2023)

  • Developed an interactive admin dashboard using ReactJS, Bootstrap5, & Axios for efficient data management.
  • Coordinated with the backend team & integrated the backend REST APIs.

πŸš€ Projects

Online Judge | Python, FastAPI, RabbitMQ, Docker SDK

  • Designed a code sandboxing system to compile & run C++, Java, & Python programs inside Docker containers, enforcing time & memory limits.
  • Functionality to compare expected & actual outputs, providing verdicts like TLE, MLE, RE, CE, AC, WA.
  • Built REST APIs using FastAPI for asynchronous code execution, handling user submissions & task assignments via RabbitMQ.
  • Ensured horizontal scalability of workers & implemented a webhook callback mechanism to notify task status.

WallStreet | Django Rest, ReactJS, Celery, Redis, PostgreSQL, Docker

  • Built a virtual stock market simulation platform for IPO subscriptions, stock trading, viewing charts & news, engaging 150+ active players.
  • Developed Celery-based architecture for processing orders, releasing periodic news using Redis as job queue.
  • Implemented weighted average & pro rata allotment system for fair IPO distribution.
  • Dockerized & deployed the platform in production using Gunicorn & Nginx on Azure cloud.

ResearchSphere | Django Rest, PostgreSQL

  • Developed API endpoints for listing, searching, & applying to research/project opportunities.
  • Enabled application management for opportunity owners to review, accept, or reject applications.
  • Implemented features like filtering, sorting, & pagination to enhance user experience & data searchability.
  • Integrated token authentication for secure user access along with password reset & email confirmation features.

πŸ† Achievements

  • Google Code-in 2018 & 2019: Recognized with prizes & goodies for open source contributions.
  • Unity3D: Received a shout-out on official Unity3D handles for developing a holiday-themed game at age 14.

🎯 Positions Of Responsibility

Technical Head | PICT IEEE Student Branch (Sep. 2023 – Present)

  • Mentored a team of 20+ juniors in developing platforms for the events.
  • Lead developer for the flagship events of CTD β€˜23 and Credenz β€˜24.

πŸ“« Let's Connect!

Thank you for visiting my portfolio! Feel free to explore my repositories and get in touch if you want to collaborate or just have a chat!

Pinned Loading

  1. OnlineJudge OnlineJudge Public

    πŸ’»πŸ‘¨πŸ»β€πŸ’»πŸ“ Online Judge Platform, an advanced system where users can solve coding problems and improve their programming skills.

    3

  2. WallStreet24 WallStreet24 Public

    πŸ“ŠπŸ“ˆπŸ’Έ WallStreet is a real-time stock market simulation platform, where the users can subscribe for Ipos, buy and sell the stocks, view interactive charts and explore the stock news to analyze the st…

  3. DRF-Research-Platform DRF-Research-Platform Public

    πŸŽ“πŸŒβš™οΈ Research Sphere is a platform designed to bridge the gap between students seeking research opportunities and professors offering such opportunities.

    Python 1

  4. Django-Subtitle-Search-Engine Django-Subtitle-Search-Engine Public

    πŸ’¬πŸŽ¬πŸ”Ž Uploading, processing, and searching the video time stamp with the given subtitle search keyword effortlessly.

    HTML 1

  5. Python-DQL-ORM Python-DQL-ORM Public

    πŸ›’οΈβš’οΈ A lightweight Python ORM focused on DQL (Data Query Language) operations

    Python

  6. CandleStick pattern recognition in p... CandleStick pattern recognition in python
    1
    import talib
    2
    import yfinance as yf
    3
    from datetime import date
    4
    
    
    5
    today = date.today().strftime("%Y-%m-%d")