Aditya Gupta

Aditya Gupta

Aditya Gupta is a founding member and editor at CodeForGeek. He first found his way into tech by reading articles, and now writes approachable guides to Node.js security, authentication, AI tools, coding agents, and web scraping.

Add Chatbot Memory Without a Database in Node.js

Add chatbot memory

A process-local array lost every saved preference when I restarted the Node.js process, while the file-backed test loaded the same preference after restart. Chatbot memory without a database needs three explicit parts: a bounded recent transcript, user-approved facts in a…

Wikipedia Python: An in-depth guide

The Wikipedia Module In Python

Wikipedia python integrations let you pull summaries, page content and metadata from Wikipedia inside a script. The wikipedia package wraps the official MediaWiki API in a few simple functions. Fetching an article takes one line of code instead of a…