25 Sept 2025 Quick Post 4 Context Engineering Principles for building AI Agents Context Engineer is taking over the AI Engineering space. Learn how to offload, implement one shot prompting, isolate and reduce context in this guide llm langgraph 1 min read
20 Sept 2025 Quick Post Common langgraph errors and how to solve them. Understand what each of these errors and learn how to fix it. This is a summary of all the error messages I get in langgrapgh and track how it's been solved to avoid doing the error again langgraph llm 1 min read
17 Sept 2025 Quick Post Changes in langchain and langgraph v1 What new things have been introduced in the v1 of langgraph and langchain? Read further to discover them and learn how to use it Langgraph llm 2 min read
08 Sept 2025 Quick Post How to add third parthy login with Supertokens (Google) Step by step of how to integrate a google login in your application. Create the credentials in google and integrate everything in your application. python react auth 2 min read
08 Sept 2025 Quick Post How to add pricing with Lemonsqueezy (python fastapi + React) How to add pricing with lemonsqueezy, handle the webhooks, automatic redirects and changes to the DB python mvp 1 min read
02 Sept 2025 Quick Post Simple Approach to write readable Logs Writing Logs is a necessary part of every application, though it can also be tedious. This guide shows how to write minimal logs for an MVP to track what is going on in the app python 2 min read
28 Aug 2025 Quick Post Deploy vite frontend to coolify Learn how to deploy a vite project in coolify coolify 1 min read
28 Aug 2025 Quick Post Deploy python backend with docker How to build an image and deploy it via docker using pyproject.toml and fastapi. docker python 2 min read
23 Aug 2025 Quick Post Create a chatbot: Part 4 - Adding memory In this part we'll see how to make the chatbot to remember things in our langgraph chatbot, this will be useful so our chatbot can remember a conversation langgraph llm 2 min read
23 Aug 2025 Quick Post Create a chatbot: Part 2 - Creating the FastApi endpoints How to use langgraph to create a chatbot that is wrapped around by a fastapi istance and displayed in the frontend with React. This second part explains how to use fastapi to create the endpoints that will be accessed from the frontend langgraph llm fastapi 2 min read
23 Aug 2025 Quick Post Create a chatbot: Part 1 - Creating the graph with langgraph How to use langgraph to create a chatbot that is wrapped around by a fastapi istance and displayed in the frontend with React. This first part explains how to set up the project langgraph llm 2 min read
21 Aug 2025 Quick Post Set up ruff and uv for python projects How to set up ruff and uv when working in python projects python 1 min read
17 Aug 2025 Quick Post Basic Langgraph chatbot with memory How can we achieve that a chatbot has memory? Langgraph has the tools for it, in this quick guide we'll see how to add memory to a chatbot and how to persist this memory in a database. langgraph llm 2 min read
17 Aug 2025 Quick Post Register domain with cloudflare and deploy it to coolify quick guide on how to register a domain with cloudflare and deploy it to coolify coolify cloudflare 1 min read
16 Aug 2025 Quick Post UV: Create a python app with pyproject.toml UV is much faster and really easy to use, this is why it has gained a lot of adoption this last year. This intro explains briefly how to quickly set up a project with it uv python 1 min read
16 Aug 2025 Quick Post How to Manage SQLite Databases on a VPS ( with Coolify ) The Problem Keeping a SQLite database consistent between a Docker‑based VPS and local development requires a shared persistent volume, correct path... coolify docker 2 min read
15 Aug 2025 Quick Post Deploy Astro site to coolify Small guide on how to deploy an astro site on mode server to coolify astro coolify 1 min read