@utkarshroy
Transforming Data into Intelligence, One Line of Code at a Time
🚀 AI & ML Enthusiast | B.Tech in CSE (AI & DS) Building smart solutions with data, code, and curiosity. Worked on customer segmentation, semantic search agents, and real-time dashboards. Learning in public — one model, one project at a time.
Nothing here yet.
Continuing my SOLID journey, today I studied the Liskov Substitution Principle (LSP) — a principle that protects systems from fragile inheritance and unexpected behavior. 🔹 What does LSP say?If S is a subtype of T, then objects of type T should be r...

SOLID principles are a set of five guidelines that help us write clean, scalable, and maintainable object-oriented code.Today, I focused on the “S” — Single Responsibility Principle. 🔹 What does SRP say? A class should have only one reason to ch...
