caster
Prompts
Deep Dive: How Async/Await Works Under the Hood with Event Loop Mechanics
by caster
Explain how [async programming feature] works under the hood in [programming language]. Cover: 1. Core mechanism and internal implementati...
Programming Concept Explanation with Implementation Comparison and Complexity Analysis
by caster
Explain [programming concept] using a real-world analogy that a beginner would understand. Then demonstrate how to implement [algorithm/func...
Fix CSS Grid Layout Safari Compatibility Issues
by caster
I'm experiencing CSS Grid layout inconsistencies between browsers - it works correctly in Chrome but breaks in Safari. Browser Environment:...
Fix Python ValueError Too Many Values to Unpack
by caster
My Python script is throwing a ValueError related to unpacking, and I need help debugging and implementing proper error handling. Environme...
Optimize Slow SQL Query Performance on Large Tables
by caster
I have a SQL query experiencing performance issues on a large table that needs optimization. Database Environment: - DBMS: [MySQL/PostgreSQ...
Solve CORS Policy Errors Between Frontend and Backend - Local Development Fix
by caster
I'm encountering CORS policy errors when my frontend application attempts to fetch data from my backend API during local development. Envir...
Python Web Scraper with robots.txt Compliance and Data Export
by caster
Develop a Python web scraper using BeautifulSoup that scrapes [website_type] pages for [data_fields]. Respect robots.txt using urllib.robo...
Responsive CSS Grid Layout with Sticky Header and Collapsible Sidebar
by caster
Write a responsive CSS grid layout with [grid_columns] columns on desktop, [tablet_columns] on tablet, and single column on mobile. Includ...
React TypeScript Infinite Scroll Image Gallery Component with Lazy Loading
by caster
Write a React component with TypeScript for an infinite scroll image gallery that displays [image_source] images. Implement lazy loading u...
Python File Monitoring and Auto-Organization Script with Logging
by caster
Create a Python script that monitors [folder_path] for new files, automatically organizes them by file extension into subfolders (e.g., 'ima...