Generating a Seinfeld Episode with LangChain
I was tinkering with LangChain and OpenAI to create a new guide for a "Hello World" app. This one’s going into the...
I was tinkering with LangChain and OpenAI to create a new guide for a "Hello World" app. This one’s going into the...
I wanted to make sure I could use my API keys across multiple Python projects without having to specify them every time. Here’s how I set it up. Step 1: Store API Keys in Environment Variables 1.1 Create a .env File First, I created a .env file in my home directory (~/.env). This...
In an earlier post, I shared a shell script to quickly set up new Python projects. Now, I’ve taken it a step further by...
I've been using the Things app for over a decade. I love its aesthetics, simplicity, and minimalism. It's the app I...
I recently switched to Raycast after hearing good things from friends. It's a tool that lets you control almost everything from one place....
I had several small Flask apps costing me each month, so I consolidated them into one monolithic app using Flask Blueprints. This post walks you through how I did it, making the setup modular and easy to maintain....