MCP is Not That New

Why is everyone talking about MCP? It's powered by AI tooling and function calling. Is it just a simple abstraction of server/AI logic? If so what gives?MCP servers (Model Context Protocol servers) sh...
0 Read More

lopdesa

⛶class BlogCategory(models.Model): name = models.CharField(max_length=100, unique=True) description = models.TextField(blank=True, null=True) slug = models.SlugField(max_length=100, uniq...
0 Read More

Day 0: System Architecture basics

Introduction📚 This first post will just be an introduction to basic terminologies and key concepts one should know before we start working with case studies. I aim to write about the found...
0 Read More