- Generate a responsive HTML and CSS template for a personal portfolio website, including a header, navigation bar, project gallery, and contact form section.
- Write a Python script that automatically renames files in a folder according to their creation date and adds a unique identifier at the end of the filename.
- Create a JavaScript function that validates a registration form, checking for valid email format, password strength, and non-empty required fields.
- Generate a beginner-friendly Python chatbot that uses conditional logic to answer simple questions and simulate a conversation.
- Write a SQL query that retrieves the top 10 products with the highest sales from a database, sorted by revenue.
- Create a CSS grid layout for an online shop page, including responsive product cards with image, title, price, and a “Buy Now” button.
- Develop a Java program that calculates the monthly loan payment based on user input: loan amount, interest rate, and repayment period.
- Write a Python script that renames all files in a folder with sequential numbers.
- Generate a JavaScript function to validate email addresses.
- Write SQL code to find the top 10 most sold products from a sales database.
- Create a C# function to calculate the factorial of a number recursively.
- Generate a Python script to scrape headlines from a news website.
- Write HTML + CSS for a simple responsive navbar.
- Generate a Java program that checks if a word is a palindrome.
- Write pseudocode for a basic to-do list app.
- Write a Python script to generate random secure passwords.
- Create a JavaScript snippet for a countdown timer.
- Generate SQL code to calculate the average order value.
- Write HTML and CSS for a simple contact form.
- Draft Python code to convert Celsius to Fahrenheit.
- Create a C++ function to reverse a string.
- Generate JavaScript code to toggle dark mode on a website.
- Write a Bash script that backs up a folder into a zip file.
- Create a Python script that sends an email automatically.
- Generate CSS code for a gradient button with hover effect.
- Write Java code to sort numbers using bubble sort.
- Create a Python script that fetches weather data from an API.
- Generate PHP code for a login form with password validation.
- Write a simple JSON structure for storing book information.
- Create pseudocode for an online shopping cart system.
- Explain recursion in simple words with a practical example.
- Write a Python script to count how many times each word appears in a text.
- Generate 3 interview questions for a junior web developer.
- Explain the difference between frontend and backend using metaphors.
- Write a simple SQL query to find users who signed up in the last 30 days.
- Create a JavaScript function that validates an email input.
- Write comments in code explaining how a for-loop works in C++.
- Draft pseudocode for an app that tracks daily expenses.
- Generate test cases for a login form (username + password).
- Explain object-oriented programming in the style of a children’s story.