All articles by Yann Malet

Thumbnail image for Integrate MCP Servers in Python LLM Code

Integrate MCP Servers in Python LLM Code

Integrate MCP Servers in Python LLM Code

Why write a python MCP Client?

The Model Context Protocol (MCP) is a game-changer for developers integrating large language models (LLMs) with external data sources and tools. This open protocol fosters seamless integration …

Thumbnail image for Let’s Write a Time Logging Assistant

Let’s Write a Time Logging Assistant

In this article, we’ll walk through building a purpose-driven AI agent to help users log their time. The assistant will interact with the user, collect the required data (project name, duration, and description), validate the input, and save the time …

Thumbnail image for 19X faster response time

19X faster response time

At Lincoln Loop, we don’t just build web platforms from scratch and scale them to accommodate growing demand; we also dedicate ourselves to their long-term maintenance. Some of our partnerships have spanned over a decade.

Let me walk you through …

Thumbnail image for django CMS is a great toolbox

django CMS is a great toolbox

Here at Lincoln Loop, for the past 15 years, we have built countless Digital experiences (DXP) that help to move our customers’ digital transformation forward.

The ultimate result of what is often a long-term engagement is often a code base …

Thumbnail image for 5 Reasons You Need a Multi-Distribution Channel CMS

5 Reasons You Need a Multi-Distribution Channel CMS

Whether you are a publisher or marketer, content is pivotal to your role. It either is your product or your product’s success depends on it. But generating the engaging content your brand requires is only half of your challenge. In …

Thumbnail image for Cracking Django Password Hashes

Cracking Django Password Hashes

Most of the Django projects I work with take advantage of

django.contrib.auth

. It manages users and groups and is tightly coupled with

django.contrib.admin

. In this post, we are going to explore how it resists a potential attacker.

The …