AI tutorial - IT technology blog

Building AI Recommendation Systems: From Basics to Production Deployment

Learn to build AI recommendation systems from the ground up. This tutorial covers core algorithms like collaborative filtering and content-based methods, then dives into advanced usage with hybrid models and deep learning. Finally, it provides practical tips for deploying and maintaining recommendation systems in production environments.
DevOps tutorial - IT technology blog

GitOps with ArgoCD — Auto Deploy from Git

Explore how GitOps, combined with ArgoCD, transforms Kubernetes deployments. This tutorial guides junior developers in setting up automated, Git-driven deployments, ensuring consistent and stable application delivery from development to production.
DevOps tutorial - IT technology blog

Deploy App to VPS with Docker, Nginx, and SSL: A Production-Ready Guide

Deploying an app to a VPS without a proper stack is how you end up debugging at 2 AM with an expired SSL cert and a dead process. This guide walks through a production-ready setup using Docker for isolation, Nginx as a reverse proxy, and Certbot for free automated SSL — the same stack I run across multiple production services.