๐ Full-Stack & Data Science Learner | ๐ง DSA in Progress | ๐ฑ Always Building
โFirst, solve the problem. Then, write the code.โ โ John Johnson
class Developer:
def __init__(self):
self.name = "Divyansh Kumar Singh"
self.username = "JavaPyWizard"
self.focus = ["DSA", "Web Dev", "Data Science"]
self.current_mission = "100 Days of Code Challenge"
self.languages = ["Python", "Java", "C", "JavaScript", "SQL"]
def greet(self):
return f"Thanks for dropping by! Let's build something awesome together ๐"
me = Developer()
print(me.greet())
- 100 Days of Code Challenge (In Progress)
- Build 3 Full-Stack Projects
- Complete 5 Data Science Projects
- Exploratory Data Analysis (EDA) on a real-world dataset (e.g., Titanic, Netflix, Zomato)
- Supervised ML Model: Predictive modeling using Linear/Logistic Regression or Random Forest
- Data Visualization Dashboard using Matplotlib/Seaborn/Plotly
- Unsupervised Learning: Clustering analysis using K-Means or DBSCAN
- NLP Sentiment Analysis or Text Classification Project
- Solve 100 Unique LeetCode Problems
- 30 Easy
- 50 Medium
- 20 Hard
- Contribute to Open Source Projects
- ๐ฎ I name my Git branches after Harry Potter spells
- โ My code runs on 70% logic and 30% coffee
- ๐ Python enthusiast who still gets bitten by indentation errors
- ๐ธ Secretly wish my terminal had guitar hero-style typing effects
echo "Thanks for visiting my profile!"
echo "Keep coding ๐"