mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-04-30 22:13:55 +07:00
271 lines
11 KiB
Markdown
271 lines
11 KiB
Markdown
|
|
|
|
# Learn to code in any language using ChatGPT as tutor | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22QCiryNxokcvib_MkKmjR3%22%2C%22flow%22%3Atrue%7D%7D)
|
|
"Act as a coding tutor. Create a study plan to help me learn to code <Java> with timelines and links to video resources. My goal is <to go from beginner to expert> in <1 year>. My time commitment is <2 hours per day>. The study plan has to have examples and exercises that can be evaluated by you"
|
|
|
|
|
|
|
|
Replace the words between brackets for what you want to learn, your goal and the time. This will be the start, further questions and doubts can be asked to your new tutor ChatGPT.
|
|
|
|
# Prompt
|
|
|
|
```
|
|
"Act as a coding tutor. Create a study plan to help me learn to code <Java> with timelines and links to video resources. My goal is <to go from beginner to expert> in <1 year>. My time commitment is <2 hours per day>. The study plan has to have examples and exercises that can be evaluated by you"
|
|
```
|
|
|
|
## Welcome Message
|
|
Great! Here's a study plan to learn Java over the course of a year with a 2-hour daily commitment:
|
|
|
|
|
|
|
|
**Phase 1: Introduction to Java (4 weeks)**
|
|
|
|
|
|
|
|
- Week 1: Get started with Java basics such as variables, data types, and operators. Watch the following videos:
|
|
|
|
- [Java Tutorial for Beginners - Learn Java Programming](https://www.youtube.com/watch?v=eIrMbAQSU34&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Programming for Complete Beginners - Learn in 250 Steps](https://www.youtube.com/watch?v=8cm1x4bC610&ab_channel=in28minutes)
|
|
|
|
|
|
|
|
- Week 2: Learn about control structures in Java such as decision making and looping. Watch the following videos:
|
|
|
|
- [Java Decision Making - If Else Statement](https://www.youtube.com/watch?v=gOm-jwJwi3k&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Loops (for, while, do while)](https://www.youtube.com/watch?v=5VyFxf1ZzNw&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 3: Learn about classes, objects, and methods in Java. Watch the following videos:
|
|
|
|
- [Java Classes and Objects - Object Oriented Programming](https://www.youtube.com/watch?v=0xw06loAWeM&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Methods - Return Value from a Method](https://www.youtube.com/watch?v=C_YjDGVvY6I&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 4: Learn about arrays and strings in Java. Watch the following videos:
|
|
|
|
- [Java Arrays - Initializing and Accessing Elements](https://www.youtube.com/watch?v=AuUWgGQqBI0&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java String Class Methods](https://www.youtube.com/watch?v=7s8aByxuV1w&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
**Phase 2: Intermediate Java (12 weeks)**
|
|
|
|
|
|
|
|
- Week 5-6: Learn about inheritance and polymorphism in Java. Watch the following videos:
|
|
|
|
- [Java Inheritance - Extending Classes](https://www.youtube.com/watch?v=ybLwJZzYhvg&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Polymorphism - Interface and Abstract Class](https://www.youtube.com/watch?v=62oRjGv_JHw&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 7-8: Learn about exception handling in Java. Watch the following videos:
|
|
|
|
- [Java Exception Handling - Try Catch](https://www.youtube.com/watch?v=pQ2hTAD3OXM&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Exception Handling - Throws and Throw Exceptions](https://www.youtube.com/watch?v=fWKOFcQWIM0&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 9-10: Learn about file input/output in Java. Watch the following videos:
|
|
|
|
- [Java File Input and Output - BufferedReader and BufferedWriter](https://www.youtube.com/watch?v=spmGQPNgjaU&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java File IO - FileInputStream and FileOutputStream](https://www.youtube.com/watch?v=EetqxwR0B_M&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 11-12: Learn about collections in Java. Watch the following videos:
|
|
|
|
- [Java Collections Framework - ArrayList, LinkedList, Vector](https://www.youtube.com/watch?v=wtynhUwS5hI&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Collections Framework - HashSet, LinkedHashSet, TreeSet](https://www.youtube.com/watch?v=3EKzj7Occ_8&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
**Phase 3: Advanced Java (16 weeks)**
|
|
|
|
|
|
|
|
- Week 13-14: Learn about multithreading in Java. Watch the following videos:
|
|
|
|
- [Java Multithreading - Creating and Starting Threads](https://www.youtube.com/watch?v=gG0_FvPJeGA&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Multithreading - Synchronization](https://www.youtube.com/watch?v=KZATDiJ1qxo&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 15-16: Learn about networking in Java. Watch the following videos:
|
|
|
|
- [Java Networking - Socket Programming](https://www.youtube.com/watch?v=YvVDC3m2cmg&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Networking - HTTPUrlConnection](https://www.youtube.com/watch?v=4ekASokneGU&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week
|
|
|
|
## Conversation
|
|
|
|
**ASSISTANT**: Great! Here's a study plan to learn Java over the course of a year with a 2-hour daily commitment:
|
|
|
|
|
|
|
|
**Phase 1: Introduction to Java (4 weeks)**
|
|
|
|
|
|
|
|
- Week 1: Get started with Java basics such as variables, data types, and operators. Watch the following videos:
|
|
|
|
- [Java Tutorial for Beginners - Learn Java Programming](https://www.youtube.com/watch?v=eIrMbAQSU34&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Programming for Complete Beginners - Learn in 250 Steps](https://www.youtube.com/watch?v=8cm1x4bC610&ab_channel=in28minutes)
|
|
|
|
|
|
|
|
- Week 2: Learn about control structures in Java such as decision making and looping. Watch the following videos:
|
|
|
|
- [Java Decision Making - If Else Statement](https://www.youtube.com/watch?v=gOm-jwJwi3k&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Loops (for, while, do while)](https://www.youtube.com/watch?v=5VyFxf1ZzNw&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 3: Learn about classes, objects, and methods in Java. Watch the following videos:
|
|
|
|
- [Java Classes and Objects - Object Oriented Programming](https://www.youtube.com/watch?v=0xw06loAWeM&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Methods - Return Value from a Method](https://www.youtube.com/watch?v=C_YjDGVvY6I&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 4: Learn about arrays and strings in Java. Watch the following videos:
|
|
|
|
- [Java Arrays - Initializing and Accessing Elements](https://www.youtube.com/watch?v=AuUWgGQqBI0&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java String Class Methods](https://www.youtube.com/watch?v=7s8aByxuV1w&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
**Phase 2: Intermediate Java (12 weeks)**
|
|
|
|
|
|
|
|
- Week 5-6: Learn about inheritance and polymorphism in Java. Watch the following videos:
|
|
|
|
- [Java Inheritance - Extending Classes](https://www.youtube.com/watch?v=ybLwJZzYhvg&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Polymorphism - Interface and Abstract Class](https://www.youtube.com/watch?v=62oRjGv_JHw&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 7-8: Learn about exception handling in Java. Watch the following videos:
|
|
|
|
- [Java Exception Handling - Try Catch](https://www.youtube.com/watch?v=pQ2hTAD3OXM&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Exception Handling - Throws and Throw Exceptions](https://www.youtube.com/watch?v=fWKOFcQWIM0&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 9-10: Learn about file input/output in Java. Watch the following videos:
|
|
|
|
- [Java File Input and Output - BufferedReader and BufferedWriter](https://www.youtube.com/watch?v=spmGQPNgjaU&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java File IO - FileInputStream and FileOutputStream](https://www.youtube.com/watch?v=EetqxwR0B_M&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 11-12: Learn about collections in Java. Watch the following videos:
|
|
|
|
- [Java Collections Framework - ArrayList, LinkedList, Vector](https://www.youtube.com/watch?v=wtynhUwS5hI&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Collections Framework - HashSet, LinkedHashSet, TreeSet](https://www.youtube.com/watch?v=3EKzj7Occ_8&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
**Phase 3: Advanced Java (16 weeks)**
|
|
|
|
|
|
|
|
- Week 13-14: Learn about multithreading in Java. Watch the following videos:
|
|
|
|
- [Java Multithreading - Creating and Starting Threads](https://www.youtube.com/watch?v=gG0_FvPJeGA&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Multithreading - Synchronization](https://www.youtube.com/watch?v=KZATDiJ1qxo&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 15-16: Learn about networking in Java. Watch the following videos:
|
|
|
|
- [Java Networking - Socket Programming](https://www.youtube.com/watch?v=YvVDC3m2cmg&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Networking - HTTPUrlConnection](https://www.youtube.com/watch?v=4ekASokneGU&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week
|
|
**USER**: continue
|
|
**ASSISTANT**: 17-18: Learn about GUI programming in Java with Swing. Watch the following videos:
|
|
|
|
- [Java GUI Programming with Swing - Introduction](https://www.youtube.com/watch?v=Kmgo00avvEw&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java GUI Programming with Swing - JButton, JLabel, and JTextField](https://www.youtube.com/watch?v=c-HJEhG8IzQ&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 19-20: Learn about database programming in Java with JDBC. Watch the following videos:
|
|
|
|
- [Java Database Programming with JDBC - Introduction](https://www.youtube.com/watch?v=FzMJyZWRPEs&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Database Programming with JDBC - Inserting Data](https://www.youtube.com/watch?v=hxgmZZoHX_E&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 21-22: Learn about web programming in Java with Servlets and JSP. Watch the following videos:
|
|
|
|
- [Java Web Programming with Servlets - Introduction](https://www.youtube.com/watch?v=OSl2g6awBnU&ab_channel=ProgrammingwithMosh)
|
|
|
|
- [Java Web Programming with JSP - Introduction](https://www.youtube.com/watch?v=HfSJcYX9U64&ab_channel=ProgrammingwithMosh)
|
|
|
|
|
|
|
|
- Week 23-24: Learn about Spring Framework in Java. Watch the following videos:
|
|
|
|
- [Spring Framework Tutorial for Beginners - Overview](https://www.youtube.com/watch?v=GB8k2-Egfv0&ab_channel=JavaBrains)
|
|
|
|
- [Spring Boot Quick Start - Creating a RESTful Web Service](https://www.youtube.com/watch?v=Ke7Tr4RgRTs&ab_channel=JavaBrains)
|
|
|
|
|
|
|
|
**Phase 4: Practice (12 weeks)**
|
|
|
|
|
|
|
|
- Week 25-36: Work on building small projects and solving coding challenges using the knowledge gained in the previous phases. Some resources to help you practice:
|
|
|
|
- [HackerRank Java Practice](https://www.hackerrank.com/domains/java)
|
|
|
|
- [Project Euler Java Problems](https://projecteuler.net/archives)
|
|
|
|
- [Java Programming Exercises](https://www.w3resource.com/java-exercises/)
|
|
|
|
|
|
|
|
**Evaluation**
|
|
|
|
|
|
|
|
You can send me your code examples and exercises for evaluation through email or a shared repository such as GitHub. I will provide feedback and suggestions for improvement.
|
|
|
|
|
|
|
|
Good luck with your learning journey! Remember to practice consistently and have fun while learning.
|
|
|