Backend Development

Tutorial

GPTResearcher and duckduckgo error: Rate limit. Failed fetching sources. Resulting in empty response.

<p>I solved the rate limit error that occurs when you use duckduckgo as retriever for GPTResearcher</p>

January 6, 2025
Tutorial

How to display GPTResearcher logs using django

<p>Learn how to display the GPTResearcher logs on a page to keep the user engaged.</p>

January 10, 2025
Tutorial

Deploying Django WebSockets with Nginx and Gunicorn: A Complete Troubleshooting Guide

<p>Deploying Django applications with WebSocket support in production requires a shift from the typical local setup, mainly because Gunicorn doesn&#39;t support WebSocket connections. This guide outlines how to address this …

July 15, 2025