About me
I believe in building tech that solves real-world problems and empowers people โ with design, data, and a touch of curiosity. Endlessly curious. Passionately techy. I blend design, code, and logic to turn ideas into impactful solutions. I'm very passionate about learning and adapting new technologies and skills. I possess a good foundation in theoretical concepts and practical experience gained through coursework and projects.
My work blends...
-
Conversational AI
Building intelligent chat and voice agents : analyze(intent).generate(response);
-
UI-UX Designing
Building meaningful user experiences : through thoughtful design and seamless interaction.
-
Database Management
Structuring scalable and efficient data systems: SELECT innovation FROM ideas ORDER BY impact; ;
-
Cloud Computing
Leveraging Cloud platforms to deliver scalable solutions : cloud.deploy(projects.seamlessly);
-
Web development
Turning ideas into responsive reality : buildWebsite(userVision);
-
Internet of Things
Giving life to machines : connect(sensor).to(reality);
Know me more
Through few Snippets from My Stack
My Productivity hack?
if task in priority_queue:
deep_focus(task)
else:
schedule_later()
How I achieve Perfectionism?
<?php
while (!$perfect) {
ship_it();
}
?>
Developer Essentials?
class Toolbox {
public:
std::vector essentials = {
"Chatgpt", "Claude"};
};
Got caught in Workaholic Mode?
try {
takeBreak();
hydrate(); }
catch (workaholicMode) { setTimeout(()
=> resetMindset(), 5000); }