Month: November 2025

Design a Job Scheduler for Millions of Tasks

Design a task scheduler that can schedule and run tasks on demand (now) or at a future date. It should be able to support one time as well as recurring tasks.

Read More

Agentic Pattern – Reflection notebook code

code: https://github.com/krishnamanchikalapudi/examples.ipynb/blob/develop/LLM/Agentic%20Patterns/Parallelization.ipynb

Read More