Skip to content
View rohan9932's full-sized avatar
πŸ˜€
learning
πŸ˜€
learning
  • Bangladesh
  • 23:02 (UTC -12:00)

Block or report rohan9932

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rohan9932/README.md

Hi, I'm Rohan πŸ‘‹

I’m a second-year Computer Science student at Ahsanullah University of Science and Technology (AUST).
I’m currently in my learning phase, focused on building strong fundamentals in software development and problem solving.

I enjoy learning how things work under the hood and steadily improving my skills through consistent practice.


🚧 Currently working on:

  • Learning full-stack web development
    • Frontend: React
    • Backend: Django
  • Strengthening my problem-solving skills through Data Structures & Algorithms
  • Solving LeetCode problems regularly to improve logic and coding efficiency
  • Gradually turning concepts into small practice projects

πŸ› οΈ Tools & Technologies I Use

  • Languages: Python, JavaScript, TypeScript, C/C++
  • Frontend: React, NextJs(learning)
  • Backend: Django, Django-REST-Framework
  • Databases: MySQL, PostgreSQL
  • Problem Solving: LeetCode
  • Tools: Git, GitHub, VS Code

🌐 Socials

Pinned Loading

  1. webdevaustrc-2025/arc-event-website webdevaustrc-2025/arc-event-website Public

    A scalable event management platform with user and admin dashboards, built as a customizable template for efficiently managing ARC event series (ARC 3.0).

    TypeScript 1 12

  2. hospital-management-system-backend hospital-management-system-backend Public

    Django REST Framework backend for a Hospital Management System. Role-based access for admins, doctors, patients & receptionists, with appointments, prescriptions, billing, and soft-delete support.

    Python

  3. blogspace blogspace Public

    A simple full-stack blog app built with traditional Django : register, write posts, like, and comment.

    Python

  4. neetcode-150-solve neetcode-150-solve Public

    My Python solutions for the NeetCode 150 list, systematically organized by DSA patterns.

    Python

  5. django-orm-deep-dive django-orm-deep-dive Public

    A hands-on repo for exploring the Django ORM in depth β€” querysets, relations, annotations, and API-backed examples to build a solid intuition for how Django talks to the database.

    Python

  6. drf-deep-dive drf-deep-dive Public

    My deep-dive into Django REST Framework. Moving past basic CRUD to master nested serializers, overriding create/update logic, multi-user permissions, filtering/searching, and JWT authentication wit…

    Python