Articles by Fahreddin Ozcan.
Introducing Context7 Skill Wizard
The Context7 Skill Wizard auto-generates high-quality skills for AI from up-to-date documentation.
Implementing MCP OAuth: A Technical Deep-Dive
A technical guide to implement OAuth 2.1 for MCP servers.
Building Email Analysis Agent with DeepSeek
Imagine having an AI assistant that could automatically analyze incoming emails, understand attached documents and suggest professional responses - all while maintaining the context of the…
Speed up Strapi Apps with Caching
In this guide, we'll explore how to implement caching in your Strapi application using Upstash Redis. This will significantly improve your app's performance by reducing response times for frequently…
Building Session Store with Clerk and Upstash Redis
One of the main use cases of Redis is storing and managing user sessions to maintain the state across requests in web applications. This can be done in several ways, and some of the newer serverless…
Connecting Upstash Redis to Cloudflare Workers
Cloudflare has recently released the Upstash Integration for the Cloudflare Workers. This makes it even easier to use Upstash products on Workers. In this blog post, we're going to use Upstash Redis…
Building a Chat Application using Upstash Kafka, Redis and Next.js
In this blog post, we will be creating a messaging application that allows users to create message clients and chat room. Additionally, users will be able to access past messages. The project…
Sentiment Analysis on Reddit using OpenAI (ChatGPT) and Upstash Kafka
In this blog post, we will build an analysis app that utilizes sentiment analysis to evaluate social media posts. The app will send notifications to Slack whenever a new post containing a specific…
AWS Lambda with Python and Upstash Redis
In this blog post, I will guide you through building a serverless URL shortener service built on Upstash Redis, AWS Lambda (Python), and AWS API Gateway. The main purpose of this blog post is to…