class AchalJain:
def __init__(self):
self.role = "Software Engineer"
self.stack = ["Java", "Python", "JavaScript", "SQL"]
self.focus = ["Software Dev", "AI/ML", "Problem Solving"]
self.learning = ["Generative AI", "AI Agents", "Data Science"]
self.portfolio = "achal-jain-portfolio.netlify.app"
def say_hi(self):
print("Thanks for dropping by β let's build something great!")
me = AchalJain()
me.say_hi()
|
- 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)
- Context Engineering Is a Skill. Most Developers Are Skipping It.


