With over 5.5 years of experience as a Software/ML Engineer, I excel in Python, JavaScript, React.js, and Next.js, and have integrated ML models using libraries like TensorFlow and PyTorch. I've designed and maintained backend systems, developed APIs, and implemented data ingestion pipelines on Google Cloud. My project work includes developing ML-based solutions for name similarity verification, facial recognition, and demand forecasting. I bring a customer-focused mentality, translating business ideas into engineering solutions, and am proficient in prompt engineering, NLP, LLMs, and integrating third-party APIs, making me an ideal fit for your core development team. Let's collaborate to achieve together!
Senior Software Engineer
LeegalitySenior Software Developer
LeegalitySoftware Developer
LeegalitySoftware Developer
Nineleaps Technology Solutions PVT LTDMember Of Technical Staff - 2
Nineleaps Technology Solutions Pvt. Ltd.Software Developer
Quadeye Securities LLPReact
REST API
Python
Django
Django REST framework
FastAPI
Machine Learning
MySQL
MongoDB
Bash
Kafka
Slack
Spark
Apache Kafka
Responsibilities-
Responsibilities-
Responsibilities-
Project Details-
Project Details-
Project Details-
Project Details-
Project Details-
Project Details-
Project Details-
Project Details-
So hi. Myself, Divan, so and, I'm working as a software developer. From past 5 years. Approximately, it's 5.5 years now. So previously, my last company, was Legality. I was working as a senior software developer there. My major roles include leading a team. A court review, creating a system architecture for back end applications. Getting it And streamlining the process and communicating with other So
Okay. So and I think the spikes and got blocked and then find the design pattern use and. Okay. Space notify. Design message. Okay. Okay. So, basically, in this code, we have declared a class, which is a base class that is base notifier. And we are, uh, we have defined the function in that, which is send message. So what we are doing here, we are, uh, taking another class email notifier, and it's inheriting from the base notifier. Similarly, we are taking SMS notify. It's, uh, inheriting from the base notifier. And every time we need to, uh, send a message, uh, we are overriding, uh, the base notifiers, uh, send message function. So rather than doing that, what we can do, uh, when we have inherited the base notify class, we can directly call the email notifier or SMS notify class, uh, in our code. And, uh, directly, after calling, uh, these classes, we can directly, uh, call this, uh, send message function, uh, from the, uh, from the class objects rather than, uh, overriding it again and again.