class AchalJain:
def __init__(self):
self.role = "Software Engineer"
self.stack = ["Java", "Python", "JS", "SQL"]
self.focus = ["Dev", "AI/ML", "Problem Solving"]
self.learning = ["GenAI", "AI Agents", "DS & Eng."]
self.portfolio = "achal-jain-portfolio.netlify.app"
def say_hi(self):
print("Thanks for stopping by — let's build!")
me = AchalJain()
me.say_hi()
|
|
- If AI is Writing the Code, What’s Left for Us?
- I Deployed a Stock Prediction Model on AWS — Here’s Exactly How
- The AI Arms Race Has Already Begun — And No One Is Ready
- Free Cloud Platforms for ML — Colab, Kaggle & Hugging Face (What Nobody Tells You)


