Chapter 4 - Introduction to Java and SQL
When a client goes to a webpage a call is made to a server and database which then send back information to display our webpage. The server and database makeup what's called the backend.
In this class we will be using Java to write all of our code for the backend. We will also be using SQL as our query language for creating and managaing our database. (More on that later)
Lessons in Java and SQL
Lesson #1 - Introduction to Programming
This is it! This is why we're here - to become developers! This section is going to introduce you to the fundamental building blocks of programming.
Lesson #2 - Using Guides and Documentation
A lot of what you'll be doing on-the-job is diving into documentation, forums, and various other learning resources. Unfortunately, that's just the nature of the beast. Tech moves quickly and becoming stagnant in your knowledge means that you're already behind! Luckily for you, you're curious and love to learn new technologies!
Lesson #3 - SQL
Start learning about SQL and Relational Databases.