Aug 7, 2024
Question: I want to schedule a task to run once a day at 01:05 pm UTC in my FastAPI application. How can I achieve this?
3 min read
May 23, 2024
When building a FastAPI application, managing database schema changes can be a daunting task. As your application evolves, your database schema must adapt to accommodate new features, bug fixes, and changing requirements.
5 min read
May 9, 2024
A while ago I wrote a tutorial about how to use Celery with FastAPI to run asynchronous tasks. In this post, I will explain how to dockerize the application and simplify the deployment with Docker Compose.
5 min read
Feb 2, 2024
I recently received an email notifying me about the requirement for KYC verification on Trust Wallet. This is a textbook example of phishing email in the crypto industry.
3 min read
Jan 28, 2024
I have been working on my Podcast Player & Summarizer project and I need to build the component for summarizing a podcast. The main application is built with Next.js but I need the summarizer code to be in Python so I can integrate it to my Audio Transcriber API.
5 min read
Jan 28, 2024
When you have a long running Python function that you want to expose via an API endpoint, you might want to run the function asynchronously to avoid timeouts. Running a function asynchronously means it won't block the rest of your code.
5 min read
Jan 27, 2024
A while ago I was tasked with writing a function to determine whether a string is a palindrome or not in a coding test. A palindrome is a word, phrase, number, or sequence of characters that reads the same forward and backward
3 min read
A ChatGPT clone built with Next.js and Vercel AI SDK.
Next.js React TypeScript OpenAI PostgreSQL
Listen to the latest episodes and generate the summaries from your favorite shows.
Next.js React Node.js TypeScript OpenAI