Author Archives: Bijaya Tripathy

Discover how we built an AI agent

Building an AI Agent for SQL to Dashboard Conversion

Introduction  In today’s data-driven world, businesses rely heavily on insights derived from their  databases. However, extracting meaningful information often requires specialized skills  in SQL and data visualization. This blog post details the development of an AI agent  designed to bridge this gap, enabling users to generate interactive dashboards from  their SQL databases using natural language, Continue Reading »

Automating Secure Skill Insertions into Databases Using Jenkins Pipelines

Automating Secure Skill Insertions into Databases Using Jenkins Pipelines

  Managing frequent database insertions without giving developers direct database access is crucial for maintaining security, data integrity, and operational efficiency. A Jenkins pipeline is a perfect solution for this. This blog explores how to set up a Jenkins pipeline to safely run regular database insertions, such as adding new skill names, with complete auditing Continue Reading »

Building a Robust Website Monitoring System with Python: Real-Time Uptime and SSL Expiry Alerts

Building a Robust Website Monitoring System with Python: Real-Time Uptime and SSL Expiry Alerts

Ensuring your website remains online and secure is crucial for business operations and user experience. In this post, we’ll walk through building a Python-based website monitoring system that continuously checks site availability, handles API authentication, and sends real-time notifications via webhooks. This system will help you: ● Monitor website uptime ● Check SSL certificate expiration Continue Reading »