MySQL tutorial - IT technology blog

MySQL Connections in Python with PyMySQL and mysql-connector-python: Connection Pooling, Prepared Statements, and Safe Transactions to Prevent SQL Injection

A practical guide to connecting MySQL in Python using PyMySQL and mysql-connector-python: setting up Connection Pooling to reuse connections, using Prepared Statements to prevent SQL Injection, and handling Transactions safely with a context manager — complete code examples from quick start to production.
Monitoring tutorial - IT technology blog

How to Install and Configure Grafana Beyla: Automatic Application Monitoring Without Code Changes Using eBPF for Go, Python, and Node.js

Grafana Beyla uses eBPF to automatically collect metrics and traces from Go, Python, and Node.js applications — no code changes, no SDK installation required. This post walks through installing and configuring Beyla, and shares real-world results after 6 months running on production with Prometheus + Grafana.