Recent posts

Prompt Engineering

17 minute read

Welcome to this blog where I’ll be your guide into the fascinating world of prompt engineering! This emerging field is changing the way we interact with AI s...

Understanding the Event Loop in Python

10 minute read

The event loop is a fundamental concept in Python, particularly when dealing with asynchronous programming. It is the core of every asyncio application and p...