In this repository we are going to talk about important topics that students need to know
when they are taking Advanced Programming
course. Since we are using Java
in
AP
course, we are going to talk about OOP
, Clean coding
, and other computer
subjects.
Be sure to read each stage before going to next stages. You can also check the resources at the end of this page. There are some code samples, websites, and etc, in order to help you write code.
- How to design an application?
- How to read a project manual.
- What is
OOP
? - Clean coding.
- Project structure.
MVC
architectur.- What is
DOM
? - Networking and
HTTP
. - Socket programming.
- Multithreading.
- Using files and I/O.
- Config file for application.
- Database and SQL.