Artificial Intelligence tutorial - IT technology blog

Machine Learning for Beginners: From Theory to Practice with scikit-learn

A practical machine learning guide for beginners: set up a Python environment, train a classification model with scikit-learn, serialize it, and monitor data drift in production. Based on real-world experience integrating ML into a DevOps pipeline — including the painful lesson of neglecting a model for 3 months and watching it drift.
Network tutorial - IT technology blog

Setting Up a DNS Server with Bind9 on Ubuntu/Debian

A step-by-step guide to setting up an internal DNS server with Bind9 on Ubuntu/Debian: installation, forward and reverse zone files, forwarder and ACL configuration, testing, and troubleshooting. Written from real-world experience managing an office network.