Skip to content
View apoorvd06's full-sized avatar
πŸ’­
I may be slow to respond.
πŸ’­
I may be slow to respond.

Block or report apoorvd06

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

πŸ‘‹ Hi, I'm Apoorv

πŸ’» Passionate about programming, problem solving, and building small projects to strengthen core computer science concepts.


πŸš€ About Me

  • πŸŽ“ Student exploring Computer Science Programming and communications
  • 🐍 Currently working mainly with Python
  • 🐧 Exploring Linux and development environments
  • πŸ—„οΈ Practicing SQL and database concepts
  • πŸ“š Prefer learning independently using platforms like YouTube, GeeksforGeeks, Udemy, and W3Schools

I enjoy understanding how systems work and improving my coding skills through hands-on projects.


πŸ› οΈ Skills & Technologies

Languages

  • Python
  • SQL

Concepts

  • Data Structures & Algorithms
  • Problem Solving
  • CLI Programs
  • Basic System Programming Concepts

Tools & Platforms

  • Git & GitHub
  • Linux (learning)
  • VirtualBox

πŸ“‚ Projects

🏦 ATM Simulation (Python)

A simple command-line ATM system that allows users to:

  • Check account balance
  • Withdraw money
  • Deposit money
  • Perform transactions in a continuous loop

Concepts used:

  • while loops
  • conditional statements
  • user input handling
  • program flow control

βš–οΈ BMI Calculator

A beginner-friendly project that calculates Body Mass Index using user input.

Concepts used:

  • mathematical formulas
  • input/output
  • conditional logic

πŸ“ˆ Current Learning Focus

  • Strengthening DSA fundamentals
  • Writing clean and structured Python programs
  • Understanding Linux workflows
  • Practicing SQL queries and database operations

🎯 Goals

  • Build stronger problem solving skills
  • Contribute to open source projects
  • Create more advanced real-world projects
  • Develop a solid software development foundation

πŸ“« Connect With Me

You can explore my repositories to see what I'm currently learning and building.

⭐ Always learning, always improving.

Popular repositories Loading

  1. html_portfolio html_portfolio Public

  2. localrepo localrepo Public

  3. first-contributions first-contributions Public

    Forked from firstcontributions/first-contributions

    πŸš€βœ¨ Help beginners to contribute to open source projects

  4. 75attendance 75attendance Public

    Forked from thegeorgenikhil/75attendance

    [5k Daily Active Users] Looking to bunk some classes? Perfect ;)

    JavaScript

  5. DSAlgo DSAlgo Public

    Forked from SamirPaulb/DSAlgo

    πŸ“šA repository that contains all the Data Structures and Algorithms concepts and solutions to various problems in Python3 stored in a structured manner.πŸ‘¨β€πŸ’»πŸŽ―

    Python

  6. Python_algo Python_algo Public

    Forked from TheAlgorithms/Python

    All Algorithms implemented in Python

    Python