
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!
Fractional CTO — B2B SaaS
Senior Software Engineer
LeegalitySoftware Engineer
LeegalityGraduate Engineer Intern
NineleapsMember of technical Staff II
NineleapsSoftware developer
Quadeye
React
REST API

Python

Django

Django REST framework
.png)
FastAPI

Machine Learning

MySQL

MongoDB

Bash

Kafka

Slack

Spark

Apache Kafka
Hi, I'm Divan, and I'm working as a software developer. From the past five years, approximately five and a half years now. Previously, my last company was Legality, where I worked as a senior software developer. My major roles included leading a team, conducting a court review, creating a system architecture for backend applications, getting it implemented, and streamlining the process, as well as communicating with other teams.
Okay. So, I think the spikes got blocked and then found the design pattern use. Okay. Space notify. Design message. Okay. Okay. So, basically, in this code, we have declared a class, which is a base class, the base notifier. And we have defined the function in that, which is send message. So what we're doing here, we're taking another class, email notifier, and it's inheriting from the base notifier. Similarly, we're taking SMS notify, it's inheriting from the base notifier. And every time we need to send a message, we're overriding the base notifier's send message function. So rather than doing that, what we can do when we have inherited the base notify class, we can directly call the email notifier or SMS notify class in our code. And directly after calling these classes, we can directly call this send message function from the class objects rather than overriding it again and again.