Menu

Post image 1
Post image 2
Post image 3
Post image 4
Post image 5
Post image 6
Post image 7
Post image 8
1 / 8
0

I Built an AI-Powered Daily LeetCode Planner in 2 Hours Using Workflow Automation

DEV Community·Rishabh·23 days ago
#FyOO3EiQ
Reading 0:00
15s threshold

I Built an AI-Powered Daily LeetCode Planner Using Workflow Automation Recently, I explored workflow automation using Kestra and ended up building a small but powerful system, an AI-powered Daily LeetCode Planner. The goal was simple: Stop wasting time deciding what to solve every day and automate the entire process. What it does Every morning, the system automatically: Fetches coding problems from LeetCode Selects a balanced set of Easy, Medium, and Hard questions Sends them to an AI model for structured analysis Generates a full study plan with patterns and hints Emails it directly to me Tech Stack Kestra (workflow orchestration) Python (data processing and logic) Google Gemini API (AI analysis) LeetCode GraphQL API (problem data source) SMTP (email automation) How the workflow works 1. Fetch problems Pulls a list of 50 problems from LeetCode GraphQL API. 2. Select questions A Python script: Filters valid entries Groups by difficulty Randomly selects a balanced set 3.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More