@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.
Feb 16 · 2 min read · 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...
Join discussion
Feb 16 · 2 min read · SOLID principles help us design clean, scalable, and maintainable object-oriented systems.Today, I focused on the “O” — Open/Closed Principle. ⸻ 🔹 What is the Open/Closed Principle? Software entities (classes, modules, functions, etc.) should ...
Join discussion
Feb 16 · 2 min read · 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...
Join discussion
Feb 16 · 2 min read · Continuing my daily learning journey, today I studied core software design principles that directly impact how clean, scalable, and maintainable our code becomes. Here are my key learnings 👇 1️⃣ DRY — Don’t Repeat Yourself Every piece of logic...
Join discussion