Database tutorial - IT technology blog

pg_cron: Schedule PostgreSQL Tasks Inside the Database Without OS Cron

pg_cron is a PostgreSQL extension that schedules SQL jobs — VACUUM, data archiving, threshold notifications — directly inside the database as a background worker. No external cron, no credential sprawl, no silent failures. This guide covers installation, three real-world use cases, and the practices that keep pg_cron solid in production.
AI tutorial - IT technology blog

Building a Multi-Agent AI System with Microsoft AutoGen v0.4: Orchestrate Specialized Agents for Data Analysis and Code Generation

Learn how to build a multi-agent AI system with Microsoft AutoGen v0.4 by creating a Planner, Data Analyst, and Code Reviewer agent that collaborate to automate data analysis workflows. This step-by-step guide covers installation, agent configuration, team setup, and monitoring — everything a junior developer needs to get started.