Skip to content
View adiithi0510-alt's full-sized avatar

Block or report adiithi0510-alt

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

๐Ÿ‘‹ Hi, I'm Adithi!

๐ŸŽ“ BCA student specializing in Cloud Computing | Class of 2028

โ˜๏ธ Exploring cloud concepts, building small projects, and documenting what I learn along the way.

๐Ÿ“Œ This profile is my learning journal โ€” you'll find mini projects and hands-on experiments covering topics I pick up during my studies.

๐ŸŒฑ Currently learning | Always building | Growing one commit at a time

Pinned Loading

  1. web-scraper web-scraper Public

    A beginner-friendly Python web scraper that extracts headlines, scores, and links from Hacker News using Requests and BeautifulSoup, and exports the data to a structured CSV file

    Python

  2. java-runtime-polymorphism java-runtime-polymorphism Public

    A beginner-friendly Java program demonstrating runtime polymorphism using method overriding. Shows how a parent class reference calls subclass methods dynamically at runtime โ€” a core OOP concept.

    Java