3 Projects
A collection of open-source libraries, backend systems, experiments, and developer tools I've built over the years.
#01
Django Health Check Package
View Project
django-healthkit is a lightweight and extensible Django package for monitoring application health. It provides health check endpoints for databases, cache, storage, and custom services, making it easy to integrate with load balancers, container orchestration platforms, and monitoring systems.
#02
Website & API Monitoring Platform
View Project
Bidar is a lightweight monitoring platform for websites and APIs. It provides continuous uptime monitoring, public status pages, real-time statistics, Telegram notifications, and uptime percentage reporting. The platform also includes a Python SDK for error tracking and exception reporting, with the long-term goal of becoming a lightweight, self-hosted alternative to Sentry.
#03
Telegram Bot Framework
View Project
Botza is an asynchronous Python framework for building Telegram bots with a clean, intuitive, and developer-friendly API. It features command routing, middleware, filters, context-based handlers, and support for both webhooks and long polling, making it easy to build scalable and maintainable Telegram bot applications.