Approach: Weekly Learning Plan Structure (Repeatable & Cyclical) Day Focus Topics Rotated Each Week Activities Mon DevOps Focus Automation, CI/CD,… Read more
Month: July 2025
Reasoning in AI
In Artificial Intelligence (AI), reasoning refers to the capability of a system to draw conclusions, make decisions, or infer new information based… Read more
Docker Refresh
🚢 Docker Basics: Overview Docker is a platform that enables you to package applications and their dependencies into containers — lightweight,… Read more
Building with Python – From Concepts to Code (WIP)
Uvicorn and FastAPI: Uvicorn is a lightning-fast, lightweight ASGI (Asynchronous Server Gateway Interface) web server designed for Python applications, and… Read more
Workflow & Agent Orchestration Technologies Comparison
Summary: Celery is a mature, production-grade distributed task queue that is widely used in Python environments to handle background jobs, scheduling, and asynchronous… Read more
AI Basics – 101
((Also read: Reasoning in AI))1. What is Tokenization?Tokenization is the process of breaking raw input text into smaller units called… Read more