Kashif Aziz Agentic AI vs Generative AI Generative AI (GenAI) Generative AI is designed to create content . It generates: Text (ChatGPT-style responses) Images (DALL·E, Midjourney) Code Audio Video Example: You ask: “Write a Python function... Feb 25, 2026
Kashif Aziz Server Security important points When it comes to server security, there are several critical best practices that should always be implemented. One important approach is using a bastion host (jump server) to protect the main producti... Feb 25, 2026
Kashif Aziz Odoo 19 installation docker ✅ 1. Prerequisites You only need: Install Docker sudo apt update sudo apt install docker.io docker-compose -y Check installation: docker --version docker-compose --version ✅ 2. Create folder structure... Feb 25, 2026